Last file selected by the picker |
Member of Web FilePicker (PRIM_WEB.FilePicker)
Data Type - String
The File property provides access to the currently selected file.
This can be used to instantiate a LANSA bitmap instance.
In this example, a change to the file picker is detected and a bitmap instance created.
Evtroutine Handling(#FilePicker.Changed)
#Bitmap <= #sys_appln.Createbitmap( #FilePicker.File )
Endroutine