G
Guest
Hello,
I have a report in which there is a graph (using microsoft graph 2000). I
would like to change the source of the graph every time the report is being
opened (using an sql query that will be given to it).
I tried writing in the report_load sub:
chart.rowSource = ...
but the chart doesn't seem to have a rowSource property.
Anybody knows how it can be done?
thank you
I have a report in which there is a graph (using microsoft graph 2000). I
would like to change the source of the graph every time the report is being
opened (using an sql query that will be given to it).
I tried writing in the report_load sub:
chart.rowSource = ...
but the chart doesn't seem to have a rowSource property.
Anybody knows how it can be done?
thank you