Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loop through active forms?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00805479
Message ID:
00805546
Views:
24
Tim,

Both the other guys forgot their step = -1 in the code. Another thing to consider:
n = 1
for i = 1 to _screen.FormCount
   if ( _screen.Forms[n].QueryUnload() )
      _screen.Forms[n].Release()
   else
      n = n + 1
   endif
endfor
This always releases form #1 in the array as long as the form says it's ok to be released by checking QueryUnload.

>How do I loop through active forms that are not in a formset? I need to know what form are currently open and close them or hide them at any one point.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform