Hello,
I'm having some tablets failed to view report in HTML format. (CSentry 8.0 ). It is like the issue start with the Apostrophe ' in between the data need to be viewed. " Example if in the Data holds word like " can 't or He's " then the display failed to load all the records.
How can I handle this ?
I have attached here the Function I use and the HTML codes for displaying report. Thank you in advance
Issue displaying HTML report on tablet (CSentry 8.0)
-
Ara
- Posts: 1
- Joined: March 9th, 2024, 6:47 am
Issue displaying HTML report on tablet (CSentry 8.0)
You do not have the required permissions to view the files attached to this post.
-
Gregory Martin
- Posts: 1946
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Issue displaying HTML report on tablet (CSentry 8.0)
You can use the encode function to convert text to HTML: https://www.csprousers.org/help/CSPro/e ... ction.html
More generally, you should take a look at the templated reporting feature: https://www.csprousers.org/help/CSPro/t ... ports.html
This would simplify your work greatly, as you wouldn't have to parse your template for "//HERE//", and you could move some of your calculation logic into the report itself.
More generally, you should take a look at the templated reporting feature: https://www.csprousers.org/help/CSPro/t ... ports.html
This would simplify your work greatly, as you wouldn't have to parse your template for "//HERE//", and you could move some of your calculation logic into the report itself.