Description: You use this file-level, record-level, or field-level keyword to change one or more input defaults for input-capable fields.
Status: Supported as of version 2.2.8
CHGINPDFT with no parameters normally removes the underline from input fields on a green-screen. CHGINPDFT(UL) forces an underline into input elements. CHGINPDFT(CS) is used for column separators. These cases are not applicable in a browser environment, since textboxes are used for input elements.
Another common usage is CHGINPDFT(LC), which changes the default for input fields to lower case. This causes text transform to be set to None on input fields in Profound UI.
At this time, parameter values other than UL, CS, and LC are not looked at.
Back to DDS keyword list