Month
Syntax
Month(datevalue)
Description
Use the Month function to return the month of the year as an integer from 1 to 12 for the specified datevalue . The Month function accepts a date or DateTime value as a parameter.
Parameters
Field or Control |
Definition |
---|---|
datevalue |
A date or DateTime value on ... |
MsgGet
Syntax
MsgGet(message_set, message_num, default_msg_txt[, paramlist])
where paramlist is an arbitrary-length list of parameters of undetermined (Any) data type to be substituted in the resulting text string, in the form:
param1 [, param2]. . .
Description
Use the MsgGet function to retrieve a message from the Message Catalog and substitutes in the values ...
MsgGetExplainText
Syntax
MsgGetExplainText(message_set, message_num, default_msg_txt[, paramlist])
where paramlist is an arbitrary-length list of parameters of undetermined (Any) data type to be substituted in the resulting text string, in the form:
param1 [, param2]. . .
Description
Use the MsgGetExplainText function to retrieve the Explain text of a message from the Message Catalog and ...
MsgGetText
Syntax
MsgGetText(message_set, message_num, default_msg_txt[, paramlist])
where paramlist is an arbitrary-length list of parameters of undetermined (Any) data type to be substituted in the resulting text string, in the form:
param1 [, param2]. . .
Description
Use the MsgGetText function to retrieve a message from the Message Catalog and substitutes the values of ...
NextEffDt
Syntax
NextEffDt(field)
Description
Use the NextEffDt function to return the value of the specified field from the record with the next effective date (and effective sequence number if specified). The return value is an Any data type. This function is valid only for effective-dated records.
If the next record ...
NextRelEffDt
Syntax
NextRelEffDt(search_field, fetch_field)
where fieldlist is an arbitrary-length list of fields in the form:
field1 [,field2]. . .
Description
Use the NextRelEffDt function to locate the next occurrence of the search_field with the next effective date (and effective sequence number if the record contains an effective sequence number). It then returns ...
NodeDelete
Syntax
NodeDelete(nodeName)
Description
Use the NodeDelete function to delete the specified node and all subordinate objects (transactions, node properties, certificates, and so on.)
Warning! Once this function has completed, you cannot recover the node.
Parameters
Field or Control |
Definition |
---|---|
nodeName |
Specify the name of the node you want to ... |
NodeRename
Syntax
NodeRename(oldNodeName, newNodeName)
Description
Use the NodeRename function to rename a node. All node names are uppercase.
Parameters
Field or Control |
Definition |
---|---|
oldNodeName |
Specify the name of the node that you want to change, as a string. |
newNodeName |
Specify the new name for the node, as a string. |
Returns ...
NodeSaveAs
Syntax
NodeSaveAs(oldNodeName, newNodeName)
Description
Use the NodeSaveAs function to create a copy of the node specified by oldNodeName , and save it to the database as newNodeName . All node names are uppercase.
Parameters
Field or Control |
Definition |
---|---|
oldNodeName |
Specify the name of the node that you want to copy, as ... |
NodeTranDelete
Syntax
NodeTranDelete(MsgNodeName, EffDt, TrxType, RqstMsgName, RqstMsgVer)
Description
Use the NodeTranDelete function to delete a node transaction.
Warning! If you delete a node transaction, any transaction modifier using that transaction is also deleted.
Parameters
Field or Control |
Definition |
---|---|
MsgNodeName |
Specify the message node name as a string. |
EffDt |
Specify the ... |