Control Oracle Forms with outside program

Posted by user256893 on Stack Overflow See other posts from Stack Overflow or by user256893
Published on 2010-01-22T16:40:16Z Indexed on 2010/03/16 8:06 UTC
Read the original article Hit count: 336

Filed under:
|
|
|

I work at a company that uses the Forms based Oracle 11i. A lot of employees complain of the redundancy of data entry and I want to write a program that will ease some of that pain since all attempts to ask IT to do it have failed.

The problem is, since Oracle Forms are Java based there are no "controls" as there would be on say a windows application or an HTML based form. Does anyone know of a way to tell the PC to (example only) click edit field 3 on the RMA creation form and then enter the data? The only way I can programmatically navigate Oracle is with hotkeys and it's very unreliable.

I'm not concerned about the language or learning a new application to resolve this issue. I currently know (elementary to Intermediate levels) Java, VB.NET and will be taking C++ in school. Is there a tool, bridge, element spy of some sort that will allow me to send commands to elements on the forms?

edit

APC sez: Oracle Forms over the web run as a Java applet. I mention this because it may be relevant to your responses.

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about forms