BBjFileSave::show

Description

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

Syntax

Return Value Method
String 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.

Remarks

None.

Example

print bbjapi().filesave().show()

See Also

BBjAPI

FILESAVE() Function - Create File Save Dialog

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