Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueAbbr.Description
TextTPlain text data sorted alphabetically
TextNoCaseTNCPlain text data sorted alphabetically case insensitively
NumberNNumerical data sorted by magnitude
DateDDay, month, and year data sorted chronologically
TimeTIHour, minute, and second data sorted chronologically
DateTimeDTDate and time data sorted chronologically
BoolBTrue/false data sorted by magnitude, where false = 0 and true = 1

...

To Display AsUse
First Name: KevinFirst Name: %S%
Kevin Esquire%S% Esquire
Code guru Kevin works for SRP Computer Solutions, Inc.Code guru %S% works for SRP Computer Solutions, Inc.

TextNoCase

The same as Text, but sorted case insensitively.

Number

Numbers are stored as floating point values within the item. Thus, if your data contains decimal values, make sure you include the decimal when you set the item's data. In other words, there is no equivalent MD2 format for the SRP Tree Control. Instead, an Excel-like syntax is employed to format and round off decimal numbers.

...