Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to automate Oracle form Java Applet using Java Access Bridge through c#. I am able to get value from text field, click on buttons but setTextContents is not working. This is always giving false response only for Oracle form Java Applet.

Any idea/alternate solution? Please help me to understand what is blocking to set text in Oracle EBS form Java Applet.

What I have tried:

I have tried 32 and 64 bits of windowsaccessbridge and different JDK version but it is not working for Oracle EBS Form. My code is working for all other Java swing and Applet application.

my code snippet :
if (!JabApi.setTextContents(vmID, txt.acPtr, "Test Data"))
{
throw new Exception("Error setting text");
}
Posted
Updated 13-Feb-23 7:34am
v2
Comments
Andre Oosthuizen 13-Feb-23 13:36pm    
What is the JabApi documentation say about setTextContents, maybe a good starting point towards a solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900