GetStatusMeterGauge
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 ...
GetStoredFormat
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 ...
GetSubContractInstance
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 .
GetSubXmlDoc
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 ...
GetSyncLogData
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 ...
GetTempFile
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 ...
GetThreshold
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();
GetToolTip
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.
GetTreeNodeParent
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.
GetTreeNodeRecordName
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.