Consultor Eletrônico



Kbase P61704: Dyn 2.1A Dependent window starting in view mode although too
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/02/2004
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

Dynamics 2.1A01

Dependent window starting in view mode although toolbar is of save type (TableIoType)

CAUSE:

Known issue with Save tableIOType toolbar, and with the containerMode property, .

When containerMode is set to 'update' in the container builder, then it is ignored and set back to 'view' at runtime.

FIX:

Work around is to hardcode containerMode to manually force this property back to 'update', before SUPER in initializeObject of the called dependent window:
c = "update".
{set containerMode c}.