Show no records on form show

Hi All,
I would like to load up a form and show no records at all until the user performs a find manually, by default servoy seems to show all records when the form is opened.

Could somebody point me in the right direction please
Many thanks
Phil R

Set onSHowAllRecordsCMD to None

Paul

pbakker:
Set onSHowAllRecordsCMD to None

Paul

that way, you can bring back all records, only by a method.

better is, (I think ;-) ) to make a onLoad method:

foundset.clearFoundset()

That way, you start with an empty foundset and the showAllCmd still works!

just my 2 cents ;-)

Thanks Guys, clear foundset worked a treat
thanks again
PR