Is it a bug?
Hi all,
in my program i save a report into a stream and all work well.
My problem comes when i load the report: every special char (Ex:
) is saved only as ";" then, when i load my report, it has ";" where there should be a special char..
excuse my poor english [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> see u, viper[/img]
in my program i save a report into a stream and all work well.
My problem comes when i load the report: every special char (Ex:
) is saved only as ";" then, when i load my report, it has ";" where there should be a special char..
excuse my poor english [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> see u, viper[/img]
Comments
I have: Xml in the stream doesn't have special char like "[&]#13;" or "[&]#10;" (without "[" and "]") but only the final ";".
For example: When i load a report from stream, special chars are loaded as ";"
This can be a problem in the script code and in the cross view fields list.
Can anyone help me please?
It's a problem inserting data in a sql database..
It seems that some components cuts off "
", "
".. [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> I've tried using parameters but it doesn't work.. I use the TADQuery..[/img]