Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What tables are open?
Message
From
04/05/2007 18:19:16
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01222657
Message ID:
01222664
Views:
23
>Don, this will leave both, the table and the database open

Thanks Hugo.
I don't mind leaving the database open but I would like to close the table unless it was already open when the function was run. How would you test to see if the table was already open if you don't know what alias it may be using? And how would you close it?
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform