Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error:1924 FORMS is not an object.
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Error:1924 FORMS is not an object.
Miscellaneous
Thread ID:
00090869
Message ID:
00090869
Views:
68
Does anyone know why only sometimes, maybe 1 out of 100 times I'll get the above error message in my shutdown procedure?

procedure CloseForms
local i

for i = _screen.FormCount to 1 step -1
   if ( _screen.Forms[i].QueryUnload() )
      _screen.Forms[i].Release()
   else
      _screen.Forms[i].Activate()
   endif
endfor</b>
None of the forms in the app ever return .f. from QueryUnload()

df
df (was a 10 time MVP)

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

Click here to load this message in the networking platform