In testtcbr.prg in the fwh\samples folder, it calls the function BROWSE()
The MODIFY, DELETE and PRINT buttons work, and I can't see what functions are called.
When I put BROWSE() in my app, none of the buttons do anything.
Why?
DEFAULT cTitle := "Browse", cListName := "Fields",;
bNew := { || oLbx:RecAdd(), oLbx:Refresh() },;
bDelete := { || RecDelete( oLbx ) },;
bModify := { || RecModify( oLbx ) },;
bList := { || Report( oLbx ) }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 63 guests