Suppose a form is created ,which is accessed by multiuser.What should be done to prevent the table getting locked
Latest Answer: Hi,These are libraries attched with the Template.fmb to support the menu, Toolbar, and other required standard behaviors.RegardsSiddhartha ...
Latest Answer: oracle Forms:-Oracle Forms are normal forms which are developed with Oracle forms tool in client side. oracle Apps Forms:-Apps forms are used in serverside oracle applications.if u want to use the same Oracel Normal form in Oracle ...
Latest Answer: NON-ISOLATED (default) a) on check delete masterb) on clear detailsc) on populate details ISOLATEDa) on clear detailsb) on populate detailsCASCADE a) per-deleteb) on clear detailsc) on populate details ...
Latest Answer: ADD_LIST_ELEMENT : Adds a single element to a list item. Add_List_Element(list_name VARCHAR2, list_index, NUMBER,list_label VARCHAR2, list_value VARCHAR2); ...
no
Latest Answer: First on-logon then next ... ...
Latest Answer: If you have a master and a detail block, both can be displayed on the same canvas. ...
Latest Answer: No, it’s not possible. But reverse is possible ...
Latest Answer: select * from emp a where rowid >(select min(rowid) from emp b where a.empno = b.empno) ...
Latest Answer: Dear the right order are following
Sequence of trigger when Form is opened & closed Run Form
1. Pre-Logon Form
2. On-Logon Form
3. Post-Logon Form
4. Pre-Form Form
5. When-Create-Record Block
6. Pre-Block Block
7. Pre-Record Block
8. Pre-Text-Item ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top