Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Populate a combo box
Message
 
To
14/01/2002 19:46:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00604649
Message ID:
00604650
Views:
28
>I want the user to type in a number in a text box to find files that match the number in a directory and then list the files in the combo box that the user can select to view the file.


Look at ADIR() to get a list of files, I think you can use a COM version of Filer aswell... though never tried that.

As for combo box, you could set its source to be the array returned from ADIR,
or you can loop through the Array and call .AddListItem() on the combo.
Previous
Reply
Map
View

Click here to load this message in the networking platform