Highlight Selected Line

shettarvikasshettarvikas Member Posts: 106
Hi,

Whenever we select a record in a list form(ex: Item List), that line as to be highlighted with some color. I tried using UPDATEFONT, UPDATEFORECOLOR, UPDATESELECTED in OnFormat trigger. But after I select a line, the previous line is not getting refreshed.

What is the problem?
here is the pseducode...

IF "No." = RecItm."No." THEN
CurrForm."No.".UPDATEFONTBOLD(TRUE)
ELSE
CurrForm."No.".UPDATEFONTBOLD(FALSE);


Please suggest.

Thanks in advance

Regards,
Vikas

Comments

Sign In or Register to comment.