Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 21 JUL 1998 04:37:34PM Kevin margeson wrote:

When I am trying to create a Revelation Report using calculated fields (that is a whole other problem) I will occasionaly (5-6 times a day) get an OENGINE EXCEPTION error which will force me to have to end task everythine and re-boot the machine. If this happens the call to the revelation reporter will not execute any more. "Void=UTILITY("RUNWIN","REPORTER.EXE /AP=:@APPID:" /UN=:@APPID:" /PW=MPCMSI")". To correct the problem I stumbled onto a partial fix. The above code is called from a stored procedure called "COMPILE SUBROUTINE ANAL_REPORT_DESIGNER_START(CHARSTR NULL)" if I replace the call "Void=UTILITY("RUNWIN","REPORTER.EXE /AP=:@APPID:" /UN=:@APPID:" with:

"CFOpt="

File ="

CFOpt=0 ;* open mode

CFOpt=Bitmaps (*.bmp)/*.bmp/All Files (*.*)/*.*/"

CFOpt=1 ;* default type is the first one (bitmaps)

CFOpt=File ;* default file is the one passed in

File=Utility("CHOOSEFILE", @window, CFOpt)"

execute the above call to select a bitmap, delete the above code back to: "Void=UTILITY("RUNWIN","REPORTER.EXE /AP=:@APPID:" /UN=:@APPID:" with "CFOpt=" the call to the revelation reporter will work. What am I missing ? What needs to be cleared or reset ?

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/6cc4701bb5846a518525664800714d83.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1