|
Use this function to select a file from the local file system of a client computer. The corresponding selection widget is opened. The result is TRUE if the user has selected a file or FALSE if the user has canceled the selection. |
|||||||||||||||||||||||
![]() |
It is not possible to access the function in alphanumeric mode. It can only be used in conjunction with the DataView client (GUI). | |||||||||||||||||||||||
Syntax: |
||||||||||||||||||||||||
{LOG_VAR}= file_choose ({STR_VAR},{STR_EXPR},{STR_EXPR}) | ||||||||||||||||||||||||
I/O parameters:
|
||||||||||||||||||||||||
Return value: |
||||||||||||||||||||||||
|
||||||||||||||||||||||||
Example: |
||||||||||||||||||||||||
Declaration of Variables | ||||||||||||||||||||||||
10 DOCU_LOGIC_1=file_choose(DOCU_STRING_1,"C:\temp","*.log;*.html+*.tmp") |
||||||||||||||||||||||||
Result: |
||||||||||||||||||||||||
![]() |
Functions and commands: File Interface |