What is the difference between a POST-FIELD trigger and a
POST-CHANGE trigger ?
Answer / guest
Post-field trigger fires whenever the control leaving from
the filed.
Post-change trigger fires at the time of execute-query
procedure invoked or filed validation status changed.
| Is This Answer Correct ? | 5 Yes | 0 No |
What are the two panes that Appear in the design time pl/sql ?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
what are bind variables?
how to pass 2 variables from one form to other form
Hi...... 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
How you define procure to pay?
What are the triggers associated with the image item?
What do you understand by lov and how can it be used?
What are modalless windows?
how to pass 2 variables from one form to other form
in compatibility in report registration?
Can a property clause itself be based on a property clause?