To Antonio: (solved)

To Antonio: (solved)

Postby HunterEC » Fri May 17, 2013 5:03 am

Antonio:

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.
Last edited by HunterEC on Thu May 23, 2013 7:42 am, edited 1 time in total.
HunterEC
 
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: To Antonio:

Postby Enrico Maria Giordano » Fri May 17, 2013 7:57 am

Try this:

Code: Select all  Expand view
oReport:Say( 5, Name, , 1 )
oReport:StartLine()
oReport:EndLine()
oReport:Say( 5, Name, , 1 )


EMG
User avatar
Enrico Maria Giordano
 
Posts: 8713
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: To Antonio: (solved)

Postby HunterEC » Thu May 23, 2013 7:40 am

Enrico:

Thank you.
oReport:Startline()
oReport:Say( 5, Name, , 1 )
oReport:EndLine()
HunterEC
 
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 101 guests