Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List Box Problems
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00928838
Message ID:
00928988
Views:
28
OK, I tried your suggestion as follows:
In the load portion of the form I put the code:
OPEN DATABASE stkmktdat
LOCAL ARRAY gatbls(1)
LOCAL lnlen
m.lnlen=ADBOBJECTS(gatbls, "table")

In the listbox Data portion of the properties window I put:
Number of Elements = 5
Row Source = gatbls
Row Source Type = 5 – Array

When I run the form in interactive and in compile mode I get the error message:
‘gatbls’ is not an array

What am I doing wrong?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform