[stackoverflow] [progress Openedge Abl] Color Change In Selection In A Browse

Status
Not open for further replies.
N

noob

Guest
How to change color in progress browse when a row is selected mouse click or keyboard arrow keys. i already have the code for change color.. attached in row-display is the following:

IF /*CONDITION IS TRUE*/ THEN DO:
DO viCounter = 1 TO viNumCols:
ASSIGN vhCurColHdl = WIDGET-HANDLE(ENTRY(viCounter,vcColHandles))
vhCurColHdl:BGCOLOR = 0
vhCurColHdl:fgcolor = 0.
END.
END.

Continue reading...
 
Status
Not open for further replies.
Top