Home » Developer & Programmer » Forms » ......Mouse Pointer...
......Mouse Pointer... [message #136931] Mon, 12 September 2005 05:46 Go to next message
orcl_dba
Messages: 84
Registered: March 2005
Member
.. I would like to ask something about the Mouse Pointers..

I want that few of my text items when used on ViewData Form
should not be editable..
one way is to use the display items..

but if we use text items is there any propert that suggest that editable = flase etc..

and also i want that whenever my mouse pointer come over these non editable items.

Its shapes turns to arrow..

How can it be done

need some early replies

//BR
Re: ......Mouse Pointer... [message #136977 is a reply to message #136931] Mon, 12 September 2005 09:37 Go to previous messageGo to next message
magnetic
Messages: 324
Registered: January 2003
Senior Member
set_item_property('itemname',insert_allowed,property_false);
set_item_property('itemname',update_allowed,property_false);
Re: ......Mouse Pointer... [message #136995 is a reply to message #136931] Mon, 12 September 2005 12:09 Go to previous message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

hi,
to change the shape of the cursor to arrow when it enters in a specific item, write the trigger on that item
When-Mouse-Enter
SET_APPLICATION_PROPERTY(Cursor_Style, 'arrow');

Regards
Previous Topic: Its urgent(java classes)
Next Topic: scroll bar problem
Goto Forum:
  


Current Time: Thu Sep 19 22:42:54 CDT 2024