Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What tables are open?
Message
De
04/05/2007 18:20:48
 
 
À
04/05/2007 17:54:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01222657
Message ID:
01222665
Vues:
16
>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
>
You can probably put USED("ers") in the Watch window and set a breakpoint on when it changes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform