BBjFileOpen::show

Description

In BBj 25.03 and higher, this method shows the BBjFileOpen dialog and waits for the user to make a selection.

Syntax

Return Value Method
BBjFileOpen show()

Parameters

None.

Return Value

When the dialog is dismissed, this returns "::BAD::" (error encountered), "::CANCEL::" (user clicked Cancel), or the fully qualified path of the selected file.

Example

print bbjapi().fileopen().show()

See Also

BBjAPI

FILEOPEN() Function - Create File Open Dialog

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.