Hello, how do I open a list of drop down list when the object has the focus???
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
thanks very much
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?