bad script

I’m trying to run the following scrips from a Win 95 icon (BO ver 4.1) and it seems to crash BO either at or before the point where it saves as ASCII. Specifically, I get page faults and the app crashes.

Any ideas? Thanks.

Jeffrey Freed
HR Systems Manager
UNC Hospitals
Hedrick Building
211 Friday Center Dr.
Chapel Hill, NC 27614

“If it’s not fun, why do it?”

919-966-1425-- direct line
919-966-1415-- fax

jfreed.dhr1@mail.unch.unc.edu

rem from recording
dim add, update
sub main
dim add as BODocument
set add = Application.Documents.Open(“j:\bostuff\empreca.rep”) Application.Documents.Item(“empreca”).Save ActiveReport.ExportAsText(“empreca.txt”) Application.Documents.Item(“empreca”).Close rem dim update as BODocument
rem set update = Application.Documents.Open(“j:\bostuff\emprecu.rep”) rem Application.Documents.Item(“emprecu”).Save rem ActiveReport.ExportAsText(“emprecu.txt”) rem Application.Documents.Item(“emprecu”).Close
end sub

–mime-boundary-iaanaaaapj-01A5F574–


Listserv Archives (BOB member since 2002-06-25)

Jeff,

Are you running the script from the development environment? I’ve found that if I open up the debugger and run a program more than once in the report script editor I get a “Dr Watson for NT error”. If I just run it from the Business Objects report screen it works ok.

Best Regards,

– Joel Klee
kleej@tce.com
587-3255

I’m trying to run the following scrips from a Win 95 icon (BO ver 4.1) and it seems to crash BO either at or before the point where it saves as ASCII. Specifically, I get page faults and the app crashes.


Listserv Archives (BOB member since 2002-06-25)

I’m trying to run the following scrips from a Win 95 icon (BO ver 4.1) and it seems to crash BO either at or before the point where it saves as ASCII. Specifically, I get page faults and the app crashes.


Listserv Archives (BOB member since 2002-06-25)