Dear Sirs.
I have problem when trying to print report using FOXPRO 9.
when I use
its print immediately
but when i change to
its always spooling.
It did not print until i quit foxpro
One more, if I change the REPORT BEHAVIOR to 90 (SET REPORTBEHAVIOR 90), the print job status is 'SPOOLING-PRINTING'
and its print immediately but stop in the middle and continue again after I quit foxpro.
plase help
Thanks before
I have problem when trying to print report using FOXPRO 9.
when I use
Code:
REPORT FROM NMREPORT TO PRINTER NOCONSOLE
but when i change to
Code:
REPORT FROM NMREPORT TO PRINTER NOPAGEEJECT
It did not print until i quit foxpro
Code:
SET PRINTER TO DEFAULT
SET CONSOLE OFF
SELECT MYTABLE
REPORT FORM 'REPORTFOLDER\NMREPORT' TO PRINTER NOPAGEEJECT
SET PRINTER TO
One more, if I change the REPORT BEHAVIOR to 90 (SET REPORTBEHAVIOR 90), the print job status is 'SPOOLING-PRINTING'
and its print immediately but stop in the middle and continue again after I quit foxpro.
plase help
Thanks before