Hi,
There is xBrowse installed nMarqueeStyle=2 (Solid cell) I move between the columns with arrows to the right and left. I need to process an event when a particular column gets focus. How do I do this ?
WITH OBJECT oBrw
...
lColChangeNotify := .t.
...
END
...
oBrw:bChange:={|| iif( UPPER( SUBSTR(oBrw:SelectedCol:cHeader, 1,3) ) = "CTA", oBt3:Enable(), oBt3:Disable() ) }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 60 guests