What is the correct sequence of firing triggers in Forms1) Pre-form2)Pre-block3)When-new-form4)When-validate-item5)Post-block
Latest Answer: FILENAME := GET_FILE_NAME(File_Filter=> 'PDF Files (*.PDF)|*.PDF|'); SHOW_FILE:= '"'||FILENAME||'"'; HOST(SHOW_FILE); Contact me at 09880603773 ...
What is the process to call a report from a form of current record of the form whth out parameter form?
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: set_block_property('block_name',dml_target_name,'table_name'); ...
Latest Answer: Using :system.last_query ...
Latest Answer: 1)On select fires first.On select fFires when Forms Developer would normally execute the open cursor, parse, and execute phases of a query, to identify 2)On fetch fires nextWhen a query is first opened, on-fetch fires immediately after the On-Select trigger ...
Latest Answer: You can use host command in 9i/10g which will interact with the Application server's OS. If you want to access the client machine OS then you have to use WEBUTIL functionality ...
Latest Answer: Override on- triggers on insert /ondelete / on update ...
View page << Previous 3 4 5 6 [7]

Go Top