Item No. of TListBosx?

Item No. of TListBosx?

Postby dutch » Mon Aug 28, 2006 6:23 pm

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
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Postby Antonio Linares » Tue Aug 29, 2006 7:41 am

Dutch,

Try to use: Str( TRN->( ORDKEYNO() ), 2 )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41937
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

It shows wrong item no.

Postby dutch » Tue Aug 29, 2006 10:53 am

Dear Antonio,

I need a item no. in a Browse but OrdKeyNo() shows the item no. in active Order.

Best regards,
Dutch
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand


Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 2 guests