I work for a company that uses Forms based on Oracle 11i. Many employees complain about redundant data entry, and I want to write a program that will alleviate some of this pain, since all attempts to ask IT to do this have failed.
The problem is that since Oracle Forms is Java-based, there are no "controls" as would be said in a Windows application or in an HTML-based form. Does anyone know a way to tell the PC (for example, only) to click edit field 3 in the RMA creation form and then enter the data? The only way I can programmatically navigate through Oracle is through keyboard shortcuts, and this is very unreliable.
I am not interested in the language or studying a new application to solve this problem. Currently, I know (from elementary to intermediate levels) Java, VB.NET and will accept C ++ at school. Is there any tool, bridge, spy element that will allow me to send commands to elements in the form?
change
APC sez: Oracle Forms over the Internet works as a Java applet. I mention this because it may be relevant to your answers.
user256893
source share