Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't access a table in listBox
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00874666
Message ID:
00874671
Views:
10
>for some reason this works that is, as is,
>
>thisform.l_initiator.ColumnCount = 3
>thisform.l_initiator.RowSourceType = 3
>thisform.l_initiator.RowSource = "sele * from contact into table example"

It's better to use cursor instead of table in such case. Make sure that cursor name is unique.
thisform.l_initiator.RowSource  = "sele * from contact into CURSOR crsListbox01
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform