highlist listbox row on current record

icemonster

Registered User.
Local time
Today, 12:38
Joined
Jan 30, 2010
Messages
502
hi,

what's the best way to highlight the listbox if your form is on that record? much appreciated!
 
If your form is on that record or its focus is on the list box? If the later then I guess you could use the "On focus" event of the list box and code it to set the colour of the list box control, then change it back to the original colour on the "lost focus" event of the list box?
 

Users who are viewing this thread

Back
Top Bottom