Consultor Eletrônico



Kbase P17438: Thin Client , Adding a record, AddRow() override not execute
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/19/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

AddRow() override in Data Logic Procedure of SDO is not executed on Server Side

Thin Client environment

CHANGE:

Works in Fat Client environment

CAUSE:

DB-REQUIRED was checked for the override section of code in the Data Logic Procedure.
Expected ADM2 behavior.   Checking DB-REQUIRED does not enable any mechanism to relay an override call to the AppServer on its own. This is the same with pure ADM2 without Dynamics

FIX:

Uncheck DB-REQUIRED and code by hand the call on the AppServer as explained in p17665 ADM2: How to relay a procedure/function override call to the AppServer from a thin client?