Consultor Eletrônico



Kbase P24676: Managing an SDO in Roundtable
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

Managing an SDO in Roundtable

FIX:

As of Roundtable version 9.1C, you can make more than one part of a multi-part object compilable. This allows you to flag the proxy portion of an SDO (*_cl.w) to also get compiled whenever the SDO object is compiled.

To do this, create a code subtype for SDO's with three parts: The main part should have an extension enforcement of "w", part two should have an extension enforcement of "i" and part three should have an extension enforcement of "w" AND a suffix enforcement of "_cl".

By default, the main part always gets compiled. For the proxy part, change the 'Compiles' flag to 'yes' and you should be all set!