This article describes the USoft 10 product only.
In USoft 11, the web UI API was revised and improved. For full details, go to:
This article is about the rsc() function of the Rows object.
Rows.rsc()
Returns the rowset that the first element in the Rows object is connected to.
This allows you to execute a query specifically for that row set.
Examples
$.udb('TEST').rows("current").rsc();
$.udb('TEST').rows("current").rsc().executeQuery();