Ronny Terhaerdt
17th January 2002, 11:14
Hello,
In a reportscript, a function or someting like a fuction is used to validate a value. This function is not declared in the script. Where can I find out what the script of the (general) function looks like? The format of the function is: tdsls.trep.shortage (most likely customized).
Thanks!
Han Brinkman
17th January 2002, 13:43
Ronny,
The name of the functions looks like one that's defined in a dll. Please check if there are any linked to the report.
Groetjes,
Han
Ronny Terhaerdt
17th January 2002, 13:58
Han,
There is one dll, but how can I see the script of this DLL. And how can I see which dll is used.
Groeten Ronny
Han Brinkman
17th January 2002, 14:34
Ronny,
Which dll's are used is specified in the library section of the report. The libraries/dll's need to be specified there otherwise the script can't be compiled if functions from a dll are used.
The script can be viewed from out the maintain library session. This can be found in the Application development menu meaning that you need a developing licence. If you don't have one you can check on NT/Unix level if the source exists anyway.....
Regards,
Han
Ronny Terhaerdt
17th January 2002, 14:55
Han,
Bedankt.
evesely
17th January 2002, 15:54
The function call in question could be from an included function (i.e., #include xxx). Also, tdsls.trep.shortage is an enumerated value for the domain tdsls.trep (Type of Report).
Ronny Terhaerdt
17th January 2002, 16:32
Thank you for the reply. Han already solved the problem, thanks anyway