Consultor Eletrônico



Kbase P18778: Dynamics: Dynamic Viewer does not display associated Dynamic
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/07/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics: Dynamic Viewer does not display associated Dynamic Browse record

Initially when the container is instantiated the viewer does not display the browse focused row. But as soon as the browse is navigated the viewer then displays the correct record.

If another container is created using exactly the same objects and links, with the only difference being its name, this seems to work correctly. Suggesting that the name of the object is somehow having an effect, perhaps indicating Repository problems with this object.

FIX:

Apply Dynamics service pack 2,

or

put the entire contents of colvalues procedure in the logicprocedure of the SDO and add the following at the top (under the: {get RowObject hRowObject}. line):

IF hrowobject:AVAILABLE = FALSE THEN
DO:
hrowobject:FIND-FIRST().
END.