Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save settings in windows Printer default
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Save settings in windows Printer default
Miscellaneous
Thread ID:
00886657
Message ID:
00886657
Views:
47
Hi all,


I want to be able to save settings printers and to save them ¶
in the default printer.

I can change the settings with the api ones like :
PROCEDURE OpenDialog
  * showing printer settings dialog
  LOCAL lnretval
 lnretval = DocumentProperties(hWindow, hPrinter, cPrinter,;
    @cDevmode, @cDevmode, DM_IN_PROMPT+DM_IN_BUFFER+DM_OUT_BUFFER)
    RETURN lnretval
ENDPROC
How definitively save the changes in the printer of Windows to use it with another apllication ?

Thanks in advance for help
Sorry for my poor English...

bernhart
Next
Reply
Map
View

Click here to load this message in the networking platform