Using RTF with Printer and Page Objects

RRJII2000

New member
Joined
Jan 21, 2010
Messages
1
Programming Experience
5-10
I'm trying to setup a print routine that will input data from a random access file then use some RTF formatting to pretty it up, then send the page to the printer.

I want to use tabs between fields because i'll be printing colums of data, and I'm not sure about the syntax in 2008. It used to be something like this..

Printer.print "field1" tab(10) "field2"...

I know there's a way you can set the page up as an object and add the formatted data to it a row at a time, then release it to the pritner. But i'm not sure of the syntax.

Thanks
 
Back
Top