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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

How to add static text control in class

(0) ShareShare
ReportReport
Posted on by 351

Hi all,

I have a run base batch class and i want to show static text in my dialog so that how to add?

 FormStaticTextControl  textcontrol = new FormStaticTextControl( ?)

Thanks 

I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    239,038 Most Valuable Professional on at

    Use can use addControl() of a field group to add the control. For example:

    dialogRunbase.addGroup().frameType(FormFrameType::None);
    FormBuildGroupControl currentGroup = dialogRunbase.form().design().control(dialogRunbase.curFormGroup().name());
    FormStaticTextControl staticTextControl = currentGroup.addControl(FormControlType::StaticText, 'YourControlName');

  • waytod365 Profile Picture
    351 on at

    Sorry for the late replay sir,

    Thanks for your answer its awesome. But if we user FormBuildGroupControl we are receiving error.

    Error ;- Cannot implicitly convert from type 'FormBuildControl' to type 'FormStaticTextControl'

    After that i used FormBuildControl instated of FormBuildGroupControl.

    Correct me if I'm wrong sir.

    Thanks

  • waytod365 Profile Picture
    351 on at

    Now, dialog is not open sir.

    I'm getting error :- Unable to cast object of type 'Dynamics.AX.Application.FormBuildGroupControl' to type 'Dynamics.AX.Application.FormGroupControl'.

  • J.Bur Profile Picture
    15 on at

    DialogText dlgText = dialogRunbase.addText("your text");

    FormStaticTextControl  textcontrol = dlgText.control();

  • Martin Dráb Profile Picture
    239,038 Most Valuable Professional on at

    "Build" controls (such as FormBuildGroupControl) are used when you're designing the form (before running it). Non-buiild controls (such as FormGroupControl) are used when the form is actually running.

    Therefore what code you should write depends on when you want to execute it.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 658

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 468 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 333 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans