teddybear
12th August 2008, 08:58
Hi there,

I have been using this function in Baan IV without problem.

Now, I need to use the same function in BaaNVc5. I got the followng error : Unresolve reference to function r.s.detail.2.

I am suspecting I need to attached a dll to the report using session ttaad3144s000. But I do not know which dll to attached.

Please help

mark_h
12th August 2008, 15:08
r.s.detail.2 looks like something that is used in reports. It may not be called the same in Baan 5. Probably you need to put a report in debug mode and step through it to see what the functions are called. I am not sure if this function will translate or not into 5.

teddybear
13th August 2008, 05:57
Hi Mark,

Thanks for the reply.

As I am having compilation error, the function will not in the report. As such, putting the report in the dubigging mode does not help much.

Can anyone suggest other function that can achieve the same results as this function does.

Many thanks

günther
13th August 2008, 09:23
The report generator creates code "function void r.s.detail.2()" if you have a Detail.2 layout.

It seems that you are calling that function within your report script. So, first of all: remove your code that calls (uses) that function. Then you will be able to compile and/or debug your report. Then you can see what functions are generated.

Günther