What is a Non Query Record Group?
Answer / guest
A non-query record group is a group that does not have an
associated query, but whose structure and values can be
modified programmatically at runtime.
| Is This Answer Correct ? | 14 Yes | 1 No |
Whar are the different default triggers created when Master Deletes Property is set to Cascade?
What is the purpose of the product order option in the column property sheet?
What is the usage of the Flex mode in Layout Editor ?
How can you hide the report in Apps?
how to eliminate duplictes in column except group and section?
When will ON-VALIDATE-FIELD trigger executed ?
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
What is the maximum size of a form ?
What are modal windows?
what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item
How can a text file be attached to a report while creating in the report writer?
what is the exact navigation to create a radio button in form6i? can i create the radio button in report6i?