![]() |
Determining Value Change in Combobox |
Post Reply
|
| Author | |
LeeHayton
Senior Member
Joined: 25 November 2005 Location: United Kingdom Status: Offline Points: 102 |
Post Options
Thanks(0)
Quote Reply
Topic: Determining Value Change in ComboboxPosted: 18 August 2006 at 1:57pm |
|
I need to determine when a key has been pressed (value changed) in a combobox control of the command bar Where the .DropDownListStyle = True .
How can i do this?
Thanks
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 August 2006 at 3:40pm |
|
Hi,
try CommandBarKeyDown event
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
LeeHayton
Senior Member
Joined: 25 November 2005 Location: United Kingdom Status: Offline Points: 102 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 August 2006 at 4:48am |
|
Thanks, but I need something which will tell me what the changes were like a "CommandBarKeyUp" event - as the KeyDown event fires before the changes can be read from the combo/edit box.
Is this possible?
TIA
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 August 2006 at 9:01am |
|
Sorry, no. :(
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
nighthawk
Senior Member
Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 August 2006 at 3:05pm |
|
Try creating a variable that is global to the form. Use it to store the current value of the combobox. In the CommandBars_Update() event, check the current value of the combobox against the value stored in the global variable. If it is different, then the value has changed.
|
|
![]() |
|
LeeHayton
Senior Member
Joined: 25 November 2005 Location: United Kingdom Status: Offline Points: 102 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 August 2006 at 4:31am |
|
Thanks - but I already know that the value has changed because the event has fired. I just wanted to get the changes in the event instead of having to do another step.
Cheers |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |