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!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums 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