Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need quick input box
Message
 
À
06/07/1998 11:49:42
Mandy Mccord
Public Interest Breakthroughs, Inc.
Albany, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00114574
Message ID:
00114582
Vues:
16
>I want to have a menu item to "Save data files to disk" in my application... an .exe developed in vfp5.0. I plan on using a pkzip command to zip the files to disk so the file can be scanned across disks if necessary due to file size.
>
>I need to ask the users if their floppy drive is A: or B: then use that drive letter in the pkzip command. What's the most efficient way to do this?
>
>MTIA!
>Mandy
Mandy,

I would use a combobox with this in the init;
 THIS.AddListItem("A:",1)
 THIS.AddListItem("B:",2)
Make it a dropdownlist type.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform