Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need quick input box
Message
 
To
06/07/1998 11:49:42
Mandy Mccord
Public Interest Breakthroughs, Inc.
Albany, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00114574
Message ID:
00114582
Views:
18
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform