ftbadolato
Programmer
I have a main report with 2 sub reports. I have a parameter field that I get from the user that I want to pass to all the reports. I assume I would use a shared variable to do this? I can't seem to get it to work though. I am using version 8.5. My code is as follows:
WhilePrintingRecords;
Shared varDate x := {?paramfieldvalue}
I thought I would be able to use x in all the reports by doing this, but I am not really sure WHERE to put the above code....main report, a sub report? Then where exactly in the report?
Any and all help is greatly appreciated. I am very new to Crystal.
WhilePrintingRecords;
Shared varDate x := {?paramfieldvalue}
I thought I would be able to use x in all the reports by doing this, but I am not really sure WHERE to put the above code....main report, a sub report? Then where exactly in the report?
Any and all help is greatly appreciated. I am very new to Crystal.