Results 1 to 2 of 2

Thread: Event-traping a Datareport...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Location
    Grenada
    Posts
    346

    Event-traping a Datareport...

    Is there anyway to refresh a datareport when an event occurs (eg. moving to a new page) ?

    Let me explain...

    I have a data report designer (the usual one that comes with VB6 ) and I use it to print reports from an Access DB. Part of the report involves having a picture displayed per record. The picture is saved in the DB as a path...

    Now for the problem...

    How do I update the picture as I scroll through the records in the datareport... because there is no event handler to notify when the user scrolls though the datareport.... (scroll via the arrows in the lower left corner)

    Hope I didn't confuse you guys...
    I have faith I'll get a solution from here... I always do.

    Thanx.
    If my post has been helpful, then please rate it accordingly...
    If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Event-traping a Datareport...

    Unfortunately you can't show a picture per record. DataReport does not support per record functionality, other than databinding, but the Report Image control is not a bound control like the Report TextBox.

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