sant123
13th May 2002, 23:09
Report Print Sales Invoices tdsls440401000 has a statement "r.head.control" in the report script does anyone know what does it do???
and are there any write ups about the hidden functions like this in Baan where do i find them.
Thanks
Sant
OmeLuuk
29th May 2002, 17:46
Maybe you should check the bic_info(6.x or exe) binary in $BSE/bin...
This function is located in the ttstprepdll. What it does should be seen when the report is compiled in debug mode. Unlike the session objects, the standard program is included in the report objects. When in debugger, you can easily switch to edit mode (on Unix) with the command vi. There you can save and examine the source code of your report.
The ultimate documentation on the predefined functions (not provided in the help documentation) is the bic_info tool where you can kind of guess what the function will do, see what it's arguments are, hope you can use it...