find "dupe" in GRID and color it

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

find "dupe" in GRID and color it

Post 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 7385 times
here is the Source Code
LOTTO.ZIP
(1.66 KiB) Downloaded 149 times
have fun
Jimmy
Post Reply