cancel
Showing results for 
Search instead for 
Did you mean: 

Setting instance title - scheduling CR programmatically

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Carsten,

You'll probable have better luck posting your question in either the .net development or java development forums.

Jason