Trademark Sysmbol
-
- Posts: 3
- Joined: Tue Oct 10, 2017 12:44 pm
Trademark Sysmbol
Is there any way to print a registered trade mark sign or a trade mark sign?
=> RE: Trademark Sysmbol
All you need is the correct font and the ASCII character.__Using a calculated field with the expression:__CHR(153)__and a arial font just worked for me.____Kathleen__R&R Support
-
- Posts: 3
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Trademark Sysmbol
What if you would like to do this within a database?____In HTML you can just print ie:"R & R™" and it would print it with a trademark sysmbol can that be done?____Tim
===> RE: Trademark Sysmbol
Are you saying the that TM is already embedded in a data field from a table?____Kathleen__R&R Support
-
- Posts: 3
- Joined: Tue Oct 10, 2017 12:44 pm
====> RE: Trademark Sysmbol
Can you please give an example of calculated field with the expression to do this.____Thanks__Tim
=====> RE: Trademark Sysmbol
"R&R"+chr(153)____Kathleen__R&R Support