Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

app.popupmenu selection item

Avatar

Level 1

Hi, I have this code for a pdf form on Adobe LiveCycle:

 

var cRtn = app.popUpMenu(["Aménagement",["Paysage", "Plan", "Design"], "Structure"], "-","Gazon","Vegetable");

  if(cRtn)

  {

     console.println("Selected Entry: " + cRtn);

  }

 

I want the selection appears inside the box field, but when I click on one of the item, it does not appear inside the box. Someone can help me to resolve this issue? Thank you.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@orphangel  I will check this and revert shortly.

2 Replies

Avatar

Correct answer by
Employee Advisor

@orphangel  I will check this and revert shortly.

Avatar

Level 1

Thank you Mayank_Gandhi 🙂

 

I think I must change this:

{

console.println("Selected Entry: " + cRtn);

}

 

but I don't find the good programmation.