Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What tables are open?
Message
From
04/05/2007 18:20:48
 
 
To
04/05/2007 17:54:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01222657
Message ID:
01222665
Views:
20
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform