Is there a way to identifying events on default controls?

Thanks Jose.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Jose Gomez
Sent: Tuesday, November 22, 2011 11:42 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Is there a way to identifying events on default controls?

Sure get the default instance of the control

EpiTextBox t =csm.GetNativeControlReference("GUID")
t.TextChanged+= EVENT


Sorry for the lack of actual code I am in a rush today.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Tue, Nov 22, 2011 at 12:45 PM, dgodfrey_amc <dgodfrey_amc@...>wrote:

> **
>
>
> I am in the JobEntry form and the AfterFieldChanged event does not get
> triggered for the JobNum. Does anyone know how to piggy-back onto an
> default control?
>
>
>


[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
I am in the JobEntry form and the AfterFieldChanged event does not get triggered for the JobNum. Does anyone know how to piggy-back onto an default control?
Sure get the default instance of the control

EpiTextBox t =csm.GetNativeControlReference("GUID")
t.TextChanged+= EVENT


Sorry for the lack of actual code I am in a rush today.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Tue, Nov 22, 2011 at 12:45 PM, dgodfrey_amc <dgodfrey_amc@...>wrote:

> **
>
>
> I am in the JobEntry form and the AfterFieldChanged event does not get
> triggered for the JobNum. Does anyone know how to piggy-back onto an
> default control?
>
>
>


[Non-text portions of this message have been removed]