At 02:31 PM 3/27/2012, Gustavo Urquizo wrote:
Razzak,
Everything works fine except for the first row that by default is grey,
is there a way to suppress this?
Gustavo,
That may be the result of default color setting for Selected/Focused row.
Review the "Colors" options and see what you have.
Variable Lookup List View Control | Properties | Colors ...
In addition, you may not want the row focused/clicked as On After Start EEP,
if you wish to see the actual color of the focused row.
So, you may want to comment out the following code, if defined, as On After
Start EEP:
-- PROPERTY ListViewCompID SET_FOCUS 'TRUE'
-- PROPERTY ListViewCompID MAKECLICK '0'
-- RETURN
Hope that helps!
Very Best R:egards,
Razzak.