Page 1 of 1

Border Control

Posted: Thu Jul 26, 2018 2:01 pm
by TimWoods
Hello,
I have a report that has a variable called vPmtNumber that is loaded at the beginning of the report. At the end of the report is a panel called Panel1.

If vPmtNumber is greater than 15 I would like Panel1 to have a border on all 4 sides.
If vPmtNumber is 15 or less I would like Panel1 to have a border on the top only.

What code will accomplish this and where should it be put?

Thank you in advance.

Re: Border Control

Posted: Thu Jul 26, 2018 9:12 pm
by HighAley
Hello, Tim.

You could use the Highlight Conditions.
Just add a Conditions, check the value of the vPmtNumber variable and set necessary borders.
You could get more information on the User Manual.

Thank you.