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
Latest Answer: Steps:---------------1) Download rep2excel.exe from the site:- http://www.brothersoft.com/downloads/html-to-excel.html 2) the from Oracle report save the file as .html3) From command prompt run ...
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: 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: 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 ...
View page << Previous 3 4 5 6 [7] 8 Next >>

Go Top