--- loncom/interface/spreadsheet/Spreadsheet.pm 2003/11/21 21:51:28 1.31 +++ loncom/interface/spreadsheet/Spreadsheet.pm 2003/12/08 19:43:03 1.32 @@ -1,5 +1,5 @@ # -# $Id: Spreadsheet.pm,v 1.31 2003/11/21 21:51:28 matthew Exp $ +# $Id: Spreadsheet.pm,v 1.32 2003/12/08 19:43:03 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1437,6 +1437,10 @@ sub outsheet_excel { my $self = shift; my ($r) = @_; my $connection = $r->connection(); + # + $r->print($self->html_report_error()); + $r->rflush(); + # $r->print("

".&mt('Preparing Excel Spreadsheet')."

"); # # Create excel worksheet @@ -1479,6 +1483,10 @@ sub outsheet_csv { my $self = shift; my ($r) = @_; my $connection = $r->connection(); + # + $r->print($self->html_report_error()); + $r->rflush(); + # my $csvdata = ''; my @Values; #