indian_sumesh
29th September 2009, 14:33
Dear Baan friends;
While generating a report i am getting a errors as in attached word file,
Please help me to resolve this.
Thanks & Regards
Sumesh
mark_h
29th September 2009, 14:55
Validate the data in the report. Make sure the data types between the script and the report match. Usually - not always - there is a data problem. I know there are other possibilities for this problem, you can try searching on report errors - I know the x number of fields scanned, xx expected error has been discussed before. I do not recall the -8 error, still it sounds like a data problem.
Han Brinkman
29th September 2009, 15:08
Number of field expected error is often caused by users copying e.g. word data into baan resulting in control characters in the baan tables.
It's a bit cumbersome but by putting the report in debug mode you should be able to find out which field contains the corrupted data.
Regards,
Han
bdittmar
29th September 2009, 16:49
Dear Baan friends;
While generating a report i am getting a errors as in attached word file,
Please help me to resolve this.
Thanks & Regards
Sumesh
Hello,
this error has been discused a lot of times.
Please search before post.
Look at this :
http://www.baanboard.com/baanboard/showthread.php?t=56185
Regards
v_kewl
2nd October 2009, 10:53
Hi,
I faced this type of error earlier because of a String Variable (might be bcoz of some garbage value ). Check all the string variables of report input fields are holding valid data in program before sending data to report.
--
Thanks
becks22
8th October 2009, 12:40
Change your sort fields mode used in the report layout to Presorted and the problem will be solved
seoclick
12th October 2009, 13:47
Dear Baan friends;
While generating a report i am getting a errors as in attached word file,
Please help me to resolve this.
Thanks & Regards
Sumesh
Compile the report with Debugger and run with that.
I think you'll get the solution.
Create backup for that report and remove input fields one by one.
U can understand for which input field u r getting error.
There may be corrupt data in one of them
Regards,
Seoclick
becks22
13th October 2009, 09:56
Change your sort fields mode used in the report layout to Presorted and the problem will be solved