- Code: Select all Expand view
- #include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd, oBrw
USE TEST
DEFINE WINDOW oWnd
@ 0, 0 LISTBOX oBrw FIELDS
oBrw:lCellStyle = .T.
oWnd:oClient = oBrw
ACTIVATE WINDOW oWnd;
MAXIMIZED
CLOSE
RETURN NIL
Try to:
- move the hilight to a column near the right side of the browse
- restore the window (click the button near the right-top X)
- move the now invisible hilight to the left
You should get an error.
EMG