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

SOLVED

open menù drop down list

Avatar

Level 4

Hello, how do I open a list of drop down list when the object has the focus???

1 Accepted Solution

Avatar

Correct answer by
Level 10

Place the following code in the Enter event of the Dropdown list..

Replace "DropDownList1" with the name of the dropdown on your form..

xfa.host.openList("DropDownList1");

Thanks

Srini

View solution in original post

0 Replies

Avatar

Correct answer by
Level 10

Place the following code in the Enter event of the Dropdown list..

Replace "DropDownList1" with the name of the dropdown on your form..

xfa.host.openList("DropDownList1");

Thanks

Srini

Avatar

Level 10

Hi Srini, I've been playing with this recently and found that it doesn't seem to work in version 8 of Reader, do you know of a way to get it working?