uncleared code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vijaiyanb@gmail.com

    #1

    uncleared code

    please explain the meaning of the code i dont know this


    Dim rt As String =
    "{\rtf1\ansi\an sicpg1252\deff0 \deflang1033{\f onttbl{\f0\fswi ss\fcharset0
    Arial;}}\viewki nd4\uc1\pard\qr \f0\fs20 "

  • Herfried K. Wagner [MVP]

    #2
    Re: uncleared code

    <vijaiyanb@gmai l.comschrieb:
    please explain the meaning of the code i dont know this
    >
    Dim rt As String =
    "{\rtf1\ansi\an sicpg1252\deff0 \deflang1033{\f onttbl{\f0\fswi ss\fcharset0
    Arial;}}\viewki nd4\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/>

    Comment

    • Cor Ligthert [MVP]

      #3
      Re: uncleared code

      Herfried,

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

      Cor

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.atschr eef in bericht
      news:OV6808t6GH A.4428@TK2MSFTN GP02.phx.gbl...
      <vijaiyanb@gmai l.comschrieb:
      >please explain the meaning of the code i dont know this
      >>
      >Dim rt As String =
      >"{\rtf1\ansi\a nsicpg1252\deff 0\deflang1033{\ fonttbl{\f0\fsw iss\fcharset0
      >Arial;}}\viewk ind4\uc1\pard\q r\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/>

      Comment

      • vij

        #4
        Re: uncleared code

        please explain the following code

        Dim rt As String =

        "{\rtf1\ansi\an sicpg1252\deff0 \deflang1033{\f onttbl{\f0\fswi ss\fcharset0
        Arial;}}\viewki nd4\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

        Comment

        Working...