Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying network printers in a drop-down control
Message
 
 
To
24/07/2008 15:43:36
Stan Vaninger
Mitek Industries, Inc
Missouri, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01333872
Message ID:
01334080
Views:
13
>I have used the aprinters() function to populate a drop-down control but the network printers show up as disabled. I vaguely remember seeing a work around for this. Can anyone help?
>

As Dragan correctly pointed out, it should be STRTRAN
laPrinterList[i] = STRTRAN(laPrinterList[i], "\", "\\")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform