Counted total number of records in the field

Hi all,

Is there a way to get a total number of records in one table inserted in to a field in the Servoy form?
Example: We have a table “Servoy form” called Person_in_household, within that form I like to have a
field that showing the counted total number of records in that table.
Please let me know.

Thanks in advance.

Abrahim

see:

databaseManager.getFoundSetCount(foundset)

but be aware that this can be expensive.

Thanks Johan,

Abrahim