Hi,
I have try to change form titledatasource property in x
but i'm facing error
public static void main(Args _args) { InventTable invent; Args args; FormRun formRun; select invent; args = new Args(); args.record(invent); args.name(formstr(ecoresproductdetailsextended)); args.formViewOption(FormViewOption::Details); formRun = classfactory.formRunClass(args); formRun.design().titleDatasource(formRun.dataSource(tableNum(InventItemGroupItem))); formRun.init(); formRun.run(); formRun.wait(); }
Thanks Martin
The error says that the form design isn't initiliazed. It's becase you haven't called init() yet - you're doing it at line 16, while you're trying to change the design at line 15.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,339
André Arnaud de Cal... 824 Super User 2025 Season 2
Sohaib Cheema 600 User Group Leader