How can I remove the section in the red box?
Thanks,
TD
Remove child records from parent record screen
Remove child records from parent record screen
- Attachments
-
- child records.jpg (66.1 KiB) Viewed 4674 times
Re: Remove child records from parent record screen
In AppGini, (1) select your main table ...
... (2) click "Parent/Children settings" button, then, (3) for each child table, (4) uncheck "Show tab below detail view".
(5) Finally, click OK-Button, generate code, reload.
... (2) click "Parent/Children settings" button, then, (3) for each child table, (4) uncheck "Show tab below detail view".
(5) Finally, click OK-Button, generate code, reload.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 25.10 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 25.10 + all AppGini Helper tools
Re: Remove child records from parent record screen
Thank you jsetzer !