Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't make ?|?? to printer work.
Message
From
26/04/1998 11:38:06
 
 
To
25/04/1998 23:54:06
Raul Davila
Davila Programming Services
Toa Alta, Puerto Rico
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00094900
Message ID:
00094970
Views:
24
I never bothered with the PRINTJOB, ENDPRINTJOB and _PEJECT stuff. I forget why you are supposed to need it. Instead of my method, to avoid the page eject, Ed Rauh's method looks promising. But you might try skipping the whole PRINTJOB business. I just send manual page ejects (?Chr(10) as I recall.) Which involved tracking the line number count. (I gave the user an option to set the number of lines per page.)

-Adam

Ed Rauh writes:
>I haven't tried it in a while, but the following worked under FPD 2.5 to release print jobs. Add the following code after the ENDPRINTJOB:

SET PRINTER TO NUL
??? CHR(0)
SET PRINTER TO
Previous
Reply
Map
View

Click here to load this message in the networking platform