Page 1 of 1

find "dupe" in GRID and color it

Posted: Wed Apr 20, 2022 6:02 am
by AUGE_OHR
hi,

i have Data in Array and search for "dupe"

Code: Select all

LOCAL aData := { { "XXX", 53, 29, 22, 70, 39, 82, 75, 33, 2, 51, 9, 68, 2, 61, 19 }, ;
                 { "KKK", 15, 21, 60, 38, 44, 36, 75, 53, 59, 81, 59, 65, 8, 14, 82 }, ;
                 { "TTT", 54, 4, 56, 77, 79, 58, 20, 41, 43, 60, 81, 83, 43, 45, 66 } }
this i want to show in GRID using DYNAMICBACKCOLOR
Block2.jpg
Block2.jpg (30.37 KiB) Viewed 7387 times
here is the Source Code
LOTTO.ZIP
(1.66 KiB) Downloaded 150 times