Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing a file directly to a printer
Message
From
30/09/2008 19:54:49
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01351589
Message ID:
01351953
Views:
21
In VFP Help, take a look at ???.

This works but I have found one gotcha. Although the help says you can send any character, there is one character that won't go (I forget the exact character but I think it is / or \). The solution is simple, use a STRTRAN to convert to \\ or // before ???ing. I suspect the issue is that the character in question has a special meaning in the C function VFP is using and needs to be "escaped" to get it to pass through.

Stewart Crisler
Previous
Reply
Map
View

Click here to load this message in the networking platform