A
AdrianJones
Guest
Hi all, 10.2b on windows. if I use the appbuilder to generate a function i get the normal &ANALYZE-SUSPEND... wrapper around it. &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION-FORWARD aaa C-Win _DB-REQUIRED FUNCTION aaa RETURNS LOGICAL ( /* parameter-definitions */ ) FORWARD. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME If I then use the Eclipse/Openedge architect to add another function i get an extra &IF DEFINED... wrapper &IF DEFINED(EXCLUDE-bbb) = 0 &THEN &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION-FORWARD bbb Procedure FUNCTION bbb RETURNS CHARACTER ( ) FORWARD. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME &ENDIF Is there anyway to control this EXCLUDE insertion? switch it off? Is it needed? if we have different devs using different editors it can quickly insert many changes producing inconsistent code with inadvertent diffs etc. cheers. AKJ
Continue reading...
Continue reading...