I noticed that is impossible to put an " ' " (apostrophe) symbol on a label object. I'm able to write it when I define the properties of the object, then I save and close the report. But when I try to run the activity to print the report, the label print all the chars but not the apostrophe. Is it a reserved symbol? How can I print it?
Thank you for your support.
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Apostrophe
Re: Apostrophe
fabrperg,
It is a reserved character (the only one actually).
You could either try Steven`s instead of Steven's
or create a column in #dataTable# that holds Steven's and use a field object type to display it.
Steven
It is a reserved character (the only one actually).
You could either try Steven`s instead of Steven's
or create a column in #dataTable# that holds Steven's and use a field object type to display it.
Steven