Forms 6i get_canvas_property (and set) for x,y position
438673Apr 21 2005 — edited Apr 26 2005I 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?