Results 1 to 9 of 9

Thread: Printing the report

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Question Printing the report

    Hi, I no idea how I can print the report.

    I would like to print the report. Before printing the report, I would like to allow the user to design the layout for example type the title name of the report, date, and time of the report was automatically print out, suitable place to put the picture box on the form to print out, and the suitable place to print out the information.

    How I can do that?any idea?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Printing the report

    What report engine are you using?

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: Printing the report

    What you mean with report engine?It is data report is one of the report engine?
    This is first time i heard it. What is your recommended ?

  4. #4
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Printing the report

    A report engine is a piece of software designed to produce reports such as Crystal Reports or the Data Report that you are referring to.

    Even MS Access could be used as a report engine.

    I think Hack wants to know how you are creating the reports in the first place.
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: Printing the report

    If that you mean, Yes . I have data report.

    It is possible to place the picture on the data report environment ?How I can type the the title name of the report and then sent it to data report to print it out?

    It is Crystal Reports is downloadable software ?

  6. #6
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Re: Printing the report

    Quote Originally Posted by matrik02
    It is Crystal Reports is downloadable software ?
    It may be downloadable, but not before you pay a whole bundle of money.
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: Printing the report

    I usually using data report to design the report. But I don't have an idea how I can place the picture that have an image to print it out together with the data report. How I can print out the picture from the picture control ?

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Printing the report

    Moved to reporting section

    Here are a couple of threads that may help.

    http://www.vbforums.com/showthread.p...eport%22+image
    http://www.vbforums.com/search.php?searchid=1379502

  9. #9

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: Printing the report

    Thank you Hack for move this thread.

    At what event I should put the sample ? To load the picture during the data report is loaded?

    Code:
    with rpt
    Set .Sections("section2").Controls("image3").Picture = LoadPicture("c:\picture1.jpg")

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