CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 1999
    Location
    Québec (Canada)
    Posts
    210

    Please !!! Crystal Report

    When I load a report in Vb6 with Crystal Report Control, I can see the Data but I can't see the graph. The graph is ok in Crystal Report an is build with the data in this page.

    who can help me!

    Thanks


  2. #2
    Join Date
    Nov 1999
    Posts
    2

    Crystal Report


    I am not able to Use my Selection Formulas Properly.
    I am not able to retrive on two conditions using And and Or

    thank you


  3. #3
    Join Date
    Nov 1999
    Posts
    2

    Crystal Report

    I am using VB-5 and Crystal Report 4.6. Please Let me know how to use And and Or operator in the Selection Formula of the VB

    Kindly reply me back

    Thank you


  4. #4
    Join Date
    Aug 1999
    Location
    Québec (Canada)
    Posts
    210

    Re: Crystal Report

    First, I'am not verry well in english but I try.

    For your question about the SelectionFormula, am not use this propertie but I have an exemple for you. Is not the good exemple but ...


    Formule = " {" + Data1.REcordset + " .Mslink} = " & test

    CrystalReport1.SelectionFormula = Formule
    CrystalReport1.PrintReport

    I think this symbol is important {}
    and if the variable test is string, you put
    = """ & test & """"

    I don't have any more information.

    bye!
    Régis



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured