• JMap.Application.Query.activateQuery

    Activates a query by id and group id.

    It displays the query form (replacing the list of queries) in the query panel.

    Parameters

    • groupId: JId

      the query group id

    • queryId: string

      the query id

    Returns void

    Example

    // activate query id=43 on group id=23
    JMap.Application.Print.activateQuery(23, 43)