Show_Dialog - AbstractFileDialog
Opens the Dialog
Type: Function
Return Data Type: Integer
Syntax
Function Show_Dialog Returns Integer
Call Example
Get Show_Dialog to IntegerVariable
Description
The Show_Dialog function is used to pop up the Open dialog. This object's properties will determine how the dialog box is constructed and behaves.
Return Value
The function returns true if a user enters a valid file and press the Open button. It returns false if a user presses the Cancel button, terminates the dialog, or an error occurs.