‎2010 Nov 03 7:05 AM
Hi,
I need to have a input field that will by default take entries in CAPS irrespective of whether the caps lock is on or off.
Please guide as to how can this be done.
Thanks in advance.
‎2010 Nov 03 7:08 AM
Hi,
Use Translate ...
TRANSLATE p_input TO UPPER CASE.
Regards,
Srini.
‎2010 Nov 03 7:11 AM
Hi Srini,
Thanks for the input.
But, where do I need to write the Translate statement .. in the VIEW only?
And will it automatically take in CAPITAL Letters or it will internally convert the text to Capital?
Thanks in advance.
‎2010 Nov 03 7:12 AM