.currentDataSet() |
Gets the position of the data set of the first data source in the container that is the currently selected data set in that data source. Returns an integer. Syntax
Example var dsi = $.udb('EMP').currentDataSet();
|