PandaOracle
Programmer
Currently im viewing my CR through infoview.
When I change data in my database that my Cr uses.The totalpagecount would appear 4,294,967,295 and when i scroll down a page and back up to that page. It would I assume gets "refresh" and then the right page count is shown.
Here my formula
if not isnull({table.field}) then
totext((totalpagecount),0)
else
totext(0,0)
If i was to use the native Total page count special fields
it would be blank at start up through infoview and again when i move down and up. it would then retrieve the right page count.
Anyone got any ideas why it does this?
*if i'm previwing through CMC or design preview in CR there seem to be no problem at all
When I change data in my database that my Cr uses.The totalpagecount would appear 4,294,967,295 and when i scroll down a page and back up to that page. It would I assume gets "refresh" and then the right page count is shown.
Here my formula
if not isnull({table.field}) then
totext((totalpagecount),0)
else
totext(0,0)
If i was to use the native Total page count special fields
it would be blank at start up through infoview and again when i move down and up. it would then retrieve the right page count.
Anyone got any ideas why it does this?
*if i'm previwing through CMC or design preview in CR there seem to be no problem at all