Consultor Eletrônico



Kbase P76953: Dynamics. What are the steps involved in creating a communication link with a container
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/16/2004
Status: Unverified

GOAL:

Dynamics. What are the steps involved in creating a communication link with a container

FACT(s) (Environment):

Dynamics OE10

FIX:

1. Create a link between the container and the object.

2. Create a publish event from the object either by publishng the event through a custom UI event or a custom super procedure.

3. Subscribe to the event in the InitializeObject procedure for the Container.

4. Create an Internal procedure in the custom super procedure for the container to react to the pubished event.