by 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