Hi all.
I need to have my pages numbered. When I include the PageNumber in my report, it prints: 1,00 or 2,00 or 3,00 etc.. (note the , is printed as the . in english settings)
To avoid this problem I created a formula (maybe there is a better way to do that. If you know it, please tell me):
"Pg. " + ToText (PageNumber)[1 to (InStr (ToText (PageNumber), "," - 1)]
Ok. now it prints 1 or 2 or 3 etc..
BUT
When I print from the web, it prints again 1,00 or 2,00 or 3,00
Why it happens ?
Do you know how to fix it ?
Please help me
PS - I'm using the Viewer ActiveX
I need to have my pages numbered. When I include the PageNumber in my report, it prints: 1,00 or 2,00 or 3,00 etc.. (note the , is printed as the . in english settings)
To avoid this problem I created a formula (maybe there is a better way to do that. If you know it, please tell me):
"Pg. " + ToText (PageNumber)[1 to (InStr (ToText (PageNumber), "," - 1)]
Ok. now it prints 1 or 2 or 3 etc..
BUT
When I print from the web, it prints again 1,00 or 2,00 or 3,00
Why it happens ?
Do you know how to fix it ?
Please help me
PS - I'm using the Viewer ActiveX