Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change printer in win95
Message
 
To
04/10/1996 12:46:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00009406
Message ID:
00009414
Views:
21
>When user make choice in my form I want to change the default printer in Win95. I am sure there is an API function to do this. Any tricks !


this works for us (novell lan, win95)
procedure code for 'Select printer' menu option
* Mainmenu: File - Print Setup

local lcOldError
lcOldError=on('ERROR')
on error *
=sys(1037)
on error &lcOldError
Previous
Reply
Map
View

Click here to load this message in the networking platform