SET_CANVAS_PROPERTY TOPMOST_TAB_PAGE [message #86550] |
Sun, 10 October 2004 17:06 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hudo
Messages: 165 Registered: May 2004
|
Senior Member |
|
|
Hello,
I'd like to determine my TOPMOST_TAB_PAGE of my TAB_WALL
How can this be done ??
This way seems to be wrong:
tp_id TAB_PAGE;
tp_id := FIND_TAB_PAGE('TAB_WALL.VISUAL_ALL');
SET_CANVAS_PROPERTY('TAB_WALL', TOPMOST_TAB_PAGE, tp_id );
The documentation says:
SET_CANVAS_PROPERTY(canvas_id CANVAS,property NUMBER,value VARCHAR2);
SET_CANVAS_PROPERTY(canvas_id CANVAS,property NUMBER,x NUMBER);
so there seems the be always a value or number required after the property.
But what does the TOPMOST_TAB_PAGE require ?
Please help
|
|
|
|
|