![]() |
editcontrol on commandbars changed event |
Post Reply
|
| Author | |
gaudetm
Senior Member
Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
Post Options
Thanks(0)
Quote Reply
Topic: editcontrol on commandbars changed eventPosted: 19 October 2007 at 5:44pm |
|
Is there a way to detect when user press a key in a edit control on commandbars like the changed() event in regular textbox?
If so than light up my light because i can't figure it out
Thanks in advanced
Marc
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 October 2007 at 2:14am |
|
Hi,
try this
Private Sub CommandBars_ControlNotify(ByVal Control As XtremeCommandBars.ICommandBarControl, ByVal Code As Long, ByVal NotifyData As Variant, Handled As Variant)
If Code = 768 And Control.Type = xtpControlEdit Then Debug.Print "Edit Changed" End If End Sub |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
gaudetm
Senior Member
Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 October 2007 at 12:29am |
|
It's work thanks
Marc
|
|
![]() |
|
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 |