Avatar

Level 10

Hi Harry,

You can control the borders in the Object > Field palette. Just select custom appearance in the dropdown and then edit the borders individually.

Parallels Desktop1.png

You can go a script route, but it is a bit involved as you need to script each border individually. For example this will make the bottom border invisible of the object that contains  the script:

this.ui.oneOfChild.border.getElement("edge",2).presence = "invisible";

Replacing "2" with "0" will change the top border.

As I say you are probably better doing this at design time in the custom appearance dialog.

Good luck,

Niall

Assure Dynamics