Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Testing Error 1116
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Testing Error 1116
Miscellaneous
Thread ID:
00356230
Message ID:
00356230
Views:
50
Interesting observation on Error # 1116 -- Too many windows open. While testing for an error handler, I got hung up on error 1116. This error would never go to my error handler. You always get a VFP error message box with "Too many windows open" message and an OK button. Try the following in the command window:
lError = .f.
on error lError = .t.
error(1116)
? lError
lError remains false. All the other errors observe the error handler. This is easily discovered putting error[i] in a FOR loop with an ON ERROR condition. I was populating an errors table with all the VFP error numbers and messages for each error[i] that returned a message{} that was not Error code is not valid.
Mark McCasland
Midlothian, TX USA
Reply
Map
View

Click here to load this message in the networking platform