Hello,

I'd like to set 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