Hi
I am using Crystal Reports 10
I am trying to share variable values within sub Reports
I am having two Sub Reports inside a main report. They are
Report A and Report B
In Report A, I have a variable, which is as follows
Shar_Var
whileprintingrecords;
SHARED numbervar shar_var := 10;
I need to share this value in Report B
In Report B, I am inserting a variable with a same name
Shar_var
whileprintingrecords;
SHARED numbervar shar_var ;
But in report B, I am getting the value of 0 and not 10
Can any one please suggest a remedy
Thanks
I am using Crystal Reports 10
I am trying to share variable values within sub Reports
I am having two Sub Reports inside a main report. They are
Report A and Report B
In Report A, I have a variable, which is as follows
Shar_Var
whileprintingrecords;
SHARED numbervar shar_var := 10;
I need to share this value in Report B
In Report B, I am inserting a variable with a same name
Shar_var
whileprintingrecords;
SHARED numbervar shar_var ;
But in report B, I am getting the value of 0 and not 10
Can any one please suggest a remedy
Thanks