start a java program from an FMB then read and write some variables
Hello,
I am trying to see whether the following setup works:
item A, B, D and Button Z are on a Forms Canvas.
User clicks on Button Z. This will launch a java program (Myprog class).
Myprog main will read values in item A and B, run some calculation and then will return it back to our forms module and then will be displayed in item D.
I have read about PL/SQL wrapper but the way I am looking at my setup is that my Forms module will be just the GUI interface.
Any ideas ?