Hi, I'm using Crystal 8.0, and I have a problem with a shared variable (date format). I'm creating it in a subreport, so that I can get it in the main report. It works fine, though in the main report it doesn't seem to be recognized as a date in the main report, as when I try do do a select expert on it, it shows me another field (from another table) which has a number format..
Is it not possible to use the select expert on a shared variable?
And as a general rule, can I use a shared
variable as a parameter?
Here are my formulas :
Subreport
whileprintingrecords;
shared datevar dateprod;
dateprod := date({table.field})
main report :
shared datevar dateprod;
Thanks for your help!
Oona
Is it not possible to use the select expert on a shared variable?
And as a general rule, can I use a shared
variable as a parameter?
Here are my formulas :
Subreport
whileprintingrecords;
shared datevar dateprod;
dateprod := date({table.field})
main report :
shared datevar dateprod;
Thanks for your help!
Oona