Change property of shapebox in a report

jorgitojorgito Member Posts: 115
Hi there.

I am trying to change the height property of a shapebox in a report using code.

In the OnPreSection, I do the following
CurrReport.ShapeBox1.HEIGHT((7000 * MyHeight) / MyWidth);

But Navision does not recognize the object ShapeBox1.

What am I doing wrong?? Should I reference the ShapeBox object in another Trigger?

Thanx,
Jorgito

Comments

Sign In or Register to comment.