saving the memo field is getting these characters when using the ENTER \ r \ and the end of text is with this \ r \ n, which treatment for memo fields harbour to sql?
saving the memo field is getting these characters when using the ENTER \ r \ and the end of text is with this \ r \ n, which treatment for memo fields harbour to sql?
good, not sure what it would however changing the class worked
in ClipValue2SQL () function in TDolpSrv.PRG changed to
      CASE "M"
         IF Empty (Value)
            cValue: = "" cTxt + + + cTxt ""
         ELSE
            // CValue: = cTxt Val2Escape + (value) + cTxt
            cValue: = cTxt + value + cTxt
         ENDIF
         EXIT