layswan
18th June 2008, 12:18
Hi,
The programe script from a session by default i could not open n modify it so now i try to customized the report script for the default session. Actually the report script that i modified is empty so i have to put in my coding to get the result what i want. Beside putting coding, i oso putting a message to trace the result that i get is it correct or not but something awesome result printed out...... help!!!!!
**Below is the attached document to my problem**


Thanks :confused:

Kozure Ohashi
18th June 2008, 14:44
Just type:


message("%s", tdpur204.nids)
message("%s", item.nids)

The possible values after % are defined in the sprintf$ function.

Example:

%s is a string
%d is a double.

Regards,

Kozure

litrax
18th June 2008, 16:17
To trace the values you better use the debugger.
Compile the report in the debugger mode and then start it.
Please refer to the manual (http://www.baanboard.com/programmers_manual_baanerp_help_debugger_the_baan_debugger).