I am trying to show an image from a cursor i have which is in a memo filed using STRTOFILE() but when it saves the image to the location i specified the image is corrupted. Is there another way to get my image from a memo field from cursor?
Save image encoded as base64 using STRCONV( cExpression,13) , decode and use it with STRCONV( cExpresssion,14).