Guys:
How can I print 2 fields on a oReport:Say( 4, field on line 1 + field on next line, , 1 ) ? With commands it goes like this:
COLUMN TITLE "Header 1", "Header 2" DATA Field1, Field2
Thank you very much.
Guys:
How can I print 2 fields on a oReport:Say( 4, field on line 1 + field on next line, , 1 ) ? With commands it goes like this:
COLUMN TITLE "Header 1", "Header 2" DATA Field1, Field2
Thank you very much.
oReport:Say( 4, field on line 1, , 1 )
oReport:Say( 4, field on next line, , 1 )Hunter,
Have you tried looking at the PPO file when using the command syntax?
Regards,
James