Ok i'm using crystal 10, i have a report and a sub report and i would like a field from the sub report being placed into my main report. So i'm using shared variables. In the sub report my formula is:
whileprintingrecords;
shared stringvar PTYPE := ({QUOTECLIENT.FSAClientType})
and in my main report my formula is:
whileprintingrecords;
shared stringvar PTYPE;
PTYPE
I have split the group and put the subreport in the a section of the group and the above formula in the b section of the group.
However the correct information is not coming through from the subreport. Have i missed anything? Help?
whileprintingrecords;
shared stringvar PTYPE := ({QUOTECLIENT.FSAClientType})
and in my main report my formula is:
whileprintingrecords;
shared stringvar PTYPE;
PTYPE
I have split the group and put the subreport in the a section of the group and the above formula in the b section of the group.
However the correct information is not coming through from the subreport. Have i missed anything? Help?