Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fill combobox drop-down list with memo field?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648154
Message ID:
00648170
Views:
18
This message has been marked as the solution to the initial question of the thread.
You can use ALINES() to parse memo fielld into an array and use that array as the rowsource for the combobox.

>What's the best way to fill a combobox drop-down list with lines from a memo field? The memo field has names of persons in it such as
>
>JOE DOE
>MOE DOE
>JOHN DOE
>DODI DOE
>JANE DOE
>DOTTIE DOE
>
>The controlsource property with be tied to a character field that holds a name CHAR 30.
>
>Put names into array first or what?
>
>Thank you.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform