Home All Groups Group Topic Archive Search About
Author
8 Oct 2006 12:51 PM
vijaiyanb
please explain the meaning of the code i dont know this


Dim rt As String =
"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0
Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "

Author
8 Oct 2006 1:39 PM
Herfried K. Wagner [MVP]
<vijaiy***@gmail.com> schrieb:
> please explain the meaning of the code i dont know this
>
> Dim rt As String =
> "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0
> Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "

Rich Text Format (RTF) Specification, version 1.6
<URL:http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
8 Oct 2006 2:29 PM
Cor Ligthert [MVP]
Herfried,

Amazing that you know that. (Now I know it as well of course)

Cor

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> schreef in bericht
news:OV6808t6GHA.4428@TK2MSFTNGP02.phx.gbl...
> <vijaiy***@gmail.com> schrieb:
>> please explain the meaning of the code i dont know this
>>
>> Dim rt As String =
>> "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0
>> Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "
>
> Rich Text Format (RTF) Specification, version 1.6
> <URL:http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp>
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
9 Oct 2006 5:48 PM
vij
please explain the following code

         Dim rt As String =

"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0
Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "

when i change the font name int this line its reflected in crystal
report
but i cant change the font directly in creport. ie i can change it by
right click the field and format but i cant reflect on report

if i change in this line than only the font changed in report

wat can i do