GetStatusMeterGauge

Mon 01 January 2018

Syntax

GetStatusMeterGauge(RecordName.FieldName)

Description

Use the GetStatusMeterGauge function to get a reference to a StatusMeterGauge object.

A gauge must be associated with a record and field merely so that the gauge object can be instantiated in PeopleCode. Which record and field you use doesn't matter. Commonly, the same ...

read more

GetStoredFormat

Mon 01 January 2018

Syntax

GetStoredFormat(scrollpath, target_row, [recordname.]fieldname)

where scrollpath is:

[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname

To prevent ambiguous references, you can also use SCROLL . scrollname , where scrollname is the same as the scroll level’s primary record name.

Description

Use the GetStoredFormat function to return the name of ...

read more

GetSubContractInstance

Mon 01 January 2018

Syntax

GetSubContractInstance(pub_id, pub_nodename, channelname, messagename, sub_name)

Description

Note: This function is no longer available. It has been replaced with the GetSubXmlDoc function.

See .

read more

GetSubXmlDoc

Mon 01 January 2018

Syntax

GetSubXmlDoc(PubID, PubNode, ChannelName, VersionName, MessageName[, Segment])

Description

Use the GetSubXmlDoc function to retrieve a message from the message queue.

Note: This function has been deprecated and remains for backward compatibility only. Use the IntBroker class GetMessage method instead.

It creates and loads a data tree for the specified ...

read more

GetSyncLogData

Mon 01 January 2018

Syntax

GetSyncLogData(GUID, pubnode, chnlname, msg_name, logtype [, message_version])

Description

Use the GetSyncLogData to return a log containing information about the specified synchronous message.

Note: This function has been deprecated and remains for backward compatibility only. Use the IntBroker class GetSyncLogData method instead.

You can use this information for debugging. Using ...

read more

GetTempFile

Mon 01 January 2018

Syntax

GetTempFile(filename, mode  [, charset] [, pathtype])

Description

The GetTempFile function provides an alternative to GetFile. Similar to GetFile, use the GetTempFile function to instantiate a new file object from the File class, associate it with an external file, and open the file so you can use File class methods to ...

read more

GetThreshold

Mon 01 January 2018

Syntax

GetThreshold()

Description

Use the GetThreshold function to get a reference to a Threshold object. Threshold instances can then be associated with gauge instances.

Parameters

None.

Returns

A reference to a Threshold object.

Example

&MyThreshold = GetThreshold();
read more

GetToolTip

Mon 01 January 2018

Syntax

GetToolTip()

Description

Use the GetToolTip function to get a reference to a TooltipLabel object. TooltipLabel instances can then be associated with a Chart object.

Parameters

None.

Returns

A reference to a TooltipLabel object.

read more

GetTreeNodeParent

Mon 01 January 2018

Syntax

GetTreeNodeParent(node)

Description

Use the GetTreeNodeParent function to access data from dynamic tree controls.

Note: Dynamic tree controls have been deprecated. Use the GenerateTree function or Tree Viewer.

read more

GetTreeNodeRecordName

Mon 01 January 2018

Syntax

GetTreeNodeRecordName(node)

Description

Use the GetTreeNodeRecordName function in accessing data from dynamic tree controls.

Note: Dynamic tree controls have been deprecated. Use the GenerateTree function or Tree Viewer.

read more