BBjTriggerData::getUser

Description

In BBj 6.0 and higher, this method returns the name of the user who is accessing the file to which the Trigger is attached.

Syntax

Return Value

Method

string

getUser()

Parameters

None.

Return Value

The name of the user accessing the data file.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'Get the user name
user$ = td!.getUser()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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