Yes there is,

In /HK.CONTROL the field "Subr End SB.INPUT" allows you to run a piece of code 
after every input into SB.

In this you need something like
IF PARMS(30)<38> # 1 THEN      
   INPVAL = OCONV(INPVAL,"MCU")
   VALUE = OCONV(VALUE,"MCU")  
END                            

The PARMS(30)<38> stuff is checking for a Developer, as they need to be able to 
enter code in Lower Case.

Trevor.

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R.
Sent: 29 September 2011 22:12
To: 'U2 Users List'
Subject: [U2] Upper Case Input

I am not sure we even want to do this but...

Is there a SIMPLE way in SB to force all input to upper case so that if a 
person toggles between their E-mail and SB, they do not have to always remember 
to hit the caps-lock key (and then turn it off when they go back to their 
E-mail)?


John Israel
Senior Programmer/Analyst
Dayton Superior Corporation
1125 Byers Road
Miamisburg, OH  45342

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Click https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg==  to report this 
email as spam.
--------------------------------------------------------

Epicor Software (UK) is a limited company registered in England & Wales.  
Registration Number: 2338274.   Registered Office:  Osborne Clarke OWA, One 
London Wall, London EC2Y 5EB 
This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software (UK) Limited or any 
other company within its group.


This message has been scanned for malware by Websense. www.websense.com
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to