.mark() |
Checks if the first record in the Rows object is marked or not. Returns the mark value of the first row object in the Rows object. Syntax
NOTE: You can use .mark(value) to change the mark value of a record.
Example var mark = $.udb('EMP').rows('current').mark();
See Also
|