GetActiveObject(IncludeCustomForms: Boolean): Object
Returns the object that is the currently active form in the application. This ignores the Navigator. If IncludeCustomForms is set to False, also ignores Script Editor forms to make testing easier. Also available from Import Designer.
GetActiveObject function syntax has these named arguments:
Parameter |
Description |
Include Custom Forms |
Optional. When True, returns the active object. When False, returns the active object, ignoring Custom Forms. Defaults to False. |