I have a class that needs to triger and event in an ActiveX.
The AX needs to trigger an event to the form based on the information sent in the trigger from the class to the AX
Example
I need to see a True value when the event has triggered in the form. The class processes and sends the result True or False to the AX and raises an event to the AX. The AX determines if it is True or False and acts on the False by itself, but needs to raise an event to the Form if it is True.
I can't get the event to trigger in the AX raised from the class.
Any ideas why ?
The AX needs to trigger an event to the form based on the information sent in the trigger from the class to the AX
Example
I need to see a True value when the event has triggered in the form. The class processes and sends the result True or False to the AX and raises an event to the AX. The AX determines if it is True or False and acts on the False by itself, but needs to raise an event to the Form if it is True.
I can't get the event to trigger in the AX raised from the class.
Any ideas why ?