ComboBox dropdown method

bakes

New member
Local time
Today, 15:04
Joined
Jun 27, 2006
Messages
1
i have set the dropdown method of a combobox in the onfocus event
if then on the click event or exit event for the combobox i validate the entry and find error and move the focus back to the combobox the dropdown method does not appear to work.The focus has clearly been moved away from the combobox but when it returns the dropdown list does not appear
yet it always works the first time you enter the combobox within a form

has anybody else come across this problem!
any solutions
 
I'm pretty sure that the control events don't trigger when the would-be event is caused programmatically.
Just add a .dropdown after your .setfocus.
 

Users who are viewing this thread

Back
Top Bottom