David
Thu May 12 19:47:36 CDT 2005
Ook,
I get the same C05 behavior in 8SP1 on XP. I sent the error report have you
been doing that? The guys at Microsoft can use that info to help track these
sorts of problems down better.
--
df - Microsoft MVP FoxPro
http://www.geocities.com/df_foxpro
"Ook" <no usenet spam at zoot al dot com> wrote in message
news:OaEWNw0VFHA.2256@TK2MSFTNGP14.phx.gbl...
> Brian has described essentially what I do in VFP8. There are no gory
> details, no "more to the story", no special environment, etc. it's a quick
> and simple process. Open two reports, preview one, right click on the
> other. Crash.
>
> Execute these 4 lines of code. After they execute, you have two reports in
> the report designer. It doesn't even matter if you put fields on the
> report or not. Right click the first one, preview. Right click the second.
> Crash.
>
> CREATE CURSOR csrzoot (zz c(10))
> INSERT INTO csrZOOT (ZZ) VALUES ('Hello world')
> CREATE REPORT zoot1a nowait
> CREATE REPORT zoot2a nowait
>
> I am very interested in how many others can reproduce this, or not? And
> I'm also very curious as to what is different about your environment that
> you can't duplicate this? Is there an environment setting that we have set
> differently? I just walked down the aisle and had some more people try
> this. We are getting a 100% crash rate here, we can't do this without it
> crashing.