Greetings everyone
I am having a hard time with a form which is invoking another form by executing CALL_FORM function in Oracle11g.
I understand that the window that belongs to the calling form is disable when the call takes place, and its size is defined in formsweb.cfg, and I am assuming that the called form is “inheriting” the size defined in the formsweb.cfg file for the calling form, even though it has a much larger screen size. My problem is that right now the called form is displaying only half (which coincides with the size of the calling form).
1-Is it possible to use CALL_FORM to call another “larger screen size” form ?
2-Is there a way to make the called run-time form to become a larger screen size?
3- Further more, whenever I exit the called form, do I have to redefine the screen size before navigating back to the calling form?
Any light shed on this problem from any member of this honorable community will be greatly appreciated. Many thanks in advance and hope to hear from you soon !