Sudipta
19th October 2004, 14:39
Hi all,
I m using Baan IV.
I have a problem while compiling the script of a report.
I m getting the error as "Max 255 arguments expected for the function concat$ and string.scan".
i have checked the script and i did not find any pattern called concat$ or string.scan. for which i m unable to rectify the error. i have spent nearly 2 days to solve the problem but till now i have not got any solution.
It will be very kind if anyone can solve the problem quickly.

With Regards
Sudipta.

mark_h
19th October 2004, 14:59
Check the number of arguments being sent to the report. You are allowed only 255. When you try to compile it baan creates a string scan for all of the arguments and this may be causing the error.

Mark

tools123
19th October 2004, 15:01
This problem normally occurs when there are too many input fields
on the report. Delete a couple of unwanted input fields and your report should compile fine(deleting even 1 field will take care of the problem for now).

jack786
20th October 2004, 07:17
Why dont u post the script??

malutz
20th October 2004, 08:47
We won't need the script. It is for sure the input fields. Nasty problem, especially if you need all fields. :)