The variables in the following table, like those in the table on the Variables in Forms and in .Idq Files page, 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.
Variables for Formatting Columns with Vectors
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 |