Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Simple Page N of M
micajblock
Personally I never liked the AutoText PageNofM report item as it uses a grid and it is almost impossible to format nicely. The attached simple example uses a regular text item with the following code on the onRender event:<br />
this.text = "Page " + pageNumber + " of " + totalPage;
Find more posts tagged with
Comments
There are no comments yet