I know report previewing has always been flaky with VFP, especially in the
IDE, but I just noticed that with VFP9 you still can't preview 2 reports at
the same time if you try to use right mouse to preview them. After spending
a bit of time with this, it appears to be a continuation of the mouse right
click crash bug. Open table. Create 2 reports that run against table. Open
both reports in report editor. Right click a report, select preview. Right
click other report, Menu manager internal consistency error occurs.

Faulting application vfp9.exe, version 9.0.0.3504, stamp 436c14ff, faulting
module vfp9.exe, version 9.0.0.3504, stamp 436c14ff, debug? 0, fault address
0x0021ab95

Happens with VFP9, VFP8, VFP7.

Re: Can't preview 2 reports at the same time? by Dan

Dan
Mon Feb 06 18:32:26 CST 2006

With SET REPORTBEHAVIOR 80 (the default), I'd expect this. Was that your
setting?

Matthew L Reed wrote:
> I know report previewing has always been flaky with VFP, especially
> in the IDE, but I just noticed that with VFP9 you still can't preview
> 2 reports at the same time if you try to use right mouse to preview
> them. After spending a bit of time with this, it appears to be a
> continuation of the mouse right click crash bug. Open table. Create 2
> reports that run against table. Open both reports in report editor.
> Right click a report, select preview. Right click other report, Menu
> manager internal consistency error occurs.
>
> Faulting application vfp9.exe, version 9.0.0.3504, stamp 436c14ff,
> faulting module vfp9.exe, version 9.0.0.3504, stamp 436c14ff, debug?
> 0, fault address 0x0021ab95
>
> Happens with VFP9, VFP8, VFP7.



Re: Can't preview 2 reports at the same time? by Matthew

Matthew
Mon Feb 06 19:01:51 CST 2006

How weird. When I preview the second report, the first report vanishes from
the screen. If I select the menu Window - 2 Report Designer... it becomes
visible, but I can no longer preview it - nothing happens. I have to close
it and open it up again in the report editor.

Aha, I see how it works (sorta). With reportbehavior set to 90, the report
previews in a different window from the designer. It sets the designer
window invisible, but you can make it visible again. You can actually work
in the designer while the preview is visible on the screen. I also crashed
it. Same flaw - right click on one of the designer windows, and kiss it all
goodbye. With REPORTBEHAVIOR 90 it just takes a bit more work.

Conclusion. It's still broken, with REPORTBEHAVIOR 80 or REPORTBEHAVIOR 90.


"Dan Freeman" <spam@microsoft.com> wrote in message
news:evzQ533KGHA.2416@TK2MSFTNGP15.phx.gbl...
> With SET REPORTBEHAVIOR 80 (the default), I'd expect this. Was that your
> setting?
>
> Matthew L Reed wrote:
>> I know report previewing has always been flaky with VFP, especially
>> in the IDE, but I just noticed that with VFP9 you still can't preview
>> 2 reports at the same time if you try to use right mouse to preview
>> them. After spending a bit of time with this, it appears to be a
>> continuation of the mouse right click crash bug. Open table. Create 2
>> reports that run against table. Open both reports in report editor.
>> Right click a report, select preview. Right click other report, Menu
>> manager internal consistency error occurs.
>>
>> Faulting application vfp9.exe, version 9.0.0.3504, stamp 436c14ff,
>> faulting module vfp9.exe, version 9.0.0.3504, stamp 436c14ff, debug?
>> 0, fault address 0x0021ab95
>>
>> Happens with VFP9, VFP8, VFP7.
>
>