Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by igor5190

  1. igor5190

    Export Crystal Report options

    That took care of the problem. This is greatly appreciated... Igor Kristo
  2. igor5190

    Export Crystal Report options

    I have a dozen of Crystal Reports that I run against an Oracle database. When I try to export them, I have only five options available to me. None of the Excel options is showing up as available. Does anybody know what's going on?
  3. igor5190

    VB/Crystal/Oracle

    Thanks for the response, but I found the error. What I do is the following: With crPrintReport .ReportFileName "sReportFile" .Connect vDBconn 'this is description of my dsn .Action = 1 End With However, I forgot to provide logon password to my Crystal...
  4. igor5190

    Crystal/VB/Oracle

    I have several Crystal reports getting data from an Oracle database. I have created the reports; when I preview them in Oracle designer, they are working fine. Now, when I call the same reports from VB, the reports do not show any data. All I get is empty reports. Anybody have any idea? Any help...
  5. igor5190

    VB/Crystal/Oracle

    I have several Crystal reports getting data from an Oracle database. I have created the reports; when I preview them in Oracle designer, they are working fine. Now, when I call the same reports from VB, the reports do not show any data. All I get is empty reports. Anybody have any idea? Any help...
  6. igor5190

    Error 50299

    I am trying to lunch a Crystal Report from a VB application. The report is getting data from Oracle. When I try to do .connect on my Crystal Report Control, it doesn't compile ("Invalide use of property!). Any help will be appreciated... Igor
  7. igor5190

    Error 20599

    I am trying to lunch a CrystalReport from a VB application. The report itself is getting data from Oracle. When i try to do .connect on my Crystal Report Control, it doesn't compile ("Invalide use of property!"). Thanks for the help... Igor
  8. igor5190

    Access to Oracle conversion.

    Yes, I can. The report works as well when i run it trough crystal. When i do that (run it through crystal), it does ask me for userID and password to login onto the Oracle server. I guess, the login info does not get saved... Thanks, Igor
  9. igor5190

    Access to Oracle conversion.

    Thanks Naith... I did do that, but it was looking for the old table name for some reason. So, I had to make an alias for the old table to be the same as the name of the new table (which is now in Oracle). And, it worked... However, when I try to lunch those reports from my VB interface, it gives...
  10. igor5190

    Access to Oracle conversion.

    I am moving 3 tables from Access to Oracle. The tables will stay exactly the same (field names, data types, length, etc). The only thing that has changed is table names. I have several Crystal reports getting data from that Access database; is there a way to repoint them to the tables that are...

Part and Inventory Search

Back
Top