RECORDCOUNT
Kalipso - Form - Expressions - Functions - Functions Descriptions - Keywords - RECORDCOUNT
This Keyword returns a <numeric>, the number of records returned by the last "select" query.
The following Actions can affect the value of this Keyword:
Action | Note |
The Keyword assumes the number of records returned by the query. | |
If the executed query is a "select", the Keyword assumes the number of records returned by the query. Otherwise, the Keyword assumes value 0. | |
If a "select" is performed inside the procedure, the Keyword assumes the number of records returned by the first one. |
The "Lookup" Function doesn't affect this Keyword.
Last updated