Antonio:
How can I accomplish the same as:
using:
I'm trying to list one field below the other as the COLUMN command ... does. Thank you.
How can I accomplish the same as:
COLUMN TITLE 'Name', 'ID No' DATA Name, Id_no           SIZE 15using:
oReport:Say( 5, Name, , 1 )I'm trying to list one field below the other as the COLUMN command ... does. Thank you.