Posted 27 June 2019, 3:34 am EST - Updated 30 September 2022, 5:41 pm EST
Line problem when upgrade AR3 => AR12
Posted by: lesauthjenthu on 27 June 2019, 3:34 am EST
-
-
Posted 27 June 2019, 5:21 am EST
here is my design:
<m_blnInitial>true</m_blnInitial>
<m_blnVisible>true</m_blnVisible>
<m_intKind>Line</m_intKind>
<m_intSection>GroupHeader1</m_intSection>
<m_strName>lnGroupHeader1_VerticalLine</m_strName>
<m_strTag i:nil=“true” />
true
<a:knownColor>35</a:knownColor>
<a:name i:nil=“true” />
<a:state>1</a:state>
<a:value>0</a:value>
Solid
1
2.633858
2.633858
0
0.6377953
-
Posted 28 June 2019, 2:45 am EST
Hello,
Could you please set the value of Y2 of the vertical line to Y1 of Horizontal line in BeforePrint event of GroupHeader1
Hope it helps.
Thanks.
-
Posted 28 June 2019, 3:53 am EST
@mohitg thanks for hint
I was check source code, this is a line set height of line to 0
after remove this code, the line had displayed
I don’t know why this run no problem in AR3 -
Posted 28 June 2019, 4:46 am EST
look like AnchorBottom not work in AR12
In AR3 height is 0 and AnchorBottom = True
In AR12 need set height of line manually, no need AnchorBottom -
Posted 1 July 2019, 7:07 am EST
Hello,
Yes, I am able to reproduce the issue with the “0” height. Please check after setting the “Y2” to “0.01” as a workaround.
Thanks.