Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This can't be impossible to do
Message
From
30/03/2002 17:53:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/03/2002 17:35:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00639169
Message ID:
00639203
Views:
29
Elmer,
Unfortunately I don't have any VFP on this computer to test. Just 2 suggestions to try till I can reach my work computer :
-Use for each instead of forms(index) (or starting from forms.count and stepping down might help)
-Set oObj null explicitly

I would code something like :
for each oObj in _vfp.objects
 if pemstatus(oObj,'baseclass',5) and lower(oObj.Baseclass)='form'
    oObj.hide()
    * oObj.Show(2)  && make modeless - this might be needed
    oObj.release
 endif
 oObj = .null.
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform