Gets the record position of this row set.
Returns a string.
Syntax
.position()
Example
if (options.mode !== "S") {
var rowSet = dsc.rowSet(pRef);
this.$control.text(rowSet.exists() ? rowSet.position() : "0/0");
}