Alignment problem
I am converting old check printing routine (fox 2.6) to VFP , where top portion is invoice # and amount and more then one record per line .
InvoiceXXXXX Amt$$$$.$$ InvoiceXXXXX Amt$$$$.$$ .........
main body comes from different table.
before sending to report I have memo field which gets all the line of invoices with the amount. but no matter what I do to format, transform(amt,'9,999,999.99') there is always a spacing problem, which means next line with different amount wont align.
(only way it works if I use transform(amt,@L) which pad's zeros.)
old routine had @ x,x say has always worked to put the field where you want.
thanks in advance for any solutions.
I am converting old check printing routine (fox 2.6) to VFP , where top portion is invoice # and amount and more then one record per line .
InvoiceXXXXX Amt$$$$.$$ InvoiceXXXXX Amt$$$$.$$ .........
main body comes from different table.
before sending to report I have memo field which gets all the line of invoices with the amount. but no matter what I do to format, transform(amt,'9,999,999.99') there is always a spacing problem, which means next line with different amount wont align.
(only way it works if I use transform(amt,@L) which pad's zeros.)
old routine had @ x,x say has always worked to put the field where you want.
thanks in advance for any solutions.