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
0
Comments
You cannot change properties of controls in reports.
There also is no "controls" option in the symbol menu.