Utility functions / List of utility functions |
Opens a dialog window to get a file path to save data on the front-end workstation.
WINSAVEFILE( dirname STRING, typename STRING, extlist STRING, caption STRING ) RETURNING result STRING
This function opens a dialog window to let the user select a file path on the front end workstation file system, in order to save the file.
The function returns the file path on success.
The function returns NULL if a problem has occurred or if the user canceled the dialog.