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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mpodlesny

    Running a Crystal XI report within VB6 ?

    Using VB6, Crystal XI and Oracle 10 How do I connect my report to Oracle through VB 6. I tried the recomendation in another thread bu I keep getting the "Logon Failed" error message.
  2. mpodlesny

    Getting subscript out of range error in VB when connecting to Crystal

    I am running the code below and get a "subscript out of range" error on the line: crTable.ConnectionProperties("Server") = "orcl" Any ideas? =================================================== Dim crTable As CRAXDRT.DatabaseTable 'Open the report Set crxRpt = crxApp.OpenReport(App.Path...
  3. mpodlesny

    Does anyone know how to connect to Crystal XI using VB 6?

    I want to run a report created in Crystal XI developer edition through VB 6 code. Does anyone know how or can you point me in the right direction?
  4. mpodlesny

    help with Crystal XI and VB 6

    I want to run a report I created in Crystal XI designer in my VB 6 program. How do I start going about doing it. I am using an evaluation copy of the developer edition.
  5. mpodlesny

    how to log in to server

    Crystal Reports Version 8.5 VB 6 sp 5 Oracle 10 I copied this code off this forum. When I run it I get the error "Server not yet opened". How do I open the serve to make the report run? 'Variable declarations Dim strServerOrDSNName As String Dim strDBNameOrPath As String Dim strUserID As...
  6. mpodlesny

    Logon to server through VB code in Crystal 8.5

    I am using the following: Crystal 8.5 Visual Basic 6 sp 5 Oracle 10 I am trying to login to the server at run time using the following: Dim crxApp As New CRAXDRT.Application crxApp.LogOnServer "THE DLL", strServerOrDSNName, strDBNameOrPath, strUserID, strPassword What should "THE DLL" be?
  7. mpodlesny

    connecting to an oracle schema with crystal?

    sorry about not posting enough information. I am using VB 6 to connect to a crystal report that I created however the report should display the data from the loaded schema in the program. I will take a look at what you have posted. Thanks!
  8. mpodlesny

    Adding crystal to VB 6 code?

    This one is for Crystal 9, unfortunately I am useing 8.5 and the version I am using does not have the connection properties.
  9. mpodlesny

    Adding crystal to VB 6 code?

    I am fairly new to this, so i am not sure what you mean RE: When connecting Crystal to Oracle, make sure that you're either using the Crystal Native connectivity, or the Crystal supplied ODBC for Oracle, not the Oracle supplied ODBC. Otherwise as long as you have the Oracle client installed...
  10. mpodlesny

    Adding crystal to VB 6 code?

    I looked at and tried the code in the FAQ however I continue to get the error "Server has not yet been opened". I am trying to connect to an Oracle 10 database.
  11. mpodlesny

    connecting to an oracle schema with crystal?

    I am using crystal 8.5 and have the following code so far: Dim Crystal As CRAXDRT.Application Dim Report As CRAXDRT.Report Set Crystal = New CRAXDRT.Application 'MANAGES REPORTS Set Report = Crystal.OpenReport(App.Path & "\protocol Information.rpt") How do I connect to an...
  12. mpodlesny

    Adding crystal to VB 6 code?

    CR Version 8.5 VB 6 sp 5 I know this may seem like a trivial question to most. I want to set the database to connect to at run time in VB 6. How do I do that?
  13. mpodlesny

    connecting fields?

    thank you, i used the guidelines and its exactly what I was looking for.
  14. mpodlesny

    connecting fields?

    Is there anyway to connect objects, so that if I move one object the other one will move as well, similar or I should say exactly the way it works in MS Word where you group items together?
  15. mpodlesny

    Supressing Field information?

    yeah I removed the "NOT" portion and it worked.
  16. mpodlesny

    Supressing Field information?

    I will give that a try, thanks.
  17. mpodlesny

    Supressing Field information?

    great that worked, thanks! Now how do I suppress the entire blank line?
  18. mpodlesny

    Supressing Field information?

    I am using Crystal 8.5 and in the data area of my report I have the following "Day of the Week: Monday" The label of "Day of the Week" is a text object and "Monday", is a database field object What I want to do is if the database field object is blank (its a text field in the database) I...
  19. mpodlesny

    New to Crystal Please Help?

    I got it thanks for your help though.

Part and Inventory Search

Back
Top