Was this helpful?
OnFileSaveAs Method
The OnFileSaveAs method saves a copy of the contents of the edit control under a new file name.
This method has the following syntax:
integer = Edit_Object.OnFileSaveAs([editfile = varchar(257)
          default null])
This method has the following parameter:
editfile
Specifies the file name of the file
If a file is not supplied, this method prompts for a file name through a standard Save As dialog.
Last modified date: 12/20/2023