TDolphin field memo - solved

TDolphin field memo - solved

Postby aferra » Mon Jun 13, 2016 6:05 pm

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?
Last edited by aferra on Tue Jun 14, 2016 1:22 pm, edited 1 time in total.
aferra
 
Posts: 88
Joined: Wed Apr 28, 2010 6:34 pm

Re: TDolphin field memo

Postby aferra » Tue Jun 14, 2016 11:43 am

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
aferra
 
Posts: 88
Joined: Wed Apr 28, 2010 6:34 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 12 guests