CreateSearchRowset function
Syntax
CreateSearchRowset([counts])
Description
Use the CreateSearchRowset function to create the rowset based off of the search record and key list values.
Important:
Use this function within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
counts |
The optional counts parameter is currently not supported. |
Returns
A Rowset object.
Example
&RS_srch = CreateSearchRowset();