Hans-Ronald Schieb
Member
Hello,
tried to find some advice in this forum but didn't find anything related to my problem. If there is a thread I haven't found, please give me a hint.
So far, here's my problem:
Database Oracle 9i (located on a server in the network)
PL/SQL-Dev Version 6.0.5.931 (same problem with a 6.0.3 Version)
OS: Windows 2000 Prof. /Windows XP Prof.
Problem:
We use a CLOB field to store RTF formated text in a table. In order to get the text into the field, we manually copy&paste it from word docs (also tried it from rtf-files) into the rtf-TAB of the Large Data Editor.
At insert, the formating is ok. After saving it(OK button in Large Data Editor) and reopening, the format of the rtf text isn't the same as before - it seems that there was an additional transformation/formating of the text during the saving. So we have to go into the formating code and try to get rid of the code.
Strange about that behavior is: when we do the same thing on a Windows NT machine, the formating isn't changed, it remains as inserted - everything is ok there.
Any hints?
I'd really be happy about any help - it gets me crazy to manually correct rtf formatting code.
tried to find some advice in this forum but didn't find anything related to my problem. If there is a thread I haven't found, please give me a hint.
So far, here's my problem:
Database Oracle 9i (located on a server in the network)
PL/SQL-Dev Version 6.0.5.931 (same problem with a 6.0.3 Version)
OS: Windows 2000 Prof. /Windows XP Prof.
Problem:
We use a CLOB field to store RTF formated text in a table. In order to get the text into the field, we manually copy&paste it from word docs (also tried it from rtf-files) into the rtf-TAB of the Large Data Editor.
At insert, the formating is ok. After saving it(OK button in Large Data Editor) and reopening, the format of the rtf text isn't the same as before - it seems that there was an additional transformation/formating of the text during the saving. So we have to go into the formating code and try to get rid of the code.
Strange about that behavior is: when we do the same thing on a Windows NT machine, the formating isn't changed, it remains as inserted - everything is ok there.
Any hints?
I'd really be happy about any help - it gets me crazy to manually correct rtf formatting code.