2

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:

enter image description here

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

Fabrizio
  • 7,603
  • 6
  • 44
  • 104

1 Answers1

3

DFMCheck has an open/close all forms: idefixpack.de/blog/ide-tools/dfmcheck

Uwe Raabe
  • 45,288
  • 3
  • 82
  • 130