Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms 6i get_canvas_property (and set) for x,y position

438673Apr 21 2005 — edited Apr 26 2005
I was hoping I could dynamically change the x/y position of a canvas, so I looked in help under get_canvas_property to see the property names, expecting to see "x_pos" and "y_pos" or "viewport_x_pos" and "viewport_y_pos". Didn't see them, but figured I might try them anyway--maybe it's an "undocumented feature." Lo and behold, the trigger compiled using these property names (it didn't compile when I used the property "bogus_x_pos"), so I figured I was in luck. Both "x_pos" and "viewport_x_pos" compiled as valid canvas property names. Saved/generated no problem. But, when I run the form, I get the error "FRM-41095: No such property for Get_Canvas_Property." So what's the deal?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2005
Added on Apr 21 2005
5 comments
2,576 views