I've created a frame into a Layout Designer with a set pen and brush style.
Create Frame into window layout_id (0.9101,9.1951) (4.4927,11.2819) Pen(1,2,0) Brush(2,16776960,16776960) Name "TEST"
I then wish to change that style and I'm trying to use the syntax below but it will not compile. Is it possible to change the style of a frame once created or is this limited to certain types of frame.
alter designer frame window layout_id ID LayoutItemID(Layout_ID,"TEST",-1) style region Pen(1,1,0) Brush(1,16776960,16776960).
I'm using MapInfo & MapBasic v16.0.3
Thanks