Application object (Manager)
Returns a comma-separated string that contains the names of all form definitions in the database with the supplied status. If no form definitions were found, or if errors occur, the string is empty.
Use Status = 0 to list form definitions with Inactive status.
Use Status = 1 to list form definitions with Active status.
Use Status = 2 to list form definitions with Deactivated status.
Use Status = 3 to list all form definitions.
If Status has another value, the string will include all form definitions (same as Status=3).
Note: Only for advanced users.