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 Rhinorhino 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: *

  • Users: mpodlesny
  • Content: Threads
  • Order by date
  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?

    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...
  8. 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?
  9. 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?
  10. 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...
  11. mpodlesny

    New to Crystal Please Help?

    I am very new to crystl so I am sure my question will be very easy for someone however I can't seem to find the answer. I have a database table called report titles. In that table are 10 records all of which need to be displayed in the report header. However when I add the database field to...

Part and Inventory Search

Back
Top