Consultor Eletrônico



Kbase P34993: Dynamnics: Menu Item does not set up foreign field link to c
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/4/2006
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics: Menu Item does not set up foreign field link to a child container.

When launching an independent window from a parent window menu item, if there is a pass through data link to the child container SDO, the menu item does not set the foreign fields correctly. Subsequently, the child container always displays its first record.

Entry 2 is outside the range of list Data. (560)

CAUSE:

Bug# 20030804-007

CAUSE:

Known issue.

FIX:

Change the menu item action from LAUNCH to RUN and specify an internal procedure in the container super procedure to run. The internal procedure can then get all the relevant handles before calling "launchcontainer" in gshSessionManager specifying the child container name as its first parameter. The child window will then launch set up the correct foreign field links, and display the correct record.