Auto Width text problem
I want the red circled text always followed by blue circled text which the width is not fixed.
What I have done:
- Enable blue circled text autoWidth
- Capture blue circled onAfterPrint even and redCircledText.Left = blueCircledText.calcWidth();
But still no luck, anything wrong?
Thanks in advance
What I have done:
- Enable blue circled text autoWidth
- Capture blue circled onAfterPrint even and redCircledText.Left = blueCircledText.calcWidth();
But still no luck, anything wrong?
Thanks in advance
Comments