This topic is locked

Apostrophe Problem

1/4/2013 11:26:34 AM
ASPRunnerPro General questions
J
JohnLug author

OK, in my forms and print pages for tables, the apostrophe shows correctly.
But when I open a Report,instead of an apostrophe, I get '

Well, it keeps showing the apostrophe character, but it's the ASCII code in the Report
Weird it woulds in the other pages, just reports.

Sergey Kornilov admin 1/4/2013

What's the difference between apostrophe and ' ?

J
JohnLug author 1/4/2013



What's the difference between apostrophe and ' ?


well, apostrophe is what doesn't show, the ASCII code for the apostrophe character is what shows in the report

G
gdmacdo 1/5/2013

Could you try to place this in the Before Display event?
This is the same thing as above with spaces to easily distinquish double quotes vs single quotes:
replace(Session("The_Field_Name")," ' "," ' ' ")



well, apostrophe is what doesn't show, the ASCII code for the apostrophe character is what shows in the report