[email protected] wrote:
> Paul,
> 
> Thanks, but that is not what we need.  What you are doing is backward
> looking.  I need to be forward looking.  i.e. on Page 1 say continued on
> next page when I know that the current group is not finished.  I think that
> it could work if the page footer values were evaluated (or re-evaluated)
> just before committing the page.

How about:

"continued on next page" if > 
self.Cursor[self.RecordNumber+1][<group_expr] == 
self.Cursor[self.RecordNumber][<group_expr>] else ""

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to