Search found 6 matches

by Reinaldo Barreto
Tue Jan 12, 2010 1:59 pm
Forum: Support
Topic: Report Builder with new version of RichView
Replies: 1
Views: 7484

Report Builder with new version of RichView

RichView installed new version for Delphi 2010 has a message that did not find a particular directory, but the components were installed. There is new version of Report Builder? where can I download? I record for earlier versions, you need new record? Text translated from the Portuguese: Instalei ...
by Reinaldo Barreto
Wed May 02, 2007 11:47 am
Forum: Support
Topic: Do I have as aligning for the left a text...
Replies: 4
Views: 12554

Do I have as aligning for the left a text...

Sergey, I also find very strange! but, some doctors think the values of the aligned results the left is visually better. I agree that the correct would be as it is now, for the right, as they are wanting for the left, I thought there was some option for that. Thankful, Reinaldo Barreto ...
by Reinaldo Barreto
Wed Apr 25, 2007 11:55 am
Forum: Support
Topic: Do I have as aligning for the left a text...
Replies: 4
Views: 12554

Do I have as aligning for the left a text...

Ola Sergey! everything well! Precise of its help! Do I have as aligning for the left a text when I make replace of an existent TAG for the wanted content? Example: I Have in my text a TAG: << TEXT >>, I seek that tag in the text and I substitute for the wanted information. The tag << TEXT >> it is ...
by Reinaldo Barreto
Thu Dec 14, 2006 1:39 pm
Forum: Support
Topic: Marcador com numeração
Replies: 5
Views: 15116

Source styles in the marker with numeration

Sergey, I did in the way that you suggested as it proceeds: it attributes for the marker the same source and size of the text that this being typed accordingly below: RVStyle1.ListStyles[1] .Levels[0] .Font.Name := RVStyle1.TextStyles[DBRichViewEdit1.CurTextStyleNo] .FontName; RVStyle1.ListStyles[1 ...
by Reinaldo Barreto
Tue Dec 12, 2006 7:02 pm
Forum: Support
Topic: Marcador com numeração
Replies: 5
Views: 15116

Marcador de numeração com estilo de fonte diferente do texto

Sergey, everything well! It includes the code like you he/she sent and it didn't work. In OnClick of the button of I retreat with numeration marker it is like this: DBRichViewEdit1.ApplyListStyle(1, 0, 1, True, False); Caracter of the I number it doesn't move for the same of the text Example.: 1 ...
by Reinaldo Barreto
Thu Dec 07, 2006 12:05 pm
Forum: Support
Topic: Marcador com numeração
Replies: 5
Views: 15116

Marcador com numeração

How to do so that the numeric characterses of the marker with numeration are with the same style that is used by the text? Sergey, Consegui implementer o marcador com numeração, mas, o estilo para os números não é alterado. Como fazer para que os caracteres numéricos assumam o estilo do texto digit ...