Home » Developer & Programmer » Forms » SET_CANVAS_PROPERTY TOPMOST_TAB_PAGE
SET_CANVAS_PROPERTY TOPMOST_TAB_PAGE [message #86550] Sun, 10 October 2004 17:06 Go to next message
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
Re: SET_CANVAS_PROPERTY TOPMOST_TAB_PAGE [message #86555 is a reply to message #86550] Sun, 10 October 2004 21:53 Go to previous messageGo to next message
Himanshu
Messages: 457
Registered: December 2001
Senior Member
Check for my answer in the other forum where you posted this question.

Regards
Himanshu
Re: SET_CANVAS_PROPERTY TOPMOST_TAB_PAGE [message #86567 is a reply to message #86555] Mon, 11 October 2004 04:25 Go to previous message
hudo
Messages: 165
Registered: May 2004
Senior Member
Hello,

I checked the answer and found already what I was searching for:

SET_CANVAS_PROPERTY('TAB_WALL', TOPMOST_TAB_PAGE, 'VISUAL_ALL' );

Thanks for your attention
Previous Topic: forms
Next Topic: Mailing from Forms 6
Goto Forum:
  


Current Time: Sun Jul 28 02:29:42 CDT 2024