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

Search:

Type: Posts; User: stealbreeze

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    458

    Package & Deploy Question

    I am trying to deploy a VB6 app that uses Access97 db and Crystal reports. I have used the P&D wizard successfully for the application, but I do not know how to include the database and reports with...
  2. Replies
    579
    Views
    637,805

    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
  3. Replies
    4
    Views
    896

    Upgrading to Crystal 9

    Babu,
    My VB 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
  4. Replies
    579
    Views
    637,805

    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?...
  5. Replies
    579
    Views
    637,805

    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
  6. Replies
    579
    Views
    637,805

    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...
  7. Replies
    7
    Views
    2,055

    Connecting to Password protected Access 97 with ADO

    Hi
    I am having the same problems as stated in Cristiane's post.

    Any suggestions.

    Thanks,
    SB
  8. Replies
    579
    Views
    637,805

    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...
  9. Replies
    579
    Views
    637,805

    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:
    ...
  10. Replies
    579
    Views
    637,805

    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) =...
  11. Replies
    3
    Views
    752

    Adding the Menu was quite simple. And I found...

    Adding the Menu was quite simple. And I found plenty of online help searching on Menu Editor. Thanks for pointing me in the right direction.
  12. Replies
    3
    Views
    752

    Thanks - I'll give it a try!

    Thanks - I'll give it a try!
  13. Replies
    3
    Views
    752

    Help on Menus

    Hello,
    I am still learning VB (I will be saying that for years).

    I am developing a standard exe application as a front end to an Access database. Can anyone provide a simple overview on how to...
  14. Replies
    3
    Views
    1,025

    VB/Access Data Validation

    Thanks for the input. I initially intended to only use DAO for this application since it is a single user, MS Access DB. I just started to learn ADO and wanted to try it out, so I wrote some code...
  15. Replies
    3
    Views
    1,025

    VB/Access Data Validation

    I am developing a VB standard exe front end to an Access database. On one of my forms I import data from txt and Excel files. I need to validate the data in these records before loading into the...
  16. Thanks Jeff B - this works great! :)

    Thanks Jeff B - this works great!

    :)
  17. Appending Text Files

    I came across this thread in a search. I also need to append several text files into one text file. This codes works very well.

    My questions:
    - Instead of hardcoding the filenames, how do I...
  18. Replies
    579
    Views
    637,805

    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...
  19. Never mind Ice - I figured it out. SB

    Never mind Ice -
    I figured it out.

    SB
  20. Get custom information from Access file?

    Iceman,
    I'm sorry you didn't get the responses you were looking for (or any for that matter). I just started using the CodeGuru and have found it useful at times.
    I would be interested in seeing...
  21. Replies
    579
    Views
    637,805

    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...
  22. Replies
    579
    Views
    637,805

    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 22 of 22





Click Here to Expand Forum to Full Width

Featured