Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old September 6th, 2008, 04:52 AM
angstangel's Avatar
Newbie
 
Join Date: Aug 2008
Location: Philippines
Age: 19
Posts: 2
Default Print pictures in database using datareport

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
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles