Iain Boyd
Apr 11th, 2000, 07:52 AM
I am displaying a report developed via the DataReport designer using the following code -
Report_Name.Show
The data for the report is from a DataEnvironment command (a table which is cleared then refilled before the report is displayed). However, although the data is changed the report displays the equivalent of the data from the first selection, only.
Can anyone advise me what I need to do to force the report to display the new selection.
Report_Name.Show
The data for the report is from a DataEnvironment command (a table which is cleared then refilled before the report is displayed). However, although the data is changed the report displays the equivalent of the data from the first selection, only.
Can anyone advise me what I need to do to force the report to display the new selection.