Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX forum
Suggested answer

more than one form was opened at once for the lookup control

Posted on by Microsoft Employee

hi,

in ax7 i have created form 

ds - vendtrans

i have created field payment destination

where i used the override method lookup

inside which the code below is there,

when i run the form ..when i select the value from lookup it throws the error

"more than one form was opened at once for the lookup control".

Query query;
QueryBuildDataSource qbds;
QueryBuildRange qbr;
SysTableLookup lookup;


query = new Query();
qbds = query.addDataSource(tableNum(VendTrans));
qbr = qbds.addRange(fieldNum(VendTrans,AccountNum));


lookup = SysTableLookup::newParameters(tableNum(VendTrans),PaymentDestination,true);
lookup.parmQuery(query);
lookup.addLookupField(fieldNum(VendTrans, AccountNum), true);

lookup.performFormLookup();
super();

Categories:
  • Suggested answer
    Chaitanya Golla Profile Picture
    Chaitanya Golla 17,225 on at
    RE: more than one form was opened at once for the lookup control

    Hi,

    Please update your code with following changes and try your lookup:

    Replace lookup.addLookupField(fieldNum(VendTrans, AccountNum), true); statement with

    lookup.addLookupField(fieldNum(VendTrans, AccountNum)); and remove call to super();

Helpful resources

Quick Links

Replay now available! Dynamics 365 Community Call (CRM Edition)

Catch up on the first D365 Community Call held on 7/10

Community Spotlight of the Month

Kudos to Saurav Dhyani!

Congratulations to the June Top 10 community leaders!

These stars go above and beyond . . .

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 288,584 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,864 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans