Figured it out.

When a control is placed underneath a group control and the
AutoDataGroup property is set to 'true' than the events are apparently
being captured elsewhere and not at the control level (maybe at the
group control level?). Anyways, thought I'd shared that ;-)

~Jeremy

--- In [email protected], "Jeremy" <[EMAIL PROTECTED]>
wrote:
>
> Hello all, I'm having a problem with form events in Dynamics ax 4.0
> 
> I created a check-box on SalesTable(form) which I'm overriding the
> Clicked event and just trying to do something simple like:
> 
> Info("Clicked event occured");
> 
> However, the clicked event never gets fired off. I'm not sure if there
> is some kind of property that disables events for certain fields, but
> I can't find anything of the like. Specifically, this field is located
> on the Address tab (under Advanced view).
> 
> Any help would be greatly appreciated. 
> 
> ~Jeremy
>


Reply via email to