Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read Tables from DBC
Message
De
28/11/1998 06:39:16
 
 
À
27/11/1998 08:07:29
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00161758
Message ID:
00162109
Vues:
20
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform