Question

Asked:
Asked By:
Dec 17 2008   5:32 PM GMT
Egodalle   5 pts.

Hide columns and Adjust Canvas in oracle forms


Oracle Forms, Oracle Forms Tab Canvas, Oracle Forms Canvas

Hi,

I need to adjust the canvas and show only the columns selected based on the number of columns selected from the previous screen.

screen 1
x - column 1 (checked or selected)
- column 2 (unchecked)
x - column 3 (checked or selected)

screen 2
column 1 - column 3

Any idea what forms built in should I use? or Perhaps sample code?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



To adjust the canvas, you should use the SET_CANVAS_PROPERTY built-in, with one or more of the following properties:
-CANVAS_SIZE
-HEIGHT
-WIDTH

And for the columns, you could use the SET_ITEM_PROPERTY built-in, with some of the following properties:
-DISPLAYED
-POSITION
-VISIBLE

Please see Forms Help for specific details and examples.

If you have some specific questions about how to use these built-in procedures, feel free to post them here.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Oracle.

Looking for relevant Oracle Whitepapers? Visit the SearchOracle.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register