Unable to see a canvas on screen [message #470015] |
Fri, 06 August 2010 17:11 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
coolguy01
Messages: 64 Registered: August 2006
|
Member |
|
|
I have an form with a few canvases already in it. The problem is that I want to see a particular canvas which shows the toolbar at the top of the window but it dosent show up on the form. I checked the property palette and the canvas is visible. There is also an other canvas right at the top of the form. How do I move the other canvas down if this is covering the toolbar canvas. How do i move the canvas down as it dosent show any X position in its property palette.
|
|
|
Re: Unable to see a canvas on screen [message #470030 is a reply to message #470015] |
Sat, 07 August 2010 03:40 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Try SHOW_VIEW built-in.
Oracle documentation
Displays the indicated canvas at the coordinates specified by the canvas's X Position and Y Position
property settings. If the view is already displayed, SHOW_VIEW raises it in front of any other views in
the same window.
|
|
|