Consultor Eletrônico



Kbase P94927: The Dynamics 'updateRecord' override does not receive 'ADM-ERROR' return value when running on thin
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/22/2004
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

The Dynamics 'updateRecord' override does not receive 'ADM-ERROR' return value when running on thin client

Same code receives the 'ADM-ERROR' when running in client/server environment

CAUSE:

Application coding issue. The customer's standard include file for formatting and
display of debug messages was being used between running updateRecord and checking its
return-value. The include file fires a procedure call when running via appserver, but
not when running client-server. Hence the different behaviour when running via WebClient/AppServer.


FIX:

Modify the code to handle client/server and AppServer calls in a correct manner.