Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Aprinters & Windows XP
Message
De
21/01/2002 21:27:40
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00607991
Message ID:
00608201
Vues:
25
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform