PDA

Click to See Complete Forum and Search --> : Printing Problem


da404LewZer
Mar 16th, 2001, 08:23 AM
WAZZZAAAAA!!!!

Sup QB UserZ...

I b runnin QB4.5 n i was makin a proggie dat outputs to the printer...

i'm usin da LPrint command 2 accomplish this.

Now, there is kind of a problem with that. When all the statements have been sent to the printer, the paper jus sits in there. I think the problem is i'm not sending a "Formfeed" type statement. I thought it was going to be chr$(0).. but it didn't seem to work.

Any Ideas? Thanx in advance!

-da404LewZer

dabcabc
Mar 17th, 2001, 08:30 AM
chr$(12) is the character code for form feed. That'll eject your page.

da404LewZer
Mar 20th, 2001, 01:11 AM
Thanx!