473,395 Members | 1,457 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Print pictures in database using datareport

angstangel
hello. :) we have a project in school which requires us to develop a database. I have problems in printing pictures of the whole table. when i print the whole table, only one picture is displayed for all the records. I need to display the pictures for each record. can you please help me with this?

PLATFORM: Visual Basic 6.0

Expand|Select|Wrap|Line Numbers
  1. Private Sub mnuprintwhole_Click()
  2. DataReport1.Show
  3. DataReport1.WindowState = vbMaximized
  4.  
  5. With DataReport1.Sections("section1")
  6. Set .Controls("Image1").Picture = Image1.Picture
  7. End With
  8.  
  9. End Sub
Sep 6 '08 #1
0 1372

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Wadim Grasza | last post by:
I want to store and display (on a form or a report) multiple pictures per record in an access database. The pictures are not stored within the database. They are stored as files and the database...
13
by: gooze | last post by:
Hello I am working on an applicaion that shows several pictures on a webpage. These pictures are saved in a MySQL DB as BLOB. I noticed, that the web server suffers in its performance by...
13
by: Jim Carlock | last post by:
I have over a hundred pictures I would like to present. Is it practical to create and parse an array of pictures, picture paths, et al using server-side scripting to accomplish this? I...
4
by: Zeljko Bilandzija | last post by:
Hy, could someone help me in this: In design mode, i want to put pictures in database. I made column named pics, and its type as image. How can I put pictures or some address of these pictures...
3
by: vishwaskothari | last post by:
i want to print a datareport in 8" by 6" size. so how can i proceed? TIA regards vishwas
2
by: vishwaskothari | last post by:
when i click on the print button present on the datareport there comes the runtime error. i have checked the printer it is properly installed and working with the other softwares(like MS Word)...
1
by: Tark Siala | last post by:
Hi I have ListView contain data, and i want print this listview. i know i can do that by using Datareport and Crystal Report, but i need simple way to print this data. any ony have good idea? ...
2
by: obkfixx | last post by:
help! how do u print a datareport without showing the datareport??? u print it automatically..... but the format n ur data report will be printed except that u dont show it.
1
by: MaryKJolly | last post by:
I got this sample project from a website. But there is some syntax error in the statement which contains the CDate function. I can't detect the error? Can enybody help me? SUMMARY This article...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.