P
Peter
Hi!
I have a problem printing a report object in access 2000. The report object
is generated in a module using the method :
DoEvents
Set r(ri) = New Report_GSFraechterEinzel
DoEvents
r(ri).Visible = True
The report appears on the screen and everything seems ok. At the moment I
execute the Menu file - print (it does not matter which printer I use),
Access terminates without an error message and parts of the report are
printed, sometimes the whole report.
If I open the report GSFraechterEinzel from the database container or call
the report itself from a form, it opens and I can print it without any
problems, so the report is ok and I think that there should be no difference
between the report and a new object based on this report.
I have to use the new object method in the module because of the
possibility of multiple instances of this report.
I tried to recompile the database and to repair and compact, but the problem
persists.
Any suggestions???
Peter
I have a problem printing a report object in access 2000. The report object
is generated in a module using the method :
DoEvents
Set r(ri) = New Report_GSFraechterEinzel
DoEvents
r(ri).Visible = True
The report appears on the screen and everything seems ok. At the moment I
execute the Menu file - print (it does not matter which printer I use),
Access terminates without an error message and parts of the report are
printed, sometimes the whole report.
If I open the report GSFraechterEinzel from the database container or call
the report itself from a form, it opens and I can print it without any
problems, so the report is ok and I think that there should be no difference
between the report and a new object based on this report.
I have to use the new object method in the module because of the
possibility of multiple instances of this report.
I tried to recompile the database and to repair and compact, but the problem
persists.
Any suggestions???
Peter