Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00549537
Message ID:
00549549
Vues:
9
This message has been marked as the solution to the initial question of the thread.
>I have a form where I open tables at runtime. The tables have a random name. The problem is: how can I close all open tables at a given time except one? I've tried calling the dataenvironment's opentables method but didn't work. Am I missing something?.
>
>Thanks in advance.
Dimension laList[1]
lnOpen = AUsed(laList)
For i=1 TO lnOpen
	If Upper(laList[1]) <> "MYALIAS"
		USE In laList[1]
	Endif
Endfor
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform