Skip to main content


This article describes the USoft 10 product only.

In USoft 11, the web UI API was revised and improved. For full details, go to:

Revised web UI API in USoft 11


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();

 

Be the first to reply!

Reply