Print Page | Close Window

editcontrol on commandbars changed event

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=8477
Printed Date: 18 June 2025 at 9:39am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: editcontrol on commandbars changed event
Posted By: gaudetm
Subject: editcontrol on commandbars changed event
Date Posted: 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



Replies:
Posted By: Oleg
Date 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


Posted By: gaudetm
Date Posted: 21 October 2007 at 12:29am
It's work thanks
 
Marc



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net