freeppy
17th June 2009, 09:51
hi,all consultants
i want to get some help from you.Our customised reports can not print out and show some errors.Pls see the attached ,maybe some of you have seen the problem,and give your suggestions.Thanks.
Rajhyd
17th June 2009, 12:42
Please compile all your customized reports and then execute them. It should solve the problem.
Regards,
Rajasekhar
dheerendra_gosw
17th June 2009, 14:03
Pls check the domain in report field tfacp200.amth, and check your declaration in programm script also.
thx,
Dheerendra
freeppy
18th June 2009, 05:15
thanks all consultants. I check it with all your ideas.But it does't run,too.
I haven't found the report field ttacp200.amth in the domain ,and i add it but it can't work also.Pls help,Thanks Advance.
Rajhyd
18th June 2009, 07:57
Can you take a sequential back up of the data in tfacp200 and then reorganize the table tfacp200.
Regards
Rajasekhar
dheerendra_gosw
18th June 2009, 10:13
pls attached the program script then i can guide u...
thx,
Dheerendra
freeppy
18th June 2009, 14:41
Dear consultances
I send the Program Scripts as attachment,pls see and guide me.Thanks a lots.
wiggum
19th June 2009, 11:42
I guess that el.no will be zero in line 2450 of your script. To prevent this you should move lines 813 to 821 into before.program section or into init.group event of group.1 section.
freeppy
23rd June 2009, 05:04
thanks wiggum!
But I still can't print the customised reports.Can you check it for me.
madan.meegada
23rd June 2009, 10:25
Please compile the script in debug mode. Run the session and put break points in line number 859, 1692 and check el.no value after executing these two lines. Hope you are not running in job mode and you didn't use rotate currency. The error denotes that the values of el.no is becoming zero. tfacp200.amth(0) is not a valid option so it is giving the error.
Regards,
Madan
dheerendra_gosw
23rd June 2009, 11:11
please debug the script in your environment and get the isuue..
Thx
Dheerendra
freeppy
23rd June 2009, 13:58
Thanks all.I am trying.