chavez
6th April 2004, 14:15
I'm trying to add a section to the reminder letters report (tfacr3420m000) but the session doesn´t print it.
I took a look in script code of the report but i didn´t find anything that is disabling the new section.
I even tried unsuccessfully to debug the report.
Does anyone knows anything about this behavior.:confused:

kbartelds
6th April 2004, 15:13
Is the report language dependent?

Regards,
Klaas

mark_h
6th April 2004, 15:16
Some questions come to mind - What section are you trying to add? What is the out put expression you used? When in debug mode do you even see your section? I have not worked on this report and hopefully these questions may help someone to resolve the problem.

Mark

chavez
6th April 2004, 17:31
The report is language depedant.
I´m trying to add a section after all the data of a given customer have been processed (after.field.sort.cuno.rep) or a footer section.
The output expression used is 1.
There are a lot of strange things happening with this report.
I can´t run it in debug mode.
I added some code to the layout (section) i'm trying to print creating a file and it works fine. At the top of this code i issued a command like (message("Hello")) and it does not work.

Thanks
Rui

Hitesh Shah
6th April 2004, 17:54
May be u already have a report present in a higher VRC . So all ur changes are not reflected in the report. Just a possibility.

mark_h
6th April 2004, 22:11
Not being able to run it in debug mode is the first problem. Make sure it is running from the correct VRC as Hitesh mentioned. And that you are running the correct lanquage report. Also check to see if this report is in shared memory. If it is , then I think you need to restart shared memory. I would say from your last post it is not running the report you think it is.

Mark

chavez
7th April 2004, 11:51
The problem was with the compilation of the report.
Although there were no errors during the compilation process the report was not compiling.
I saw that when checking the files in VRCs in Baan\application directory.
Somehow the report stoped compiling after a customization.
Thank you for your help
Regards
Rui