Hi,
If I use this statement:
#ColumnINVT65.CurrentItem.Value := '$' + #InvEqList.InvoiceValue.AsDisplayString( EditCode_N )
It produces:
How do I use the Mask parameter of the AsDisplayString method to have the -ve sign in front of the $ sign and with comma separators please?
Edit Mask
Re: Edit Mask
I think you can use any IBM i edit words in asDisplayString. The comma seperators are part of your job description IIRC.
I'm not at my workstation but on the IBM i I would try editword('-$ . '), where the number of space after the $ is the length of your field.
https://www.ibm.com/support/knowledgece ... editwd.htm
I'm not at my workstation but on the IBM i I would try editword('-$ . '), where the number of space after the $ is the length of your field.
https://www.ibm.com/support/knowledgece ... editwd.htm
Art Tostaine