Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: DEFAULT (Mouse) Cursor Style isn't

Re: DEFAULT (Mouse) Cursor Style isn't

From: Jomarlen <jomarlen_at_aol.com>
Date: 1997/10/12
Message-ID: <19971012004701.UAA20265@ladder01.news.aol.com>#1/1

>My only suggestion (not tried) would be to use a user exit or windows
>call to change the cursor outside of Forms.
>
>Tim

If anyone knows how to do this
please share it with us

John

>
>
>
>
>In article <60u2f8$6ld_at_freenet-news.carleton.ca>, Duncan MacGregor
><aa735_at_FreeNet.Carleton.CA> writes
>>
>>Greetings.
>>
>>In Oracle Forms 4.5 (part of Developer/2000), I used a WHEN-MOUSE-ENTER
>>trigger to call 'Set_Application_Property' and change the mouse cursor to
 the
>>DEFAULT style. Unfortunately, it doesn't work as advertised, at least not
 for
>>Text Items.
>>
>>To be precise, the call:
>>
>>Set_Application_Property(CURSOR_STYLE, 'DEFAULT');
>>
>>yields the same effect as the call:
>>
>>Set_Application_Property(CURSOR_STYLE, 'INSERTION');
>>
>>which is not what we want.
>>
>>Any ideas on how to get an arrow cursor -- as the Help indicates we should
 be
>>able to get? I have tried:
>>
>>Set_Application_Property(CURSOR_STYLE, 'ARROW');
>>
>>which caused a (predictable) run-time error.
>>
>>Just a puzzled Canadian ...
>>--
>>Duncan MacGregor | aa735_at_freenet.carleton.ca | #include <disclaimer.h>
>>Also at: "http://www.ncf.carleton.ca/~aa735/" | To err is human ...
>
>--
>Regards
>
>Tim Cromarty
>
>
>
>
>
>
>
>
Received on Sun Oct 12 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US