You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Web FilePicker - File Property

Last file selected by the picker

Member of Web FilePicker (PRIM_WEB.FilePicker)

Data Type - String

Details

The File property provides access to the currently selected file.

This can be used to instantiate a LANSA bitmap instance.

Example

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


See also

All Component Classes

Technical Reference

  • No labels