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

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.

  • kb/kb_articles/kb0081.txt
  • Last modified: 2024/01/30 13:36
  • by 127.0.0.1