Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShellExecute print dialog suppression
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00844974
Message ID:
00844986
Views:
31
Try this:
*PrinterName = getprinter()
?ShellExecute(0, 'printto', FileName, '"'+PrinterName+'"', 0, 1)

>Hello All,
>
>I use ShellExecute to print a HTML file using the following syntax
>
>=Shellexecute(0,"Print",cFileName,"","",1)
>
>Can anyone tell me how to suppress the printer dialog box and just send it to the default printer??
>
>Thanks in advance
>
>Bob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform