IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#31185 - 07/20/10 11:33 AM Adding a counter in PP7
John Orchard Offline
OL Newbie

Registered: 05/20/10
Posts: 5
Loc: Gloucester England
Hi
I am still new to PP7 Design and want to add a record counter to a from to show the record number being printed is there a built in function for this? Any suggestions pls.

Top
#31186 - 07/20/10 11:41 AM Re: Adding a counter in PP7
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
John,

There is a system variable called ¤t.datapage. It's an integer variable.

If you want to display it, use a custom data selection, and convert it to a string to display it. The expression would be:

=inttostr(¤t.datapage)

Hope that helps!

Regards,
Rapha

Top