pgrootenhuis
18th August 2003, 14:00
Hi, I want to use other $ fields (other than nama$ etc.) in my reminders. Is it possible to fill variables (i.e.: newvar1$ and newvar2$) in my reportscript and use these in the reminder ?? Or can this ony be done from the sessionscript (I can't modify that...:()

Greetz,

Peter

lbencic
18th August 2003, 18:31
You can add variables to any report without modifying the session script, as long as you have some reference or method of calculation. If they are already part of a table that is already being read, you may try adding them as an input field and throwing them on the report, and sometimes this will come through.

If not, you can write a select or other fill for them in the report script. Declare the variable as an input field to the report (not in the report script header), and it should be available for you on the report. Put the code to fill the variable in the 'before.layout' section of whatever layout the variable is in.

Good Luck