GPI002 error ... (OpenInsight 64-bit)
At 01 FEB 2020 10:34:57PM Dave Sigafoos wrote:
getting the following error …
GPI002: Invalid Proc ID [NDW_SEARCH_SEL] passed to the RTI_VERIFY_PROC procedure [FS100 - Record "NDW_SEARCH_SEL" does not exist.]This is on a form(commuter module) which if run alone (testrun) it works ok. all events work. BUT if i run the form from the mdi fram i get the error and no events work.
Any simple thoughts on what could be causing this?
At 01 FEB 2020 10:37PM Dave Sigafoos wrote:
By the way … debug wont fire either.
At 02 FEB 2020 08:02AM Carl Pates wrote:
Does the "$NDW_SEARCH_SEL" actually exist in SYSPROCS? If not then you need to find out what part of your code is trying to call it (If it does exist that's another problem…)
The error is raised via Set_Status() so there's a Get_Status() call in the system that is picking this up and stopping. Because the IDE (I assume by MDI you mean IDE?) is now written in OI itself, it has to take more precautions when running code so it performs more checks to try and protect itself from developers
![]()
At 03 FEB 2020 07:58AM Dave Sigafoos wrote:
no … MDI meant MDI frame/child
That is the odd thing .. no where am i calling $NDW_SEARCH_SEL. That is a window .. I'll keep looking
At 03 FEB 2020 08:07AM Andrew McAuley wrote:
Might you be calling a commuter module using the @Window nomenclature so you're not finding the string NDW_SEARCH_DEL?
World leaders in all things RevSoft
At 03 FEB 2020 11:18AM Dave Sigafoos wrote:
I think this is what is happening Andrew .. I am finding this problem on all forms when they are tested in the MDI frame. I use the Window Events selection for options so not sure why it is happening.
At 03 FEB 2020 11:24AM Andrew McAuley wrote:
you could try creating an LH log and see where it is most likely that the routine is being called from? I'd guess a promoted event?
If you're running UD5 that'd be REVLH.LOG.
World leaders in all things RevSoft
At 03 FEB 2020 11:28AM Dave Sigafoos wrote:
poor developer just running plain OI10. How to create a lh log? thanks
At 03 FEB 2020 11:32AM Andrew McAuley wrote:
Drop me an email and I'll send you an internal document which explains this… it'll be a blog in due course but I have some stuff I want to finish first.
World leaders in all things RevSoft