Mohsin Malik
Registered User.
- Local time
- Today, 08:14
- Joined
- Mar 25, 2012
- Messages
- 179
Hi there,
I have a combo box and I have 02 events to fire in sequence but it won't worked any idea.
First event is Onchange event which I am using to fill out the other combo box values as and when I press key the second combo box will show the values pressed and I want to display the pressed key values in realtime and it works great.
If this combo box value is not in the list then I would like to prompt for the message box that the value is not in the list but it is not working, I am not sure why but after adding the event_change on this combo box it is surpassing the message of not in list and I have properly set the Limit to list property = Yes and AllowValueList=No?
Is there any way that on lost focus I could run an event NotInlist, Can I call combobox_NotInlist on lost focus or something?
Thank you
Mohsin
I have a combo box and I have 02 events to fire in sequence but it won't worked any idea.
First event is Onchange event which I am using to fill out the other combo box values as and when I press key the second combo box will show the values pressed and I want to display the pressed key values in realtime and it works great.
If this combo box value is not in the list then I would like to prompt for the message box that the value is not in the list but it is not working, I am not sure why but after adding the event_change on this combo box it is surpassing the message of not in list and I have properly set the Limit to list property = Yes and AllowValueList=No?
Is there any way that on lost focus I could run an event NotInlist, Can I call combobox_NotInlist on lost focus or something?
Thank you
Mohsin