bad image string on archive
Posted: Sat Feb 15, 2020 8:54 am
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
.\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