Dear all,
I'm fighting with a problem from a long time and I can't fix it...
I have a RichTextBox field in my formular, in this field I want to insert a formula example : K[AUCN2]
I save the result in a SQL Database (nvarchar(200)). the result in SQL looks like this : "K[AU(CN)<sub xmlns=\"http://www.w3.org/1999/xhtml\">2</sub>]"
When I re-open my form and try to load my RichTextBox field by a Web service, (1 Rule to launch the query and 1 rule to set the field value) he put me K[AU(CN)<sub xmlns=\"http://www.w3.org/1999/xhtml\">2</sub>] in the RichTextBox Field instead of K[AUCN2].
I've tried to pass the InnerXml of my field to another RichTextBox field and is not possible because the real value (in Code part) of my field is K[AU(CN)<sub xmlns=\\\"http://www.w3.org/1999/xhtml\\\">2</sub>] instead of K[AU(CN)<sub xmlns=\"http://www.w3.org/1999/xhtml\">2</sub>]... he triple the back slash and it's not possible to load it in a InnerXml...
If someone can help me, I really appreciate.
Thanks in advance,
Nelson