 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jaume Guest
|
Posted: Thu Mar 17, 2005 8:33 am Post subject: Trying to justify a Memo by code in a Rave Report |
|
|
Hy, Im trying to justify a DataMemo in a Rave Report. I'm using parameters
to fill the memo,
specify the font, and set some words to bold.
Can anyone tellme how to set the memo to justified (I'm using the property
in the designer but it doesent looks justified, I think that seting by code
the Font I'm overriding its property, but I need to do it)
I'm using the example of the "Tip #36 - In-Text Formatting"
(http://www.nevrona.com/Default.aspx?tabid=113)
Thanks
|
|
| Back to top |
|
 |
Jaume Guest
|
Posted: Fri Mar 18, 2005 8:22 am Post subject: Re: Trying to justify a Memo by code in a Rave Report |
|
|
I have solved it by setting the justifying property by code, this looks
like:
I send a parameter to the report to set the font properties of a datamemo to
Verdana 8, justifyed block
RvProject1.SetParam('ToVerdana8', RPTFPrefix + RPTFName + 'Verdana' +
RPTFInfix + RPTFJustify + RPTFBlock + RPTFInfix + RPTFSize + '8' +
RPTFSuffix);
"Jaume" <j.gomila (AT) barcelo (DOT) com> escribió en el mensaje
news:42394117$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hy, Im trying to justify a DataMemo in a Rave Report. I'm using parameters
to fill the memo,
specify the font, and set some words to bold.
Can anyone tellme how to set the memo to justified (I'm using the property
in the designer but it doesent looks justified, I think that seting by
code
the Font I'm overriding its property, but I need to do it)
I'm using the example of the "Tip #36 - In-Text Formatting"
(http://www.nevrona.com/Default.aspx?tabid=113)
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|