Can one change the mouse pointer in Forms?

Q

Can one change the mouse pointer in Forms?

✍: Guest

A
The SET_APPLICATION_PROPERTY build-in in Oracle Forms allows one to change the mouse pointer. Example:

SET_APPLICATION_PROPERTY(CURSOR_STYLE, BUSY);

The following cursor styles are supported:
* BUSY - Specifies a busy symbol
* CROSSHAIR - Specifies a crosshair symbol
* DEFAULT - Specifies an arrow symbol
* HELP - Specifies a help symbol/ Displayed as a hand in WebForms
* INSERTION - Specifies an insertion symbol
* HAND - Hand cursor pointer for Developer 6.0 and above

2011-04-19, 7165👍, 0💬