Home » Developer & Programmer » Forms » error related with mouse cursor change
error related with mouse cursor change [message #77635] Thu, 25 October 2001 05:57 Go to next message
Jean Ko
Messages: 3
Registered: October 2001
Junior Member
Hi,
I tried to change the cursor like this.
SET_APPLICATION_PROPERTY(CURSOR_STYLE, BUSY);
But the compiler shows Error201 (identifier "BUSY" must be declared)
The version of Oracle Form is 4.5.7.1.6.
This version does not support SET_APPLICATION_PROPERTY?
How can I solove this?

Thank you in advance.

----------------------------------------------------------------------
Re: error related with mouse cursor change [message #77636 is a reply to message #77635] Thu, 25 October 2001 06:06 Go to previous messageGo to next message
ram
Messages: 95
Registered: November 2000
Member
The cursor style property is of varchar2 data type . Use quotes for BUSY and try. Hope it works.

With Regards,
Ram

----------------------------------------------------------------------
Re: error related with mouse cursor change (still error) [message #77637 is a reply to message #77636] Thu, 25 October 2001 06:27 Go to previous messageGo to next message
Jean Ko
Messages: 3
Registered: October 2001
Junior Member
Thank you for your reply.
I tried as you said, but I still have an error.
This is what I did. I tried two ways.
- SET_APPLICATION_PROPERTY(CURSOR_STYLE, "BUSY");
- SET_APPLICATION_PROPERTY("CURSOR_STYLE", "BUSY");

The error says
Error 201, identifier "BUSY" must be declared

Could you suggest another way?
Thank you

----------------------------------------------------------------------
Re: error related with mouse cursor change (solved) [message #77638 is a reply to message #77637] Thu, 25 October 2001 06:40 Go to previous message
Jean Ko
Messages: 3
Registered: October 2001
Junior Member
I used 'BUSY' instead of "BUSY".
and there's no error any more.

Thank you.

----------------------------------------------------------------------
Previous Topic: Re: Pro*C Compiler
Next Topic: volunteer jobs
Goto Forum:
  


Current Time: Wed Apr 17 20:44:59 CDT 2024