Search code examples
visual-foxprofoxpro

Show image from cursor saved as memo field in report in FoxPro


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?


Solution

  • Save image encoded as base64 using STRCONV( cExpression,13) , decode and use it with STRCONV( cExpresssion,14).