Consultor Eletrônico



Kbase P61219: Dynamics. How to use Global Filter with thinsdo.w.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/01/2004
Status: Unverified

GOAL:

Dynamics. How to use Global Filter with thinsdo.w.

FACT(s) (Environment):

Dynamics 2.1A

CAUSE:

With V21 there is a procedure called thinsdo.w that replaces dynsdo.w when in a runtime environment.

However the thinsdo.w does not include the hooks for datacustom.p. Based on the preprocessor values set, datacustom.p does not get executed.

In V20 we had used datacustom.p to apply a "Global Filter" to the application and it worked correctly.

In V21 it works correctly via the AppBuilder because the appbuilder environment uses dynsdo.w.

FIX:

The thin objects are completely repository driven.

You need to add your custom super procedures as extended object types/classes to the repository.The SuperProcedure attribute defines which super-procedure to start.