FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to ... on a SAY
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
How to ... on a SAY
Posted: Mon May 13, 2013 02:49 AM

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.

Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
Re: How to ... on a SAY
Posted: Mon May 13, 2013 02:50 PM
HunterEC:

Try to repeat the same code with the next field:

Code (fw): Select all Collapse
oReport:Say( 4, field on line 1, , 1 )
oReport:Say( 4, field on next line, , 1 )


Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: How to ... on a SAY
Posted: Mon May 13, 2013 03:34 PM

Hunter,

Have you tried looking at the PPO file when using the command syntax?

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion