What are the different window events activated at runtimes?
Answer / guest
When_window_activated
When_window_closed
When_window_deactivated
When_window_resized
Within this triggers, you can examine the built in
system variable system.event_window to determine the
name of the window for which the trigger fired.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which of the two views should objects according to possession?
What is a visual attribute?
I HAVE A REPORT LAYOUT LIKE THIS RUNDATE -FIELD DEPTNO-FIELD ------------------------------------------------------------ ------------------- EMPNO-----ENAME------SAL-----COMM----MGR----- ------------------------------------------------------------ ------------------ ------- ------------ -------- -------- -------- MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE. I WANT LIKE THIS ....
What are the built_in used to trapping errors in forms 4?
What is the usage of frame ?
What is a library?
What is a Package Procedure ?
What is a record Group?
What is a property clause?
What are the different modals of windows?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
What is an User Exits ?