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.