![]() Related Questions Latest Answer : Fires when Form Builder would normally execute the open cursor, parse, and execute phases of a query, to identify the records in the database that match the current query criteria. FORM AND BLOCK LEVELEXAMPLEIF Get_Application_Property(DATASOURCE) = 'DB2' ... Latest Answer : set_block_property('block_name',dml_target_name,'table_name'); ... What is the process to call a report from a form of current record of the form whth out parameter form? What is the correct sequence of firing triggers in Forms1) Pre-form2)Pre-block3)When-new-form4)When-validate-item5)Post-block How add the values at run time to the report parameter ?dname:ename :Suppose i select dname(sales) , How add the values at run time to the report parameter ?dname:ename :Suppose i select dname(sales) , who belongs to that dname those employee name add to the ename Read Answers (2) | Asked by : Thrimurthulu Latest Answer : Do not establish the Master-Detail relationship in the data block wizard. Then, populate the detail block in the Query only mode or you can also write the navigational trigger: When-New-Block-Instance. ... Read Answers (2) | Asked by : edwin peterson Latest Answer : Key-Next-item trigger will fire whenver the user try to move the control(i.e., cursor) from one item to another item in the form by pressing return key or tab key. ... Read Answers (3) | Asked by : V Rajesh Nair Latest Answer : In this senario Better to  use record group. Using record group we dump the table data at client system level and check the entered data. To achive this you write functions to find dup record under the Trigger When_new_item_instance at the block level. ... Read Answers (3) | Asked by : nitin kumat How can i open Windows Common Dialog Boxes(OPen,Save,Print) throgh a Button Push from Form?Thanx in Advance!!! Latest Answer : In the KEY-NEXT-ITEM trigger write the plsql codeselect enum,rowid into :ENUM,:ROWID from EMPLOYEE e where rowid Read Answers (3) | Asked by : nitin kumat
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||