Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
4 6180Hi...... I created a report which is geneated in .txt format. What I do for this is 1.First I change the system parameter mode to character in the report. 2.Then I place a button in my form to call the report. code in the button is as follows.. DECLARE rePid REPORT_OBJECT; rep_hndl VARCHAR2(100); BEGIN rePid := Find_Report_Object('reptxt.rdf'); Set_Report_Object_Property(rePid,Report_deStype,FILE); Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf'); Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt'); rep_hndl := Run_Report_Object(rePid); END; and it is working.. Now the problam is that when I preview the report from the report builder, it is in the format I needed. But when I run the form and run the report,Its alligment is not correct. Regards abc
1 2964hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me
1873BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
1 3131
How to shutdown your 10g xe server from command line?
What happens when the default and temp tablespace clauses are left out from create user statements?
What is the usage of synonyms?
What happens to the current transaction if the session is killed?
Why do you use stored procedures and state some of its disadvantages?
What are the Types of Scd's?
Explain how can you use the same lov for 2 columns?
List out the difference between commit, rollback, and savepoint?
Describe an oracle table?
What happens if variable names collide with table/column names?
What is the load balancing advisory?
i want to know about the javaBean.what is its purpose and how it can use in Forms.
Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable
What is an external table?
Compare and contrast between sql and sql server and explain its various functions?