Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visible table=.t.
Message
 
 
À
01/05/2007 08:48:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01221354
Message ID:
01221429
Vues:
10
Once you get your array, you can loop through it and eliminate the items you don't want in your final result. In other words, you may have a temp array with the original result and populate your final array by looping through the temp array. This is not the best algorithm, of course, but as long as your arrays are small, should work fine.

>thank you,
>my small project(via myform) i change excel files to free table, i make som operations, i need to show only those table at my list to make operations i need.
>
>>If you use database container then ADBOBJECTS(myarray,'table') will return database-related table names only.
>>
>>>hi all,
>>>
>>>i need help to let the table FOXUSER.DBF visible=.t. at my list
>>>as
>>>thisform.list1.(FOXUSER.dbf)visible=.t.
>>>
>>>nTablesCount=adir(thisform.aTables,"*.dbf")
>>>thisform.list1.RowSourceType = 5
>>>thisform.list1.RowSource = 'thisform.aTables'
>>>thisform.list1.Requery()
>>>thisform.list1.ListIndex = 1
>>>thisform.list1.refresh
>>>
>>>thanks.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform