ASCII characters in database
Hello FR community
Newbie here :) please help
The same 3 ASCII characters are saved in many "customer notes" in sql database
FastReport reads them as is :

 : return

 : line Feed (Lf)
' : apostrophe '
Is there a way a FastReport text holder converts to UTF8... or maybe a "string replace" script to replace them with a space... anything really to hide those characters in reports?
Please guide me
Thank you
Sandra
Comments
You may create Replace user's function (see a sample in the C:\Program Files (x86)\FastReports\FastReport Studio\Examples\VisualC++\UserFunctionExample folder) or use Pos function and Delete, Insert procedures
Thanks, that is exactly what I wanted to know.
slope game