Hide columns and Adjust Canvas in oracle forms
5 pts.
0
Q:
Hide columns and Adjust Canvas in oracle forms
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?
ASKED: Dec 17 2008  5:32 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
29845 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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.
Last Answered: Dec 17 2008  6:44 PM GMT by Carlosdl   29845 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0