i have been looking at the file itself and how it's build.
Found this out
<Frames>
<FrameColor Value="0"/>
<FrameStyle Value="frsSolid"/>
<FrameWidth Value="1"/>
<FrameBorders Value="frbLeft,frbTop,frbRight,frbBottom"/>
<Restrictions Value=""/>
</Frames>
when I try to set this in the script of the memo I get errors
it has to be something like:
Frames.FrameBorders.........
I just can't figure it out what it has to be exactly
can anyone help me?