Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

FORMS 10, Mouse pointer always loading

user501532Aug 3 2017 — edited Aug 3 2017

Hi,

     I'm doing an aplication in forms 10g. In one of the processees i had add a validation, who call to a web service and later if have any error result from the webserver, can raise an form_trigger_failure. Then this happens the mouse pointer is always like loading. But in a few seconsd (about 3 o 4 seconds) you can navigate throug the form windown and operate normaly, buy with the mouse pointer loading (in my case Winows 7, the circle round and round). Anyone knows whay it could happen? How to solve it?

Thx .

Regards.

This post has been answered by Michael Ferrante-Oracle on Aug 3 2017
Jump to Answer

Comments

Answer

Likely your application is coded to change the mouse pointer to "busy" and you are not setting back to the default.  Example:

SET_APPLICATION_PROPERTY (CURSOR_STYLE, 'BUSY');

It is also possible (although unlikely) that there is a Java bug causing this.  Unfortunately because you are using Forms 10 (obsolete for many years) you really don't have many options to upgrade Java versions.  Also, if you are not already using a patched version of Forms 10 (10.1.2.3), I recommend doing so.

I would be interested in knowing if the same reproduced in version 12.2.1.2 using the latest Java version (8u144).

Marked as Answer by user501532 · Sep 27 2020
user501532

Thx. The aplication property worked fine.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 31 2017
Added on Aug 3 2017
2 comments
903 views