web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

How to change Form titledatasource property in x++

(0) ShareShare
ReportReport
Posted on by

Hi,

I have try to change form titledatasource property in x

but i'm facing error 

pastedimage1637908067493v1.png

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();
}

I have the same question (0)
  • Community Member Profile Picture
    on at
    RE: How to change Form titledatasource property in x++

    Thanks Martin

  • Verified answer
    Martin Dráb Profile Picture
    236,184 Most Valuable Professional on at
    RE: How to change Form titledatasource property in x++

    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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,339

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 824 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 600 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans