Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What tables are open?
Message
De
04/05/2007 17:54:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
What tables are open?
Divers
Thread ID:
01222657
Message ID:
01222657
Vues:
67
Does the following function leave the ers table open?
Is there a way to use the debugger to watch when a table is opened/closed?
I have a form that is leaving a table open but I am having trouble when where and why the table is being opened.

Thanks
function GetERName
lparameters lnER
select name from newbluebook!ers where er_id = lnER into array aERName
if type('aERName')='C'
	return aERName
else
	return ''
endif
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform