Re: Set waiting cursor in MS-Windows from Forms4.5 appln

From: Ken Shirey <kshirey_at_commercial-data.com>
Date: 1998/01/06
Message-ID: <01bd1a70$19eca380$c7e940c6_at_kshirey>#1/1


Guys:

The Oracle manual incorrectly states that the function accepts a CONST. Since
"BUSY" is not tokenized (a reserved word), you'll have to enclose it in single quotes.

When you're done, set the cursor style to 'DEFAULT'; ** also valid are

	'CROSSHAIR',
	'HELP', and 
	'INSERTION'

Enjoy,
Ken



Patrick Wolf <patrick.wolf_at_telekabel.at> wrote in article <34a8f2d2.14426343_at_news.telekabel.at>...
> >I wonder if there is a way to set waiting cursor in MS-Windows from my
> >Forms4.5
> >application.
>
> Try
>
> SET_APPLICATION_PROPERTY ( CURSOR_STYLE, BUSY );
>
> Greetings
> Patrick
>
>
Received on Tue Jan 06 1998 - 00:00:00 CET

Original text of this message