This is more of a JAVA question but it involves OI:
I have a form and when the user moves from 1 text to the another text box, I would like to populate the form with OI data.
I will probably use the focus/unfocus option however I'm not quite sure how to specify a call to OI from JAVA-does anyone know by chance?
This is how I did it:
""
So as the value changes the JScript gets called:
""
It calls OICGI and passes the two key fields and a button value. I use this so I can tell elsewhere on the form what button was pressed.
Jim,
Thanks for the speedy response! I did not provide my code with the proper syntax but now it is working beautifully!