I notice that if I update a SQL text field with a VFP8 memo field and the content of the memo is something like:
ABC\
TEST
Note: After the \, there is a chr(13).
The SQL text field will become:
ABC
TEST
The backwards slash will disappear. The problem only occurs when the \ is followed by chr(13).
Thank you for any help.
ABC\
TEST
Note: After the \, there is a chr(13).
The SQL text field will become:
ABC
TEST
The backwards slash will disappear. The problem only occurs when the \ is followed by chr(13).
Thank you for any help.