Name of the File |
Member of Web FilePicker (PRIM_WEB.FilePicker)
Data Type - String
The File property provides access to the currently selected file's filename.
This can be used to instantiate populate a LANSA Blob field ready for transfer to be stored in a table.
In this example, a change to the file picker is detected and the file stored in a BLOB field.
Evtroutine Handling(#FilePicker.Changed)
#Blob := #FilePicker.FileName
Endroutine