![]() Related Questions Latest Answer : To writeDeclareT_filename Text_Io.File_Type;w_NewLine varchar2(200); BeginT_filename := Text_Io.Fopen('c:test.txt', 'W');Text_Io.Put_Line(T_filename,'this is test');Text_Io.Fclose(T_filename);End;To ReadBeginT_filename ... 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 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? 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 I want to exchange the content of a text_box to another text box,then the value should get exchanged I want to exchange the content of a text_box to another text box,then the value should get exchanged with the mouse event trigger,how is it possible? Read Answers (1) | Asked by : BhaskarGouda What is the business reason for using triggers and what sequence they get fired when control transfer from one text item to next text item ? we can restrict duplicate entries in the form cheak which coloum can be maintained uniquenessfor that coloumn item text write a trigger when_key_navigatedeclaree_empno number(5);cursor c is select * from View Question | Asked by : Ramesh In the sequence of fired trigger which one is fired first i) When _validate_item ii) Key_next_item? Read Answers (3) | Asked by : prabhu Latest Answer : That Will be Boolean like True or false ... Read Answers (1) | Asked by : sandeep Illustrate a scenario where post change and pre-change trigger get fired? Latest Answer : pre-change trigger fires when the value is changed or selected from the listitem andpost-change trigger fires when the value is changed after the value is selected from the list item.BY Mr. Aijaz Ahmad Kumar D2k Expert ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||