OIPI32 STOP32 problem (OpenInsight Specific)
At 10 JAN 2002 05:10:15AM Barry Stevens wrote:
After running a report then closing OI I gett the following message.
]]OIPI32 caused an exception 10H in module MSVBVM60.DLL«
I found same error in forum, but there has been no response.
What is the situation.
Barry
At 10 JAN 2002 06:43AM Oystein Reigem wrote:
Barry,
No idea. But having so many clients depending on OIPI, and being in the process of converting to OIPI32, I'm interested in everything that can go wrong with the latter. Do you think this article can be relevant: ????
- Oystein -
At 10 JAN 2002 01:28PM Colin Rule wrote:
I had a similar problem, when using the TERM message.
If you have this OIPI command when you run STOP32, try removing it and see what happens.
I am pretty sure I raised a topic on this in this forum, or perhaps the works area, and had a response from Revelation on this too.
Colin
At 10 JAN 2002 02:07PM Sean FitzSimons wrote:
Barry,
Are you using a TERM message prior to your STOP32? If so what are the parameters being sent in the Set_Printer function for the TERM message?
Sean FitzSimons
Revelation Technologies
At 10 JAN 2002 07:05PM Barry Stevens wrote:
In the create event of the menu (mdiframe)I run set_printer("START32")
in the close event I run set_printer("STOP32")
At the end of every report program I run set_printer("TERM",1).
Actually, I have just realised that in the close event for the menu I have a set_printer("TERM",2). I will go and remove that and post message if NOT ok.
Barry