Dear Antonio,
@ 0.1, 0.1 LISTBOX oBrw FIELDS "" ;
HEADERS "No.", "Description", "Qty.", "Amount" ;
FIELDSIZES 20, 100, 30, 50 ;
SIZE 120, 100 ;
PIXEL ;
OF oDlg
oBrw:bLine = { || { str( oBrw:nRowPos ,2), ;
TRN->TRN_DESC, ;
Str(TRN->TRN_QTTY,3), ;
Str(TRN->TRN_UNIT*TRN->TRN_QTTY,7,2) } }
- oBrw:nRowPos is alway show '1'
- oBrw:nAt and oBrw:nLogis not working
Best regards,
Dutch