String Variables Useful for Formatting Displayed Columns
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The variables in the following table, like those in the table in Variables in Forms and in .Idq Files, can be set in the .idq file. They cannot be referred to in the .htx file and can format only those columns whose type is vector or safe array.
Variable Name | Meaning |
---|---|
CiBoolVectorPrefix | String printed prior to vectors of Boolean values. |
CiBoolVectorSeparator | String printed between elements of vectors of Boolean values. |
CiBoolVectorSuffix | String printed after vectors of Boolean values. |
CiCurrencyVectorPrefix | String printed prior to vectors of currency values. |
CiCurrencyVectorSeparator | String printed between elements of vectors of currency values. |
CiCurrencyVectorSuffix | String printed after vectors of currency values. |
CiDateVectorPrefix | String printed prior to vectors of dates. |
CiDateVectorSeparator | String printed between elements of vectors of dates. |
CiDateVectorSuffix | String printed after vectors of dates. |
CiNumberVectorPrefix | String printed prior to vectors of numbers. |
CiNumberVectorSeparator | String printed between elements of vectors of numbers. |
CiNumberVectorSuffix | String printed after vectors of numbers. |
CiStringVectorPrefix | String printed prior to vectors of strings. |
CiStringVectorSeparator | String printed between elements of vectors of strings. |
CiStringVectorSuffix | String printed after vectors of strings. |