Reputation: 8043
I have a parent form and thousands of child forms. Each time I change something that affects the parent form's DFM, I would like to open and save the child forms in order to make sure the IDE adapts as conseguence of the changes applied to the parent form.
I've tried selecting all the forms and clicking "Open" from the right click popupmenu, but there are too many child forms and it raises the following error:
Error creating form: System Error. Code: 1158.
Il processo corrente ha utilizzato tutti gli handle degli oggetti di Window Manager resi disponibili dal sistema
(translated) The current process used all Window Manager object's handles allowed by the system
I think that something like an "Open-Save-Close" action for multiple files could resolve the problem
Upvotes: 2
Views: 258
Reputation: 47714
DFMCheck has an open/close all forms: idefixpack.de/blog/ide-tools/dfmcheck
Upvotes: 3