Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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. kb/kb_articles/kb0081.txt Last modified: 2024/01/30 13:36by 127.0.0.1