Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form won't release
Message
From
08/07/2002 08:44:34
 
 
To
07/07/2002 17:06:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00675141
Message ID:
00676074
Views:
19
Make sure you localize the variable used for the FOR ... EACH assignment:
local oVar
for each oVar in _screen.forms
  oVar.show()
endfor
oVar = .null.
Also make sure all tables and cursors are closed in a private Datasession.

Glenn

>No, there are no activeX controls. Although I am using a couple of FOR...EACH loops in some places. I may try removing those (you never know...)
Previous
Reply
Map
View

Click here to load this message in the networking platform