What is the use of Page Protect Property?
Answer / mamatha
page protect is used to decide if the object and all of its
components should reside on the same page or not.
if it is check then if the contents of the obj does not fit
in the current page then the obj and its contents are moved
to the next logical page
Is This Answer Correct ? | 7 Yes | 0 No |
What are the triggers available in the reports?
Which parameter can be used to set read level consistency across multiple queries?
Can we use GO-BLOCK package in a pre-field trigger ?
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
List the editors availables in forms 4.0?
What are the menu items that oracle forms 4.0 supports?
what is the source file of po report?
List some built-in routines used to manipulate images in image_item?
What do you understand by oracle forms?
How to change maximise or minimise the window in forms
What is summary column in Oracle Reports ?
List the system variables related in Block and Field?