David8Moore
Programmer
I have a client running a Visual FoxPro 5.0 application. They are using a Citrix server for remote access. In the Citrix sessions, using the command "set printer to" does not seem to work. The label is still sent to the default printer, regardless of what printer it was set to. Citrix is running on Windows NT, so I don't know if the problem is related to Citrix in particular or NT. The code I am using looks like:
set printer to "Label printer name"
label form "Label name" noconsole to printer
Any help would be appreciated.
set printer to "Label printer name"
label form "Label name" noconsole to printer
Any help would be appreciated.