Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem Closing a Window

HuronJun 17 2014 — edited Jun 18 2014


Hello.

I have a problem in Forms 11g.

My window, screen (A) have a button and when i press it, using "call_form" and passinga a parameter, call the screen, with other window, called for example (B).

I would like be able close my window B or two diferents ways. Clicking in X (top of the window) and when i click  a programatically button, for example, Cancel Button.

I have tried used in screen B, adding this trigger: WHEN-WINDOW-CLOSED and i had code (exit_form): When i compile for test, and i press in my window B the X, the window is not closed.

The same problem ( like dont work) when i try in my (when-button_pressed) of my Cancel button:

SHOW_WINDOW ('A');

CLOSE_WINDOW('B');

GO_ITEM ('BLOCK.ITEM_NAME'); //A BLOCK AND ITEM OF WINDOW A

I am doing sothing bad?.

If i could ask other small problem. When i use the build-in: MESSAGE ('Hello');.like if the message is not showed. Look like only i can message to the user, creating my owns "Alerts". Maybe is i am working in Windows Vista Home Premium and i have some issues with messages.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2014
Added on Jun 17 2014
9 comments
3,781 views