Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Missing Printers under Citrix
Message
From
19/04/2011 08:52:25
 
 
To
19/04/2011 08:31:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01507800
Message ID:
01507802
Views:
52
a) no suggestion
b) I suggest that you code something like this
If Aprinter(aDummy)=0
   Messagebox('Problems with the printer, try again later'"
else
   *Your normal code
Endif
>I have an application (well more that one actually) running on a Citrix network.
>
>From time to time the application "loses" all printers, the local user still has printer listed but from within my application I get;
>
>GetPrinter() - errors with "Printer not Ready".
>SYS(6) - return blank.
>APRINTERS() - returns empty.
>SET PRINTER TO NAME ValidPrinterName returns "Error accessing printer spooler".
>
>It's happened a few times over last couple of months, normally the IT support for the Citrix network restart the Windows Spooler and Citrix Spooler and that sorts the issue, but this time even that does not fix anything.
>
>Anyone any ideas on a) how to resolve or b) a work around?
>
>
>Gary.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform