What is a canvas-view?
Answer / guest
A canvas-view is the background object on which you
layout the interface items (text-items, check boxes, radio
groups, and so on.) and boilerplate objects that operators
see and interact with as they run your form. At run-time,
operators can see only those items that have been assiged
to a specific canvas. Each canvas, in term, must be
displayed in a specfic window.
| Is This Answer Correct ? | 1 Yes | 0 No |
What do we mean by record group in oracle forms?
Is it possible to set a filter condition in a cross product group in matrix reports?
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 a list item?
How can we generate report output in excel format?
How many maximum number of radio buttons can you assign to a radio group?
What are the types of Pop-up window ?
What is the frame & repeating frame?
What is pop list?
How we can migrate the 6i report to 10g reports. What steps need to reuired?
How i get the client machine Ip address through developer 2000 forms, if you are running three tier architech.
What is the use of image_zoom built-in?