Index Server and Runtime (OpenInsight 32-bit Specific)
At 17 NOV 2003 12:26:06PM Jeff Miller wrote:
I am setting up an index server in Open Insight. I have used Set_IdxSvr(1) and Set_Bgnd_IX_Time(10) as part of my setup program to initiate the index server. I tested the system in a developement OI and everything works great. However when the code is executed in a runtime OI the Oengine does not come up and the index server routine does not function. I have also disabled the Hide_OI routine.
Does Set_IdxSvr not work in a Runtime environment? Or is my system out of wack (messed up)?
Any Suggestions???
At 17 NOV 2003 12:26PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Is this a single user or a multi user runtime?
World Leaders in all things RevSoft
At 17 NOV 2003 12:26PM Jeff Miller wrote:
This is a Multiuser system!
At 17 NOV 2003 12:26PM The Sprezzatura Group wrote:
Can you call set_status(0) before and get_status(errorcodes) after and see if anything is reported back?
The Sprezzatura Group
World Leaders in all things RevSoft
At 29 NOV 2003 08:10PM Rudhy B wrote:
This is what I do to show the OpenEngine in OI Runtime.
* Show OPenEngine
OpenEngineHandle=FindWindow("AREV":\00\,0)
ShowWindow(OpenEngineHandle,TRUE$)
* Turn on Index
Set_IDXSvr(1)
* background index delay to 60 seconds
Set_Bgnd_IX_Time(300)
Rudhy