Page History
Image - FileName Property
| Panel | ||
|---|---|---|
| ||
Path of the image file |
Member of of Image (PRIM_IMAG)
Data Type - Filename
Details
The FileName property specifies the path of the image file to show.
If the path does not exist, no image will be shown.
Example
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