This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: forcing upper case ~Evelyn Opkikonylen 25.Apr.03 09:57 AM a Web browser Applications Development 6.0iSeries
If you are using full text search, one of the default searchoptions is 'ignore case'.
So it shouldn't matter how they put the data in.
If it does matter, you can always change the case in your agent (ucase in LS or @uppercase in @formulas). You could also write a javascript function in the onchange event of the field to convert all characters to uppercase ...