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