Gets a specified property value.
SyntaxReference_Syntax.getAttribute( STRING param )
Parameters
param
|
A valid string representing the name of
the property to retrieve.
|
ReturnsA
valid string representing the value of the property.
JavaScriptvar sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction");
FormCalcvar sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction")
|
|
|