Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox with Memo field Values
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00434825
Message ID:
00434850
Views:
15
>It's possible to populate a combobox list with memo field values?

Francisko,

If you don't want to change them (dropdown list style - 2), you may do this:
select left(MemoField,255) as Description, IdField from ... into cursor blabla

Set RowSource and RowSource type appropriately.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform