Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Tables from DBC
Message
From
28/11/1998 06:39:16
 
 
To
27/11/1998 08:07:29
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00161758
Message ID:
00162109
Views:
27
Hi Rex,

Thanks for the reply. I will give it a try at least now I won't have to USE the DBC file.

Why do you ACOPY from aTables to ThisForm.aTableList instead of using ThisForm.aTableList as the array for ADBOBJECTS()?

>John,
>
>Couldn't you have done this?
>
>SELECT (This.Value)
>m.TableCount = ADBOBJECTS(aTables,"Table")
>ACOPY(aTables,ThisForm.aTableList)
>IF m.TableCount > 0
> ThisForm.lstTables.RowSourceType = 5
> ThisForm.lstTables.RowSource = "ThisForm.aTableList"
>ELSE
> ThisForm.lstTables.RowSourceType = 0
> ThisForm.lstTables.RowSource = ""
>ENDIF
>
>Just a thought
>
>Rex
>
>>>>How can I put the table names from a database into an array?
Previous
Reply
Map
View

Click here to load this message in the networking platform