Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Chart problem

Status
Not open for further replies.

StevePZ

Technical User
Nov 7, 2000
3
US
I am about to throw my computer across the room. I am trying to put a chart at the bottom of my report. Okay fine, no big deal, but the chart keeps losing sinc with the main report. The main report is looking at one employee and the chart is still looking at the previous employee. I am putting the chart in the employee group footer with a forced new page after. Has anyone ever run into this problem? and how do you fix it?

Thanks,
Steve
 
you need to requery the chart when info changes.


without knowing what changes and how it changes, easiest thing i can suggest is adding a button and in the click event put yourchartname.requery
 
Steve:

Depending on the data, I have placed a chart on a subreport (as the sole control on the report). I have then put the subreport on the main report and set the child/master property of the subreport control so that they remain in sync.

HTH

Rick
 
Rick,
Thanks for the suggestion, but I can't get it to work. When I try to add the chart to the other sub-report it shows up blank even when I view it through the subreport. Somewhere the connection is being lost.

Sorry, I realized I posted this to the Form Forum instead of the Report Forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top