Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List tables
Message
 
 
To
17/04/2007 09:35:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01216124
Message ID:
01216711
Views:
14
This message has been marked as the solution to the initial question of the thread.
>hi,
> add an array property aTables to your form.?? i have no idea how.
>
>thanks again
>

See programmatic way in the previous message. To do it in Form's Designer go to the menu Form, New property. Type aTables[1] in the property name. In the description type "Array to hold list of tables in my directory" (change my to your directory).
Click Ok.

You're done.

>>Please read my response few messages back. I said, you need to add an array property aTables to your form.
>>
>>Anyway, you can also do it in the code with
>>
>>
thisform.AddProperty('aTables[1]')
>>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform