Call to Revelation Reporter does not execute (Reporter Specific)
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 ?