Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notify the UI that the active record has changed.
Syntax
public void activeRecordChanged(
Common _activeRecord,
[boolean _noRecord,
boolean _isContainer,
str _noRecordName,
str _containerDescription,
int64 _containerNum])
Run On
Called
Parameters
- _activeRecord
Type: Common Table
The new active record.
- _noRecord
Type: boolean
True if the active record is null.
- _isContainer
Type: boolean
True if the record is a container.
- _noRecordName
Type: str
True if the record doesn't have a name.
- _containerDescription
Type: str
The desription for the container.
- _containerNum
Type: int64
The number identifying the container.