Skip to main content

Notifications

Announcements

No record found.

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

  • Community Member Profile Picture
    on at
    RE: How to change Form titledatasource property in x++

    Thanks Martin

  • Verified answer
    Martin Dráb Profile Picture
    231,923 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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,238 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,923 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans