FILEPICK

This function will open a file dialog allowing the user to select a file.  The path of the selected file is stored in a field in the current table as specified by the field parameter.

FILEPICK()


PARAMETERS

NONE

Example:
Display a FILE dialog and store the chosen filepath in the textbox with the tag value PATH.

SETVALUE(~PATH~//FILEPICK())