Stores a textual description of the object.
Part | Type | Description |
---|---|---|
QueryResult.Item(Index).Description
This property stores a textual description of the object. It has no maximum length. It can be used to provide search capabilities that will allow a user to search for an object using keywords.
The following example selects the names of all objects that have the string 'employee picture' in their description. This example is case
SELECT SI_NAME FROM CI_INFOOBJECTS WHERE SI_DESCRIPTION LIKE '%employee picture%'
The Like operator in this statement does a case insensitive text comparison on all reports in Crystal Enterprise, and the percentage signs act as wildcards.
To see an example of how to change the value of SI_DESCRIPTION see the example for SI_NAME Property.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |