Wednesday, October 13, 2021

Set/Convert an Item Value to Upper Case & Lower Case in Oracle Apex

Column Property 
--Custom Attributes property:

--UpperCase

style="text-transform: uppercase;" onKeyUp="this.value=this.value.toUpperCase();"


--LowerCase

style="text-transform: lowercase;" onKeyUp="this.value=this.value.toLowerCase();"

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...