What are the different defaust triggers created when Master
Deletes Property is set to Non-isolated?
Answer / sohail
on_populate_details,on_clear_details &
on_check_delete_master.
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the exact navigation to create a radio button in form6i? can i create the radio button in report6i?
How do you trap the error in forms 3.0 ?
how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun
What are the important difference between property clause and visual attributes?
What is a radio Group?
Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?
Name the different triggers associated with oracle forms having a master-detail relationship.
can u call procedure or function is sq l query in reports
What is a matrix report and how many minimum groups are required to prepare the same?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
What is trigger associated with the timer?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?