|
-
Jul 9th, 2007, 11:37 AM
#1
Thread Starter
Frenzied Member
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?
-
Jul 9th, 2007, 11:42 AM
#2
Re: Printing the report
What report engine are you using?
-
Jul 9th, 2007, 11:50 AM
#3
Thread Starter
Frenzied Member
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 ?
-
Jul 9th, 2007, 11:58 AM
#4
Frenzied Member
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.
-
Jul 9th, 2007, 12:05 PM
#5
Thread Starter
Frenzied Member
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 ?
-
Jul 9th, 2007, 12:14 PM
#6
Frenzied Member
Re: Printing the report
 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.
-
Jul 9th, 2007, 12:23 PM
#7
Thread Starter
Frenzied Member
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 ?
-
Jul 9th, 2007, 12:57 PM
#8
-
Jul 9th, 2007, 01:08 PM
#9
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|