Table of Contents

Preventing OpenInsight from "Skipping" Entities When Using the RDK (Functions/Subroutines/Programs)

Created at 17 MAR 1997 01:22PM

If you are having problems with OpenInsight "skipping" entities when using the RDK, add the following line of code to the RDKDEPLOYDEF stored procedure after the RDKFormToBody:

 

x = set_property(@window, "@BUILD_ERRORS", "")

 

So that your procedure will look like:

 

/* ======================================================================= */

RDKFormToBody:

            x = set_property(@window, "@BUILD_ERRORS", "")

 

            CtrlList = READ_FORM_CTRLS$

            PropList = READ_FORM_PROPS$

            Swap "*" with @window in CtrlList

 

Then recompile this procedure and rerun the deployment.