Determining current mode

Is there a way to determine what mode the application is in? For example: ‘Find’ Mode or ‘Browse’ Mode. I know I am using FMP terms. I will wash my mouth out with soap right after I send this off. :D

Jim,

Check out the DatabaseManager node, JSFoundSet, .isInFind() method. I do not think this is an application level call (different forms and their foundsets may be in different “states”).

Michael

Sorry, it has taken me a while to get back to this thread.

I was looking in the databasemanager section, and I don’t see .isInFind(). I am using Servoy 3.1.7 is this a feature of 3.5?

Yes it is …