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

 https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/