ijourneaux Posted July 22, 2010 Posted July 22, 2010 I have a script that executes fine when the script is interpreted. Unfortunately when I try to run the compiled script, the script fails when I try to print an ActiveReport. The error I get is Error 5000: Error in processing report. [Extended Info: CP internal=100] Why would I not get an error in the interpreted script and get an error when the script is compiled. Any chance of working around this quickly?
omikron48 Posted July 22, 2010 Posted July 22, 2010 I'd wager it has something to do with file paths or working directory paths in your script.
ijourneaux Posted July 22, 2010 Author Posted July 22, 2010 Oddly enough this error only seems to happen when I compile the script with the compile option in SciTE editor. Is this a known issue?
ijourneaux Posted July 22, 2010 Author Posted July 22, 2010 I'd wager it has something to do with file paths or working directory paths in your script.In this case all of the script files are in the same folder. Could it be that the environment paths are not available when the script is comlied one way versus the other?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now