Friday, August 2, 2019

Force Upper Case in Text Field

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

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...