Attribute

IntlSort (IS)

Purpose

Uses international sort order as defined by your operating system when you issue a Select statement with an Order By clause.

Valid Values

0 | 1

Behavior

If set to 1 (Enabled), this order is always alphabetic, regardless of case; the letters are sorted as "A, b, C." Refer to your operating system documentation concerning the sorting of accented characters.

If set to 0 (Disabled), ASCII sort order is used. This order sorts items alphabetically with uppercase letters preceding lowercase letters. For example, "A, b, C" is sorted as "A, C, b."

Default

0 (Disabled)

GUI tab

Advanced tab [dBASE]

Advanced tab [FoxPro]