Hi all,
recently I have programmed my own scheduler for Crystal Reports. We are using Boxi; our reports are Crystal reports.
What I did not find out was how to programmatically set the instance tite.
Example:
Name of report: xxx.rpt
After scheduling the report should have the name xxx_2010_05_21.
it should not be difficult to programm - but I do not find the correct command.
I tried for example.
my.report.schedulinginfo.properties("SI_MANE").value = "xxx_2010_05_21".
But it did not work.
Could some give me a hint?
Thanks.
Carsten Pauck.