[icf-dev] Problem with triggers in DynamicViewer

Posted by LegacyUser on 13-May-2003 08:29

Hi,

I have problem with triggers in Dynamic viewer.

I have DynamicViewer with some fill-ins with leave triggers and one button.

The button launches dynamic window. After button has launched the window once ALL triggers in the viewer stop working.

When I close the window and re-start it again the button works just once.

This used to work fine before Dynamics SP2.

The launch is done with following code which is in the viewers super procedure:

IF VALID-HANDLE(gshSessionManager) THEN

RUN launchContainer IN gshSessionManager (

INPUT "", /* pcObjectFileName */

INPUT "ry/uib/rydyncontw.w", /* pcPhysicalName */

INPUT "ph-memow", /* pcLogicalName */

INPUT NO, /* plOnceOnly */

INPUT "", /* pcInstanceAttributes */

INPUT "", /* pcChildDataKey */

INPUT "", /* pcRunAttribute */

INPUT "update", /* pcContainerMode */

INPUT ?, /* phParentWindow */

INPUT TARGET-PROCEDURE, /* phParentProcedure */

INPUT ?, /* phObjectProcedure */

OUTPUT hFolderWindow, /* phProcedureHandle */

OUTPUT cProcedureType /* pcProcedureType */

).

Does anybody have the same problem in Dynamics SP2 (Progress 9.1D05) ?

Did anybody find a solution ?

Best regards,

-Veli-Matti Korhonen

To unsubscribe, e-mail: dev-unsubscribe@dynamics.possenet.org

For additional commands, e-mail: dev-help@dynamics.possenet.org

All Replies

This thread is closed