|
Home > Archive > MS Access data conversion > July 2005 > After Conversion, Report Window won't close.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
After Conversion, Report Window won't close.
|
|
| barker 2005-07-18, 9:24 am |
| I've converted from '97 to 2003. There is a report instantiated by a button
on a form; the [event procedure] of the button runs a macro to open a report
in Print Preview mode. When you try and close the report from the "X" in the
top right corner of the window, it doesn’t close. You have to go behind the
report and close the form that contains the button that launched the report,
and then you can close it. This was NOT the case in '97. You used to be
able to just click the window "X" and the report would close automatically.
What's up with this?
Is there something quirky with the "got focus", "on activate/deactivate”?
--
Good Lookin' Out!
| |
| Arvin Meyer [MVP] 2005-07-23, 11:23 am |
| Does this happen with all reports, or just the one? Can you post more
details, including the code used to open the report and the query sql that
is the record source for the report.
You can try to first decompile your database, then recompile it. Make sure
you have a backup copy first.
http://www.mvps.org/access/bugs/bugs0008.htm
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
"barker" <barker@discussions.microsoft.com> wrote in message
news:F62ADCF3-50AC-4C8D-811B- FFA636E4C3A9@microso
ft.com...
> I've converted from '97 to 2003. There is a report instantiated by a
button
> on a form; the [event procedure] of the button runs a macro to open a
report
> in Print Preview mode. When you try and close the report from the "X" in
the
> top right corner of the window, it doesn't close. You have to go behind
the
> report and close the form that contains the button that launched the
report,
> and then you can close it. This was NOT the case in '97. You used to be
> able to just click the window "X" and the report would close
automatically.
>
> What's up with this?
> Is there something quirky with the "got focus", "on activate/deactivate"?
>
>
> --
> Good Lookin' Out!
|
|
|
|
|