Gregory@2014
18th May 2015, 15:18
To all
I would like to know if it is possible to have the session number of any report printed as a footer.
Thanks
bhushanchanda
18th May 2015, 15:29
Hi,
Use this code in before.program of your report script
declaration:
string progname(16)
long info(PSMAXSIZE)
before.program:
pstat (parent, progname,info)
Now, place the progname variable in your footer layout to show the session code.
Also, please post your questions in related forums.
Moving this to Tools Dev forum.
Gregory@2014
19th May 2015, 09:39
Thank you for the speedy response.
Will remember to use the relevant forum in future.