on one record there is this string
.\images\quattr~1.png
to save the image I do:
cPathMask := oApp:cImgPath+UrlImage(cSeimage)
cImage:= RelativePath( cPathMask ) + UrlImage(cPathMask)
how can I avoid saving with the ~ symbol ?
I have on field 120 cr to save
any solution thanks