Latest Answer: In addition to that this can be used as an object for the layout and screen designs of total application. Any future modification will be implemented without recompiling your forms code. ...
Latest Answer: You can create a record group using your query in the form. Then you can pass record group as data_parameter to the report. This way query in the report will get replaced by the record group query passed from forms. ...
Latest Answer: The Major Diffrence between Lexical and Bind varible is If you want to give a run-time condition in a query of the forms,we have to use Lexical varibale..A Bind varible is a varible which is declare with the predefine statement VARIABLE and it has ...
What is the main difference between bind parameter and lexical parameter where are they used can anyone please illustrate with example?
Latest Answer: In the KEY-NEXT-ITEM trigger write the plsql codeselect enum,rowid into :ENUM,:ROWID from EMPLOYEE e where rowid
Latest Answer: We can open Window's common dialog boxes by following: First attach the library called d2kutil.pll. After attaching that library u will get the Win_Api_Common_Dialog Package...there wil get the functions to open the common dialog bolxes like open, save ...
How can i open Windows Common Dialog Boxes(OPen,Save,Print) throgh a Button Push from Form?Thanx in Advance!!!
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. ...
Confine Mode:ON: Child objects cannot be moved outside their enclosing parent object.OFF:Child objects can be moved outside their enclosing parent object.Flex Mode:ON:Parent borders "stretch"
Latest Answer: Also By default Confine Mode - On Flex Mode - Off- Geetha ...
If there are 1 to 10 records, how many times between pages trigger will fire?If there are 1 to 2 records? and how many times it will fire from 10th to 1st record?
View page << Previous 1 2 3 4 [5] 6 7 Next >>

Go Top