problem in using calculated variable in footerband
Posted: Sat Sep 19, 2009 2:44 pm
Hi
I define variable SumCredit and in BeforPrint event of Databand and add my price to this variable as this :
SumDebit1 += ACC040101.Debit;
in the end of page I want to show this variable in Footerband but it's zero , in footerband of 2nd page it's include sum of first page and so on, It's seems that we have delay in calculating of variable in Databand and showing that inb footerband therefore we can't use this sum in footerband.
Thanks
Mehrdad
I define variable SumCredit and in BeforPrint event of Databand and add my price to this variable as this :
SumDebit1 += ACC040101.Debit;
in the end of page I want to show this variable in Footerband but it's zero , in footerband of 2nd page it's include sum of first page and so on, It's seems that we have delay in calculating of variable in Databand and showing that inb footerband therefore we can't use this sum in footerband.
Thanks
Mehrdad