CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: stealbreeze

Search: Search took 0.04 seconds.

  1. Replies
    579
    Views
    647,394

    Upgrading to Crystal 9

    Babu,
    My VB6 program uses CRE8 for reporting. I just upgraded to Crystal 9. Do you know of any easy ways to migrate to RAS from RDC?

    Regards,
    SB
  2. Replies
    579
    Views
    647,394

    Crystal Report Passwords

    Is it possible to password protect reports?

    - If so, how do you run them from VB with the password?

    - If not, how do you keep the integrity of the reports after they are distributed to users?...
  3. Replies
    579
    Views
    647,394

    Using Crystal RDC with Access

    Babu,
    Never mind my question - I figured it out. Just in case you were interested this seems to work:

    crpReport.Database.Tables(1).SetSessionInfo "", Chr(10) & "password"


    SB
  4. Replies
    579
    Views
    647,394

    Using Crystal RDC with Access

    Hi Babu,
    Do you know how to connect to an Access 97 db with db level password using the Crystal RDC?

    I am able to connect for other Crystal reports using just the CrystalReport viewer.

    Any...
  5. Replies
    579
    Views
    647,394

    SubReport Datasources

    Hi Babu,
    I tried your suggestion and I still get the same error. The report will work on my machine as the db location is the same as when I set up the report / subreport in Crystal.

    I wanted...
  6. Replies
    579
    Views
    647,394

    SubReport Datasources

    Hi,
    I tried your code:

    CrystalReport1.DataFiles(0) = gDataBaseName
    CrystalReport1.DataFiles(1) = gDataBaseName 'It is the same DB as the Main Report

    I get the following error:
    ...
  7. Replies
    579
    Views
    647,394

    SubReport Datasources

    Hi,
    In VB, how do you specify the datasource for a subreport in Crystal?

    For example, I use the following code to specify the datasource for the Crystal report:
    CrystalReport1.DataFiles(0) =...
  8. Replies
    579
    Views
    647,394

    K.Babu, Your solution (using 'formula' fields)...

    K.Babu,
    Your solution (using 'formula' fields) works for passing values to show in the crystal report. How do I pass values to represent the 'parameter' fields that the report is using in the...
  9. Replies
    579
    Views
    647,394

    Hello, Yes I was able to solve my problem. ...

    Hello,
    Yes I was able to solve my problem. Thanks for your advice. I 'm sure to have more questions in the near future.

    I have been using Crystal for a reporting tool for a few years. But I...
  10. Replies
    579
    Views
    647,394

    Passing Paramters to Crystal

    Hello there.
    I have a crystal report with several parameters. I want to pass a value to one of the paramters (or at least set the default value) but let the user enter the other parameters.

    Any...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured