Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Input field Query

Former Member
0 Likes
475

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.

3 REPLIES 3
Read only

Former Member
0 Likes
445

Hi,

Use Translate ...

TRANSLATE p_input TO UPPER CASE.

Regards,

Srini.

Read only

0 Likes
445

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.

Read only

0 Likes
445

Just to clarify...

I am asking for BSP .