[progress Communities] [progress Openedge Abl] Forum Post: Re: Support For Using Single...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
In addition to Manjinder's findings, I was able to fix the issue by adding the replace method here withint the _convertToABLWhereString function: // We need to build a template format string for the where string. // We'll first add positional info for the value if (type === STRING_OBJECT_TYPE) { // Mike Fechner, 15.04.2016 - potential fix for SCL-1277, problem with filter values // containing single quotes value = value.replace("'", "~047"); format = "'{1}'"; }

Continue reading...
 
Status
Not open for further replies.
Back
Top