linyaohui
12th September 2008, 05:41
hi
how can i get the record count of detail on every page ,then print it on the footer
thanks
sprasad
12th September 2008, 08:29
Hi
Increment a variable in before/after.layout of detail then use the variable in footer and initialize it in after.layout of footer.
linyaohui
12th September 2008, 09:11
Hi
Increment a variable in before/after.layout of detail then use the variable in footer and initialize it in after.layout of footer.
hi
i want to sum one field of detail of every page and print the sum on the footer,then how can i do that
sushil
12th September 2008, 10:45
Hi linya,
declare a variable in report script and then add the values to it in the same way explained by sprasad.
Regards,
Sushil Kumar Mudaliar
linyaohui
12th September 2008, 11:34
hi,sprasad
sushil
solve the problem,thanks....