i have been using regular variables for a couple months now with no problems at all, but for the report i am writing now, i need a shared variable - one that begins in the subreport and travels to the main report...
the impression i get from reading the crystal guide is that shared variables start in the main report and feed into the subreport... (it tells you to use this code in the main report:
maybe i am reading it wrong, but that makes me think that it is traveling from the main to the subreport...
is there no way to have a variable travel FROM the subreport to the main report?
thanks for your time and any suggestions you may have...
the impression i get from reading the crystal guide is that shared variables start in the main report and feed into the subreport... (it tells you to use this code in the main report:
shared numbervar x := 1000;
and then shared numbervar x;
in the subreport...maybe i am reading it wrong, but that makes me think that it is traveling from the main to the subreport...
is there no way to have a variable travel FROM the subreport to the main report?
thanks for your time and any suggestions you may have...