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 Add multiple column values to FormListViewControl

(0) ShareShare
ReportReport
Posted on by 58
hi all
 
How do I add values to more than one column in a list?
 
When using the following code, the addition is done for each row, not in the column positions
 
        FormListViewControl1.addColumn(1, new FormListColumn(/A1/,1, 150));
        FormListViewControl1.addColumn(2, new FormListColumn(/A2/,2, 100));
        FormListViewControl1.addColumn(3, new FormListColumn(/A3/, 3,100));
 
            FormListViewControl1.add(/Value Column 1/,1,1);
            FormListViewControl1.add(/Value Column 2/,1,2);
            FormListViewControl1.add(/Value Column 3/,1,3);
 
 
Can you help me!!!!
I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    237,066 Most Valuable Professional on at
    how Add multiple column values to FormListViewControl
    Use addItem() to add FormListItem object and remember the index returned from this method.
     
    Then call setText(), where the first parameter is the item index, the second parameter is the value and the third one is the column index.
     
    With this knowledge, you can also use cross-references to find examples in the application.
  • GirishS Profile Picture
    27,825 Moderator on at
    how Add multiple column values to FormListViewControl
    Hi MSCC,
     
    You can refer to NumberSequenceWizard form where the FormListViewControl is implemented.
     
    Thanks,
    Girish S.
     
  • XPRESS Profile Picture
    58 on at
    how Add multiple column values to FormListViewControl
    Thank you 
    Martin Dráb â€‹â€‹â€‹â€‹â€‹â€‹â€‹
    GirishS â€‹â€‹â€‹â€‹â€‹â€‹â€‹


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…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 628 Most Valuable Professional

#2
CU05031448-0 Profile Picture

CU05031448-0 578

#3
André Arnaud de Calavon Profile Picture

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

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans