namedFoundSet options

Hi All,

There is this new property option of the form in Servoy 6: namedFoundSet = empty.
How is this different from default?
Sorry, couldn’t find the answer anywhere.

Cheers,
Maria

I guess that when the form is shown the first time the foundset is empty (very useful) but I never tried that.

This was missing in the Release Notes. I now added the following:

Added ‘empty’ option to the namedFoundSet property on Forms: the ‘empty’ option determines if the foundset automatically loaded with records when it gets initialized. As such, this ‘empty’ value is a form level equivalent of the databaseManager.setCreateEmptyFormFoundsets() function, which acts globally. Note that the ‘empty’ setting is only looked at if the form foundset needs to be initialized: if the foundset is shared between with other forms and the through the other forms the foundset is already initialized, the ‘empty’ has no effect, as the foundset is already initialized

Paul