Expand my Community achievements bar.

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

3 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?