Dear All,
How can I get item number in the Twbrowse as :nLogicPos() of TSbrowse().
Best regards,
Dutch
@ 0, 0 LISTBOX oBrw FIELDS "" ;
HEADERS 'Item', 'Outlet', 'Table No.','Order No.', 'Description', 'Time', 'Qty.' ;
FIELDSIZES 20, 70, 60, 100, 350, 100, 60 ;
SIZE 895, 675 ;
PIXEL ;
OF oWnd
oBrw:bLine = { || { str( oBrw:nRowPos ,3), ; TRN->TRN_OUTLET, TRN->TRN_TBL, TRN->TRN_ORDER, TRN->TRN_DESC, TRN->TRN_TIME, Str(TRN->TRN_QTTY,3) } }
Return to FiveWin for CA-Clipper
Users browsing this forum: No registered users and 3 guests