Results 1 to 2 of 2

Thread: vb6.0/crystal report problem - urgent please

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Location
    bidar
    Posts
    3

    vb6.0/crystal report problem - urgent please

    vb6.0/crystal report problem
    I have created a crystal report using access mdb file. it executing properly thru manual invoking of crystal report. I have so many access database files with same tables as i have used in design of report in crystal report. I want to use these mdbs for generating reports using same report. I have created a vb form where dirpath and mdb files are displayed and kept one print command button to invoke connection to crystal report and dynamically connect to this database using connect property of crystal report control, while running this form and clicking the print command i am getting could not connect to server and it will stop at crystalreport1.action=1

    to avoid this problem i have used file system object to copy this any mdb file to the source file used for designing crystal report and tried to run the form , but i am geeting same error message. Kindly help me out as i have to submit the report in two days.
    srk

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    You can set the data location of the crystal report using properties of the crystal report object.
    However, as I see you are using "Action = 1" to produce the report you must be using a REALLY, REALLY old version of Crystal and I can't for the life of me remember what the properties are.

    Search the help for 'setting the data location' or something like that.
    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width