Article Details
Id:14188
Product:finPOWER Connect
Type:NEW
Version:3.00.03
Opened:04/10/2016
Closed:28/11/2016
Released:01/12/2016
Job: J018156

User Interface Scripts can now get a count of open forms

Scripts that can access a User Interface object (ISUserInterfaceBL), e.g., "General (User Interace)" type Scripts and Page Sets can now get a count of open forms.

The new ISUserInterface.GetFormCount() method is available.

This method has the following optional parameters to enable filtering of forms:

  • formKey
  • id

For example, to get a count of Client forms open that are currently displaying Client C10000:

Count = userInterface.GetFormCount("Clients", "C10000")