Hi- using VFP 7.0
I can call a report by
report form myreport.frx to printer [red]prompt[\red] noconsole
and it works fine.
However, when I print reports in mass - I dont want to prompt the user each time the report is called, so I issue this command:
set printer to name LetterHead before the report form call.
NOTHING PRINTS! It doesnt even get spooled to the printer.
What would be the difference between the PROMPT and the
set printer to name LetterHead command?
BTW- this is a jet directed network printer.
I also have the LetterHead printer in the page setup of the report, that way when they are prompted, they can just select Enter to print the report- (we have several printers on our windows machines).
I thought that having the printer in the page setup would
help with the mass printing problems...but nope.
Oh-
i have also tried to issue the 'set printer to'
at the end of my do while !eof() loop - to force the print to start, but no luck there.
Any suggestions?
I can call a report by
report form myreport.frx to printer [red]prompt[\red] noconsole
and it works fine.
However, when I print reports in mass - I dont want to prompt the user each time the report is called, so I issue this command:
set printer to name LetterHead before the report form call.
NOTHING PRINTS! It doesnt even get spooled to the printer.
What would be the difference between the PROMPT and the
set printer to name LetterHead command?
BTW- this is a jet directed network printer.
I also have the LetterHead printer in the page setup of the report, that way when they are prompted, they can just select Enter to print the report- (we have several printers on our windows machines).
I thought that having the printer in the page setup would
help with the mass printing problems...but nope.
Oh-
i have also tried to issue the 'set printer to'
at the end of my do while !eof() loop - to force the print to start, but no luck there.
Any suggestions?