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
Item No. of TListBosx?
- Antonio Linares
- Site Admin
- Posts: 42511
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
It shows wrong item no.
Dear Antonio,
I need a item no. in a Browse but OrdKeyNo() shows the item no. in active Order.
Best regards,
Dutch
I need a item no. in a Browse but OrdKeyNo() shows the item no. in active Order.
Best regards,
Dutch