ShowLocalResults (Property)

Applies To:

DMCatalog object

Description:

Displays local results in the Table Catalog.

Action:

Read-write, Boolean

Example:

This example shows how to search a document for multiple Results sets and display local results in the Table Catalog:

var ResultsCount = 0
for (j =1 ; j <= ActiveDocument.Sections.Count ; j++)
      if (ActiveDocument.Sections[j].Type == bqQuery)
               ResultsCount++
if (ResultsCount > 1 )
      ActiveDocument.Sections["Query"].DataModel.ShowLocalResults = true