waleslui
MIS
- Sep 27, 2001
- 3
Dear All,
I need your help.
I would like to generate the pdf file by vfp programming. However, system is always show the printer dialog box and "File Save As" dialog box. How to skip this dialog boxes and system can auto generate by system parameters? I write the following syntax in my program.
set device to screen
*=MessageBox( 'About to Generate Purchase Order for' + chr(13) + m.CurrOffice + chr(13) + "PDF File Name - " + m.PDFFile + DTOC(tmp01.dat_create, 1), 64, ' ' )
set printer font 'Courier New', 12
set printer to name 'LAND PO Printer'
set device to printer
Please help me ~~~
Thank you for your kind attention.
Best Regards,
Wales.
I need your help.
I would like to generate the pdf file by vfp programming. However, system is always show the printer dialog box and "File Save As" dialog box. How to skip this dialog boxes and system can auto generate by system parameters? I write the following syntax in my program.
set device to screen
*=MessageBox( 'About to Generate Purchase Order for' + chr(13) + m.CurrOffice + chr(13) + "PDF File Name - " + m.PDFFile + DTOC(tmp01.dat_create, 1), 64, ' ' )
set printer font 'Courier New', 12
set printer to name 'LAND PO Printer'
set device to printer
Please help me ~~~
Thank you for your kind attention.
Best Regards,
Wales.