What is WHEN-Database-record trigger?
Answer / chaudhry
Fires when oracle forms first marks a record as an insert or
an update. The trigger fires as soon as oracle forms
determines through validation that the record should be
processed by the next post or commit as an insert or update.
c generally occurs only when the operators modifies the
first item in the record, and after the operator attempts to
navigate out of the item.
Is This Answer Correct ? | 2 Yes | 0 No |
Can you pass data parametrs to forms?
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?
When will ON-VALIDATE-FIELD trigger executed ?
Does a grouping done for objects in the layout editor affect the grouping done in the datamodel editor?
How to change maximise or minimise the window in forms
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
What are modalless windows?
How is link tool operation different between reports 2 & 2.5?
what is oracle forms?
how to pass 2 parameters from one form to other in oracle applications?
can you change the default value of the radio button group at run time?
What is a radio Group?