Annoying strange vfp behavior

2008-03-14 Thread Vince Teachout
I've seen this happen several times, but finally have a short enough code snippet to demo it. I'm running vfp9 , sp1 on XP. In the following code, qsql() is simply a wrapper that gets a handle and runs a sqlexec, returns the result, and Messageboxes the error, if any. Used it for years, runs f

Re: Annoying strange vfp behavior

2008-03-14 Thread Paul Hill
On Fri, Mar 14, 2008 at 11:00 PM, Vince Teachout <[EMAIL PROTECTED]> wrote: > BROWSE > > > > What happens, and this has happened to me several times before, is that > the code just Stops when it hits the browse command, until I press any > key - then the browse

RE: Annoying strange vfp behavior

2008-03-14 Thread Eurico Chagas Filho
Hi Try this; 1. Do whatever to show the browse and then, 2. execute again but this time use BROWSE LAST. E. No virus found in this outgoing message. Checked by AVG. Version: 7.5.518 / Virus Database: 269.21.7/1325 - Release Date: 11-Mar-08 13:41

Re: Annoying strange vfp behavior

2008-03-15 Thread Richard Quilhot
change the "browse" to "browse nowait" On Fri, Mar 14, 2008 at 8:37 PM, Eurico Chagas Filho < [EMAIL PROTECTED]> wrote: > Hi > > Try this; > > 1. Do whatever to show the browse and then, > 2. execute again but this time use BROWSE LAST. > > E. > > No virus found in this outgoing message. > Checke

Re: Annoying strange vfp behavior

2008-03-15 Thread Vince Teachout
Richard Quilhot wrote: > change the "browse" to "browse nowait" > Sure, but ignoring the fact that sometimes I do want it to wait, why should I have to issue a nowait? A browse command should open a browse - it's browse, not "INKEY Browse". :-( A bug, methinks. ___

Re: Annoying strange vfp behavior

2008-03-15 Thread Vince Teachout
Eurico Chagas Filho wrote: > Hi > > Try this; > > 1. Do whatever to show the browse and then, > 2. execute again but this time use BROWSE LAST. > > I haven't tried that, but I bet it would work. But why should I HAVE to do that? Just annoying, that's all, and I'm glad that I'm not the only p

Re: Annoying strange vfp behavior

2008-03-15 Thread Richard Quilhot
I've always expericnced the browse command stopping the code, The only other thing I can think of is using the "timeout" clause. Rick Q On 3/15/08, Vince Teachout <[EMAIL PROTECTED]> wrote: > Richard Quilhot wrote: > > change the "browse" to "browse nowait" > > > > Sure, but ignoring the fact tha

Re: Annoying strange vfp behavior

2008-03-15 Thread Vince Teachout
Richard Quilhot wrote: > I've always expericnced the browse command stopping the code, The only > other thing I can think of is using the "timeout" clause. > Hi, Richard. I'm not sure we're talking about the same thing. Do you mean that when you issue the BROWSE command, it pops open a browse

RE: Annoying strange vfp behavior

2008-03-17 Thread Tracy Pearson
I see this behavior after I type CTRL+S to save the current file, and the CTRL+S is disabled due to other reasons (SET SYSMENU TO is one). I see it mostly when I'm writing a small routine to validate some data or make some changes in our runtime environment. We have something similar to vFoxRun bui