Started by garcigj ·
2014-02-25 09:00 UTC ·
4 replies · SMF topic #2098
garcigj
2014-02-25 09:00 UTC
Error message when the event runs DCL_FORM_CLOSEALL
OpenDCL Runtime [8.0.0.3]
Autocad 2014
Windows 7
owenwengerd
2014-02-25 14:37 UTC
Please create a simple project that I can use to reproduce the problem.
garcigj
2014-02-25 16:42 UTC
Owen,
I can not reproduce the errors in a simple test, but in my project is giving error. Do not know why.
I put the test project. but as I said before, it works well.
I send by MP project with which the error occurs, just to try it.
owenwengerd
2014-02-25 19:56 UTC
Thanks, I was able to reproduce the problem (the tab pages were the key), and this is now fixed for the next build. Keep in mind that using (dcl-Form-CloseAll) can potentially close forms that are not from your application. It's almost always best to close only your forms by calling (dcl-Form-Close) for each open form.
garcigj
2014-02-25 20:04 UTC
Owen,
I have set up for this application (dcl-Form-Close), if you notice tapeworm commented with ";;"
I'll have to look at this more closely to applications that use multiple palettes and modeless dialog
I do not want to use DCL_FORM_CLOSEALL in published applications.
Thanks and regards.