Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

"Registered trademark" special character

New Here ,
Dec 12, 2006 Dec 12, 2006
I am looking for a way to represent ® (HTML ascii = ®) " Registered trademark" in a cfreport. If it add another # in front of the ascii code, it does escape the following # but prints out the ascii text, not the symbol it represents.

Thanks.
541
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Dec 13, 2006 Dec 13, 2006
Thanks. Your solution worked as well as copying and pasting a (R) mark from another page.
Translate
Engaged ,
Dec 12, 2006 Dec 12, 2006
Can you change the font to wingdings or some such thing for that particular character in the report to show the ®?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 12, 2006 Dec 12, 2006
Or you could use the CHR() function to create it from the ascii code. I'm not that familiar with cfreport, but #CHR(174)# should do the trick.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 13, 2006 Dec 13, 2006
LATEST
Thanks. Your solution worked as well as copying and pasting a (R) mark from another page.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources