Path of the image file
Member of Image (PRIM_IMAG)
Data Type - Filename
The FileName property specifies the path of the image file to show. If the path does not exist, no image will be shown.
In this example an image stored in a BLOB field is used to populate the image.
Fetch Fields(#Empimg) From_file(PSLIMG) with_key(#Empno) #Image.FileName := #Empimg
Febuary 18 V14SP2