noname
29th July 2002, 21:42
Hello, pls help.
I have been receiving this error "Fatal Error: Can't open input file ptdinv7458ag" when trying to compile a script I have just created. I know the script exists because I have checked BSE/app and it's there.
I guessed that this must be a permission thing but I have 'full control' of the NT file & dir(s). Is there something missing from my baan user profile? or?
Regards

PBforBaan
30th July 2002, 09:40
Hi,

take a look at the structure of the script. this error can occur if you forget to open or close the brackets or if you forget to set the endif after you if-statement or something like that

hope this helps

PB

isimeon
30th July 2002, 09:41
if this is 4GL script, check section syntax. (or post here your code)

morpheus
30th July 2002, 13:09
There seems to be a syntax error in the code.

noname
4th August 2002, 05:40
You are all right, it was a very simple thing. The code was automatically generated and I added just a little to it and I knew the bit I added should have been fine but what I didn't notice was a "/" sign in the very first character of the script. This "/" got in there because I am often switching from vi to wordpad and searching with a "/" instead of a Ctrl-F. Thanks for your help,