Callng a window within one Form - 11.5.10.2
Hello,
We are developing a new Oracle EBS form from scratch. This is on 11.5.10.2 with Forms 6i
This is a single .FMB file with multiple windows and canvases.
In one of the master detail block, I have a need to call another window by clicking a button "Details" which is located on the master window.
Oracle AOL does not support the usage of OPEN_FORM, CALL_FORM builtins. Hence I tried to implemented above functionality through following code.
I litterally followd the AOL manual to achieve this. But no luck in success. Everytime I click the "Details" button, nothing happens, the form does not open at all.
We are developing a new Oracle EBS form from scratch. This is on 11.5.10.2 with Forms 6i
This is a single .FMB file with multiple windows and canvases.
In one of the master detail block, I have a need to call another window by clicking a button "Details" which is located on the master window.
Oracle AOL does not support the usage of OPEN_FORM, CALL_FORM builtins. Hence I tried to implemented above functionality through following code.
I litterally followd the AOL manual to achieve this. But no luck in success. Everytime I click the "Details" button, nothing happens, the form does not open at all.
Tagged:
0