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

Click here to load this message in the networking platform