Results 1 to 3 of 3

Thread: Newb with no clue

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Exclamation Newb with no clue

    Hello,
    I am writing a program that will use Crystal Reports to print a report. I have absolutely no experience with Crystal. I've opened a report (part of a program someone else in my company wrote) in Crystal and have come to realize most of how the software itself works. I would be creating a report in Crystal and printing it using VB. I have no idea what functions to use in VB or anything. I looked at the source code for that program and the only statements of any kind of relevence were the following:

    1 Code:
    1. report1.reportfilename="AirsampNL.rpt"
    2. report1.Destination=1
    3. Report1.Action=1

    I couldnt find a reference to any constants or anything, so I'm very unclear as to what the difference possibilities are. I found a tut online that mentioned using the Crystal Report designer, but I think that because I'm using VB6 with the designer and Vista it won't load. Even trying some of the VB samples provided by Crystal didn't work in the IDE.

    Basically, my point is that I need a good tut or any info about the above code or anything about how to print a report from VB that anyone can find. Thanks

  2. #2
    Frenzied Member
    Join Date
    Aug 2006
    Location
    India, Punjab, Bhatinda
    Posts
    1,689

    Re: Newb with no clue

    what version of CR you are using

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2007
    Location
    Middletown, CT
    Posts
    948

    Re: Newb with no clue

    CR10 VB6 Access database DAO objects.

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