closeAllRecords

To close all record forms

This function will close all currently open forms. You will return to the current view of your table.

Use this function for example in a button to speed up the process of closing several form layers stacked on top of each other.

If you'd like to close only the form on top, we recommend closeRecord().

Syntax

closeAllRecords()

Return

void

Examples

closeAllRecords()

Result: All open forms are closed and you will return to the current view of your table.

See also

closeRecord, which closes the top record form.

Last updated