Kbase P121126: Dynamics: Running the application on the thin client causes custom super procedures not to run
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/12/2006 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1B
Dynamics 2.1A
OpenEdge 10.1x
SYMPTOM(s):
Dynamics: Running the application on the thin client causes custom super procedures not to run
Dynamics application deployed with WebClient
Browser class extended using the browsercustom.p procedure
Standard GUI client using client/server connection and development session type instantiate custom super procedure
CAUSE:
Thin client is using session type which utilizes "UseThinRendering" session property, causing different
rendering procedure to be used that does not instantiate custom super procedures
FIX:
There are two possibilities to fix the problem:
1. Remove the "UseThinRendering" property from the session type being used for the client
or
2. For the object instances that are required to have custom super procedure remove the
instance value for the "ThinRenderingProcedure" property