Gets a specified property value.
Syntax
Reference_Syntax.getAttribute( STRING param )
Parameters
param
|
A valid string representing the name of
the property to retrieve.
|
Returns
A
valid string representing the value of the property.
JavaScript
var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction");
FormCalc
var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction")
|
|
|