Re: full Justify Text
ActiveReports 2.0 (Visual Basic 6.0) Support
full Justify Text
02-10-2010, 4:59 PM
I have a Active Report with OLE Word component. In this OLE component there is a full text justify.
I would like do this without use OLE's. However the text control or rich edit box has no full justify property
Thanks
Re: full Justify Text
02-11-2010, 7:25 AM
Hello,
I would like to inform that justified alignment is not currently implemented in the com/vb6 version of ActiveReports. You are able to use the same with the OLE control because that draws the imported file as an image. You may try using the Microsoft RichEdit control as an ActiveX control within the reports to have full justification for the text. Please take a look at the attached sample.
Regards,
Prantik
Re: full Justify Text
02-21-2012, 5:16 AM
I've used the attachment. It works fine but is there a way to adjust the height of the richbox to fit the text, as there isn't a CanGrow or CanShrink option.
Thanks