Hi community
I have developed a base application that programmatically:
- creates multiple Subform (linked to the parent) and add Textfield controls to the created Subform
- adds the new Subforms to the existing Form
Subforms and TextFields are created via Basic Macros. I now want to save the resulting Form and use it.
I have tried saving with the dispatcher (uno:Save, uno:SaveAll), after switching to design mode, without results.
The following manual process works:
- Edit the form
- Switch to Design mode so that macros are run
- Save
Here the navigator window showing the newly created subforms.
Any suggestions ?
Thanks