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