|
-
August 28th, 2001, 03:12 AM
#1
Print the REcords of table
Dear Gurus,
I want the code which prints a string to a printer without using APIS'.
Can anyone help me out.
Thanks,
Shivakumar G.M.
-
August 28th, 2001, 04:14 AM
#2
Re: Print the REcords of table
You can use the printer object
Printer.print "This is a line on the printer"
Printer.print "This is the next line"
Printer.print "This is the last line"
Printer.print "Ok, I lied about the last line, this is the last line"
Printer.EndDoc
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
-
August 28th, 2001, 04:18 AM
#3
Re: Print the REcords of table
see the object Printer.
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
-
August 28th, 2001, 06:31 AM
#4
Re: Print the REcords of table
Hello sir,
after printing the last line, it will leave a lot of spaces. I do not want to leave a single line space also.
Please help me sir.
Thank You,
Shivakumar G.M.
-
August 28th, 2001, 07:07 AM
#5
Re: Print the REcords of table
In that case, omit the enddoc. The enddoc will end the current printfile, and the printer will process it. if you are using a matrix printer, the enddoc should not issue a new page.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|