Explain about stacked canvas views?
Answers were Sorted based on User's Feedback
Answer / randhir jaiswal
A stacked canvas-view is displayed in a window on top of,
or "stacked" on the content canvas-view assigned to that
same window. Stacked canvas-views obscure some part of the
underlying content canvas-view, and are often shown and
hidden programmatically. More than one stacked canvas-view
can be displayed in a window at the same time.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rafi
we can execute only one content camvas at runtime .we ahave
a requirement to display more than on content canvas .we
have to add one or more stacked canvas in content canvas.
steps
1)create one content canvas
2)asn go to layout editor
3)select stacked cancas in that content canvas
and plase items as we nees?
to hide stacked canvas
1)go to the property pallete of stacked canvas and set
visible property to no:
| Is This Answer Correct ? | 1 Yes | 3 No |
how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun
What buil-in routines are used to display editor dynamicaly?
What are the Built-ins to display the user-named editor?
How you define procure to pay?
When the form is running in DEBUG mode, If you want to examine the values of global variables and other form variables, What package procedure command you would use in your trigger text ?
how to pass 2 variables from one form to other form
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
Is it possible to split the printpreviewer into more than one region?
What is the remove on exit property?
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 package n what r the packages availbla in report
While specifying master/detail relationship between two blocks specifying the join condition is a must ? True or False.