Sep 19, 2003 #1 rob444 Programmer Nov 5, 2002 633 NL I'm having a problem with printing in the VFP8 IDE. When a program has : set print on ? 'Print commands...' ? 'Print commands...' set print off return The printer does not start printing until the VFP8 IDE shuts down. What am I overlooking? Rob.
I'm having a problem with printing in the VFP8 IDE. When a program has : set print on ? 'Print commands...' ? 'Print commands...' set print off return The printer does not start printing until the VFP8 IDE shuts down. What am I overlooking? Rob.
Sep 19, 2003 1 #2 ramani Programmer Mar 15, 2001 4,336 AE Hi Rob, This depends on the OS. To my understanding VFP handsover the job to the OS and the OS is manipulating thru the print spooler. So the setting is specific of OS. For example, in W2000/XP units.. see my FAQ How to make XP / W2K Print Out Earlier. faq182-4106 If you need it for WinMe or Win98, see my FAQ.. How to make Printer Outputs start quicker ? faq182-785 Though they were written under FPD2.6, they apply here also. ramani (Subramanian.G) http://winnersoft.coolfreepages.com/ Upvote 0 Downvote
Hi Rob, This depends on the OS. To my understanding VFP handsover the job to the OS and the OS is manipulating thru the print spooler. So the setting is specific of OS. For example, in W2000/XP units.. see my FAQ How to make XP / W2K Print Out Earlier. faq182-4106 If you need it for WinMe or Win98, see my FAQ.. How to make Printer Outputs start quicker ? faq182-785 Though they were written under FPD2.6, they apply here also. ramani (Subramanian.G) http://winnersoft.coolfreepages.com/
Sep 20, 2003 1 #3 Mike Gagnon Programmer Apr 6, 2002 8,067 CA Rob444 You may also try: set print on ? 'Print commands...' ? 'Print commands...' set printer to set printer to && Yes, twice set print off return Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. Upvote 0 Downvote
Rob444 You may also try: set print on ? 'Print commands...' ? 'Print commands...' set printer to set printer to && Yes, twice set print off return Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first.
Sep 20, 2003 1 #4 jimoo Programmer Jun 2, 2003 1,111 US If it is a small report, less than a page, it may need a kick to get it printing. You can try the EJECT command and see if that helps. Jim Osieczonek Delta Business Group, LLC http://www.deltabg.com Upvote 0 Downvote
If it is a small report, less than a page, it may need a kick to get it printing. You can try the EJECT command and see if that helps. Jim Osieczonek Delta Business Group, LLC http://www.deltabg.com
Sep 20, 2003 Thread starter #5 rob444 Programmer Nov 5, 2002 633 NL More than one solution for one problem. Thanks Guys! Rob. Upvote 0 Downvote
Feb 9, 2004 #6 MorgyDogy Programmer Mar 25, 2003 20 US Frankly, I have tried all of these and the 2 "SET PRINTER TO" statements seems to be the best solution (IMHO...) Upvote 0 Downvote
Frankly, I have tried all of these and the 2 "SET PRINTER TO" statements seems to be the best solution (IMHO...)