Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Aprinters & Windows XP
Message
From
21/01/2002 21:27:40
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
 
 
To
21/01/2002 16:00:35
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00607991
Message ID:
00608201
Views:
26
Try something like this to populate the drop down:(apr is a property array for the form and tf is shortcut for thisform)
=aPrinters(.apr)
for i=1 to alen(tf.apr,1)
if substr(tf.apr[i,1],1,1)='\'
.dd1.additem('\'+tf.apr[i,1])
else
.dd1.additem(tf.apr[i,1])
endif
next
I would assume from your problem that the printers are network printers that have '\\' in the name.
A problem is a problem only as long as it has a possible solution. Lacking that, it becomes a FACT!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform