BBjTriggerData::getBBjProgram

Description

In BBj 18.0 and higher, this method gets the name of the BBj program that opened the file via OPEN or SQLOPEN from a BBjTriggerData object.

Syntax

Return Value

Method

string

getBBjProgram()

Parameters

None.

Return Value

The name of the BBj program that opened the file via OPEN or a local SQL connection.

Remarks

None.

Example

rem 'Get the BBjTriggerData object

data! = BBjAPI().getFileSystem().getTriggerData()
program$ = data!.getBBjProgram()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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