Select file from local machine

Provide the user with a file selection prompt and set the specified file path to the field "filename".
Lotus Formula


tmp := @Prompt([LOCALBROWSE];"Select File";"3");
@If(@IsError(tmp);@Return("");"");
FIELD Filename := @Text(tmp);

Posted by fbrefere001 on Friday July 25, 2003