Jump to content

Eliminate border between 2 text fields


Rayen.Drissi
Go to solution Solved by Rayen.Drissi,

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

  • Solution

Problem solved : I created 2 styles :

    <style name="PenStyle1"> <!-- for the text field-->        <box>            <topPen lineWidth="1.0"/>            <leftPen lineWidth="1.0"/>            <bottomPen lineWidth="1.0"/>        </box>    </style>    <style name="PenStyle2"><!-- for the static text-->        <box>            <topPen lineWidth="1.0"/>            <rightPen lineWidth="1.0"/>            <bottomPen lineWidth="1.0"/>        </box>    </style> [/code]

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...