BBjAPI::fileopen

Description

In BBj 25.03 and higher, this method returns a BBjFileOpen object, equivalent to the FILEOPEN() Function - Create File Open Dialog.

Syntax

Return Value Method
BBjFileOpen fileopen()

Parameters

None.

Return Value

Returns a BBjFileOpen object, equivalent to the FILEOPEN() Function - Create File Open Dialog.

Example

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

See Also

BBjAPI

BBjFileOpen

FILEOPEN() Function - Create File Open Dialog

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