Consultor Eletrônico



Kbase P34992: Dynamnics: Menu Item does not set up foreign field link to child container.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/3/2006
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

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)

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

CAUSE:

This is a known issue being investigated by Development

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.