Hi everybody,
I have got a report which has a group header and footer. Because group footer do not get printed on every page, I created a page footer to display some fields which I am trying to read from the group footer.
So, I have got a formula, a1, which I have put in my group footer which basically read a value from the table and put it into a shared variable, as shown below
Shared StringVar SC_CkNum := "" ;
SC_CkNum := {SuperCheck.CkNum}
What I need to do is to pass the value of this variable to to the page footer. So in my page footer I have created another formula @Reada1, which reads
Shared StringVar SC_CkNum ;
SC_CkNum;
The problem I am having is if the value of SC_CkNum in the group footer is 41234, the @Reada1 formula in the page footer is reading correctly 41234. However if its next value is blank, the @Reada1 formula is still holding on to the old value i.e 41234 and not displaying blank.
Can someone please help me
[IMG]smileys/smiley19.gif" align="middle" />