OV_FILE_DIALOG
Þ Note: Built-In Function Rules
Select a fully qualified file name from a file dialog.
Note: The user of this Built-In Function is responsible for any impact it has on any application. No warranty of any kind is expressed or implied. Refer to full Disclaimer.
Function No:
|
997
|
DLL Required:
|
U_BIF997.DLL
|
For use with
Visual LANSA for Windows
|
YES
|
Visual LANSA for Linux
|
NO
|
LANSA for i
|
NO
|
|
Arguments
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
A
|
Opt
|
Dialog title.
Default is "File".
|
1
|
25
|
|
|
2
|
A
|
Opt
|
Initial path, file name or filter.
Default is "*.*"
|
1
|
255
|
|
|
|
Return Values
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
A
|
Req
|
Fully qualified file name.
|
1
|
255
|
|
|
2
|
A
|
Req
|
Return value indicating if a file was successfully selected.
OK = selection was successful
ER = selection was cancelled
|
2
|
2
|
|
|
|