Hello, how do I open a list of drop down list when the object has the focus???
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
thanks very much
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies