Page 1 of 1

Apostrophe

Posted: Tue Aug 09, 2011 10:27 am
by fabrperg
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.

Re: Apostrophe

Posted: Wed Aug 10, 2011 3:11 am
by admin
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