Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

RamiAtia

@RamiAtia
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to pass parameter with quate to crystal reports from a C# (winform) application
    R RamiAtia

    Ok, I finally found it. it has to be replaced by a double quate as follow "The word ""hello"" is quoted." so in C# it will be: "The word \"\"hello\"\" is quoted." thanks anyway!

    C# csharp help tutorial question

  • How to pass parameter with quate to crystal reports from a C# (winform) application
    R RamiAtia

    C# code -------

    int intCopies = 1;
    string strAddress = "6534 Burbank, next to the \"Amy Books\" bookstore";
    string temp = orpt.DataDefinition.FormulaFields["Address1"].Text;
    orpt.DataDefinition.FormulaFields["Address1"].Text = temp.Replace("Address1", strAddress1);
    orpt.Refresh();
    orpt.PrintToPrinter(intCopies, true, 1, 1);

    ------------------------- Crystal Reports --------------- in crystal reports I have a formula named: @Address formula text: "Address" -------------------------- I'm using VS 2005 with Crystal reports version 8.5 Thanks!

    C# csharp help tutorial question

  • How to pass parameter with quate to crystal reports from a C# (winform) application
    R RamiAtia

    No, It doesn't work. I keep getting the same error

    C# csharp help tutorial question

  • How to pass parameter with quate to crystal reports from a C# (winform) application
    R RamiAtia

    Hello, How to pass parameter to crystal reports from a C# (winform) application when my parameter is a string type and contain quate or double quate charecter? I keep getting error "Error in formula" when it contains quate or double quate. My parameter name is Address and the address contain double quate sign Thanks in advanced

    C# csharp help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups