app.popupmenu selection item | Community
Skip to main content
New Participant
May 21, 2020
Solved

app.popupmenu selection item

  • May 21, 2020
  • 2 replies
  • 4134 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

@orphangel  I will check this and revert shortly.

2 replies

orphangelAuthor
New Participant
May 23, 2020

Thank you Mayank_Gandhi 🙂

 

I think I must change this:

{

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

}

 

but I don't find the good programmation.

Mayank_Gandhi
Mayank_GandhiAccepted solution
Employee
May 22, 2020

@orphangel  I will check this and revert shortly.