Home » Developer & Programmer » Forms » Hand sign as Mouse Pointer "Urgent "
Hand sign as Mouse Pointer "Urgent " [message #80822] Sun, 01 December 2002 23:23 Go to next message
Bhag Singh
Messages: 36
Registered: May 2002
Member
how to use hand sign as mouse pointer in oracle forms.
thanks.
Re: Hand sign as Mouse Pointer "Urgent " [message #80827 is a reply to message #80822] Mon, 02 December 2002 06:30 Go to previous messageGo to next message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
use following built-in

Syntax:

SET_APPLICATION_PROPERTY(property, value)

Built-in Type: unrestricted procedure

Enter Query Mode: yes

Description:
Sets the application property for the current application.

Parameters:

property Specifies the property you want to set for the given application. The possible properties are as follows:

CURSOR_STYLE Specifies the cursor style for the given application.

value The following GUI-specific constants can be passed as CHAR arguments to the property values described earlier:
BUSY Specifies a busy symbol.
CROSSHAIR Specifies a crosshair symbol.
DEFAULT Specifies an arrow symbol.
HELP Specifies a help symbol.

INSERTION Specifies an insertion symbol.
Re: Hand sign as Mouse Pointer "Urgent " [message #81724 is a reply to message #80822] Sat, 15 March 2003 22:48 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
Hi,

The mouse cursor can be changed to a "hand" using the set_application_property built-in. For example:

set_application_property(cursor_style, 'hand');

will change the mouse cursor style to the 'hand' style. Note that HAND is not a constant and must be used within single quotes. This value is supported from Developer 6.0 onwards.

Best regards.

Frank
Previous Topic: Opening a record group in Excel
Next Topic: Issue in Oracle Reports 6i.
Goto Forum:
  


Current Time: Thu Apr 18 16:41:32 CDT 2024