P
Paul Cram
I have a report that includes a sub report. The sub report calculates totals
based upon the record displayed in the form. I have code that executes and
calculates these and stores the values in a table. The sub report looks at
this table for the data. If I run the code so that the code runs and then
calls the report it fails to display the subreport for the first record. If I
step through the code it works fine. Is there a way to delay the calling of
the report after execution of the code as this appears to be a timing problem.
based upon the record displayed in the form. I have code that executes and
calculates these and stores the values in a table. The sub report looks at
this table for the data. If I run the code so that the code runs and then
calls the report it fails to display the subreport for the first record. If I
step through the code it works fine. Is there a way to delay the calling of
the report after execution of the code as this appears to be a timing problem.