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
ok thanks Anil. another reason for us to upgrade. ;-)
any where i can view details on that bug? KB? my google fu is failing me.
Hi Adrian,
Sorry for the late reply.
I am not sure if this information is available in any of the KB article(s). Please contact Technical Support to get more details on this defect.
Thanks and Regards,
Anil Kumar.