Change the mouse pointer in Forms

The SET_APPLICATION_PROPERTY build-in in Oracle Forms allow to change the mouse pointer.

Example:

SET_APPLICATION_PROPERTY(CURSOR_STYLE, BUSY);

Comments