Johnny
5th February 2003, 13:04
Hello everybody

I´ve a serious problem with a modified script:

I modified an existing script with "attr.input=false" , zoom.to$..." and "executes" to enable an automatic import of variables and
closing of the session etc. In my own installation it worked, but on another installtion i get this error.( Compiling the script there are no errors)

I compared the scripts and everything is the same. There is only one difference:
The system where it does not word is on Servicepack 11, I developed on Servicepack 8.

I took my modifications from the old script (SP8) into the new script (SP11). At the beginning there where errors, because of 2 modified dll`s (too many arguments) , but thats OK now.

Can anybody help me?

Thanks in advance
Johnny
--------------------------------------------------------
System is Baan4c4 SP11 with Supply Cahein Controlling on Database Oracle and Unix

evesely
5th February 2003, 15:49
If your error is the error in the subject (i.e., recursion), then it would appear that your code is looping in some way. I noticed that you mentioned the use of execute(). Is it possible that whatever Baan form command you are executing is in turn calling other sections that might lead to recursive function calls? For example, calling a refresh could launch a before.display which could call a function. Just a thought.

Why this would change from SP8 to SP11 is odd.

Good luck.