Hi
I have a report that has 2 group and detail section.
I have this formula for setting the pages:
NEXT ({GR_ReportLAL.SchNum})<>{GR_ReportLAL.SchNum} OR
NEXT({GR_ReportLAL.SchoolName})<>{GR_ReportLAL.SchoolName} OR
IsNull ({GR_ReportLAL.SchNum})
In the group footer format section i ask to new page before and after
this formula is evaluated.
It work fine till it reaches the last
pages.It's not putting a new page before and after it read the last record.
NOTE: I tried adding ( or OnLastRecord =TRUE) at the end of the formula and nothing same result no new page before or after
CAN SOMEONE HELP ME PLEASE
THANK
pg
I have a report that has 2 group and detail section.
I have this formula for setting the pages:
NEXT ({GR_ReportLAL.SchNum})<>{GR_ReportLAL.SchNum} OR
NEXT({GR_ReportLAL.SchoolName})<>{GR_ReportLAL.SchoolName} OR
IsNull ({GR_ReportLAL.SchNum})
In the group footer format section i ask to new page before and after
this formula is evaluated.
It work fine till it reaches the last
pages.It's not putting a new page before and after it read the last record.
NOTE: I tried adding ( or OnLastRecord =TRUE) at the end of the formula and nothing same result no new page before or after
CAN SOMEONE HELP ME PLEASE
THANK
pg