P
phxpoolplayer
I am running a function/report that completes the following:
1. Modifies a temp table based on user selection (two variables - Easy)
2. Modifies the temp table with summary line at end of table (summarizing
table data - Totals for Graphs)
3. Render a report based on that table
4. Render 6 graphs to show on the report
All should be good at this point. Table is modified/updated with correct
detail information and summary line. Report opens and queries the table
correctly (always).
Issue: Each Graph has a select statement based on each requirment (two items
only) and the report runs 95% of the time correctly (correctly meaning all
six graphs rendor). However, the other 5%, one of the Graphs will NOT render
and reverts back to what ever the data was on the graph at time of
development (which is blank now).
This occurs mostly after i run two or three reports (and then the fourth time
one of the graphs will faulter). But, it happens more often when my users try
and run it. I believe it is a timing issue based on memory usage but am not
sure.
Does anyone have any knowledge on this type of issue...????? Help!!!
Phx
1. Modifies a temp table based on user selection (two variables - Easy)
2. Modifies the temp table with summary line at end of table (summarizing
table data - Totals for Graphs)
3. Render a report based on that table
4. Render 6 graphs to show on the report
All should be good at this point. Table is modified/updated with correct
detail information and summary line. Report opens and queries the table
correctly (always).
Issue: Each Graph has a select statement based on each requirment (two items
only) and the report runs 95% of the time correctly (correctly meaning all
six graphs rendor). However, the other 5%, one of the Graphs will NOT render
and reverts back to what ever the data was on the graph at time of
development (which is blank now).
This occurs mostly after i run two or three reports (and then the fourth time
one of the graphs will faulter). But, it happens more often when my users try
and run it. I believe it is a timing issue based on memory usage but am not
sure.
Does anyone have any knowledge on this type of issue...????? Help!!!
Phx