Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is the Table Open?
Message
De
13/04/2000 10:48:24
 
 
À
13/04/2000 10:36:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00359251
Message ID:
00359277
Vues:
11
I think I understand what you are saying, so wouldn't the following determine wether or not the view is open?

if used("viewname")
if juststem(cursorgetprop("database", "viewname")) = "source"
wait window "source!viewname is open" nowait
else
wait window "viewname is from a different database" nowait
endif
else
use source!viewname in 0
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform