Very small example:
Code: Select all
#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
Does anyone have experience with this control?