Board index » delphi » How to use one field to have multiple field values go to multiple lines

How to use one field to have multiple field values go to multiple lines

How to use one field to have multiple field values go to multiple lines.

I would like to have field to have the address, city, state zip and have it
expand to multiple lines (especially if the address is 1-3 lines).

How would you do this in QR 3.5?

--
Peace in Christ,
Marco Napoli
http://www.ourlovingmother.org

 

Re:How to use one field to have multiple field values go to multiple lines


Hi Marco,
Probably the best way is to have a QRMemo component and fill it in
BEFOREPRINT event of the band.
hope this helps.
Dhaval Shah
MrDhavalS...@yahoo.com.au
Senior Developer
Perth, Australia
Quote
Marco Napoli wrote:
> How to use one field to have multiple field values go to multiple lines.

> I would like to have field to have the address, city, state zip and have it
> expand to multiple lines (especially if the address is 1-3 lines).

> How would you do this in QR 3.5?

> --
> Peace in Christ,
> Marco Napoli
> http://www.ourlovingmother.org

Other Threads