I created a (stored) calc field in a lineitems table using a value of a related table in its formula.
I placed it on a form, to check the calculation and I got several error messages like:
Could not records
java.lang.ArrayIndexOutOfBoundsException: 1730602264 1730602264
or
java.lang.ArrayIndexOutOfBoundsException: 3 3
I checked the sequence, re-syncinc it with database, but I still got the errrors. The formula was a simple:
return prezuni - ((prezuni * provvigioni_operatore.percentuale)/100);
The relation provvigioni_operatore
was
operatoid = operatorid
category = category
Removing the field also removed the problem.
Riccardino:
I created a (stored) calc field in a lineitems table using a value of a related table in its formula.
I placed it on a form, to check the calculation and I got several error messages like:
Could not records
java.lang.ArrayIndexOutOfBoundsException: 1730602264 1730602264
or
java.lang.ArrayIndexOutOfBoundsException: 3 3
Addendum: I exported the solution and loaded under linux. The error doesn’t appear.
Today, under OSX (panther) I had the same problem with a newly defined table, id set to servoy sequence: I loaded a text file with 100 record and I get the same kind of error message: java.lang.ArrayIndexOutOfBoundsException: 4 4
Hope you can fix this problem as soon as possible: this thing is slowing down the development of a project I have to complete before april…
what does the .log.txt say?
I need an example that does this because now i have to little information.