InfoConnect for Unisys VBA Guide
IsUppercaseField Property (HostField)
Gets a value that indicates whether the field is an uppercase field. Note: IScreenDataConstants.FIELD_UPPERCASE
Syntax
Object.IsUppercaseField As Boolean
Example
Dim host As HostField
Dim uppercaseField As Boolean = host.IsUppercaseField
See Also