opcInstantiateQuery
opcInstantiateQuery( ?queryt_query?cvd_cv[?categoryt_category]) =>t/ nil
Description
Instantiates a query in a cellview. If a category is specified, the query is instantiated in the specified category. Otherwise, the query is instantiated in the same category as the query.
Arguments
Value Returned
Examples
opcInstantiateQuery(?query "aQuery" ?cv gec() ?category "aCategory")
opcInstantiateQuery(?query "anotherQuery" ?cv gec())
Return to top