MikeAngelastro
Registered User.
- Local time
- Yesterday, 23:43
- Joined
- Mar 3, 2000
- Messages
- 254
Hi,
I need to be able to run a report multiple times. However, I need to have a different caption each time I run it. How do you change the caption property of a report with code without opening it.
The helper suggests that a report is in the documents collection until it is opened, at which time it becomes a member of the reports collection. It's all very very confusing when all I want to do is change the value of a property. The code below does not work:
REPORTS![rptReportName].Cation = "Something"
unless the report is running. It's seems more complicated them I think it should be.
Any help?
Mike
I need to be able to run a report multiple times. However, I need to have a different caption each time I run it. How do you change the caption property of a report with code without opening it.
The helper suggests that a report is in the documents collection until it is opened, at which time it becomes a member of the reports collection. It's all very very confusing when all I want to do is change the value of a property. The code below does not work:
REPORTS![rptReportName].Cation = "Something"
unless the report is running. It's seems more complicated them I think it should be.
Any help?
Mike