APEX

APEX – Requests to execute DML operations through "Automatic Row Processing (DML)" process

As a part of the button’s properties, an execution of “Automatic Row Processing (DML)” process either INSERT, UPDATE or DELETE (assuming those operations are allowed) can be controlled by selecting an appropriate Database Action as shown below. Many times, instead through a use of button, page submission is done by calling JavaScript “onSubmit” function. How …

APEX – Requests to execute DML operations through "Automatic Row Processing (DML)" process Read More »

Oracle APEX displays report’s column heading 90 degree rotation

One of the cool things about Oracle APEX is ability to embed HTML tags into everything you could display. This includes simple HTML tags like Add a break Employee<br>Name Add color <font color=”#FF0000″>Employee Name</font> Or more complex one like – Rotate 90 degree vertically (work with IE only) <div style=”writing-mode: tb-rl”>Employee Name</div>

Scroll to Top