You can have Oracle Forms automatically convert an end user-entered value to upper or lower case text with the Case Restriction property. The Case Restriction property applies only to values entered by the end user; it does not alter fetched or assigned values.
Oracle Forms enforces the Case Restriction property as follows:
Case Restriction |
Result |
---|---|
Mixed |
Oracle Forms displays text as it is entered. |
Upper |
Oracle Forms converts lower case characters to upper case. |
Lower |
Oracle Forms converts upper case characters to lower case. |