DOWNSHIFT

Assign the DOWNSHIFT attribute to a character field when you want INFORMIX-4GL to convert uppercase letters entered by the user to lowercase letters, both on the screen and in the corresponding program variable.

4GLREF00000042.gif

field-tag is the field tag that you declared in the SCREEN section.

Because uppercase and lowercase letters have different ASCII values, storing character strings in one or the other format can simplify sorting and querying a database.

By specifying the DOWNSHIFT attribute, you instruct INFORMIX-4GL to convert character input data to lowercase letters in the program variable.

Related Attributes

AUTONEXT
INCLUDE
REVERSE
COLOR
INVISIBLE
UPSHIFT
COMMENTS
NOENTRY
VALIDATE LIKE
DEFAULT
PICTURE
VERIFY
DISPLAY LIKE
PROGRAM
WORDWRAP
FORMAT
REQUIRED
DEFAULT