Very small example:
- Code: Select all Expand view
- #include "FiveWin.ch"
#include "TSBrowse.ch"
PROC Main()
LOCAL oBrw, oWnd
DEFINE WINDOW oWnd FROM 3, 6 TO 20, 70 TITLE "Test TSBrowse"
@ 1, 1 BROWSE oBrw
ACTIVATE WINDOW oWnd
RETURN
I use FWH 11.06 + xHarbour.org 1.21.9376 + MSVC2008
Does anyone have experience with this control?