Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP is leading me to madness !!!
Message
From
22/12/2004 15:09:08
 
 
To
22/12/2004 12:09:35
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00971290
Message ID:
00971579
Views:
19
I think Marcia is on the right track with doevents,
but I'ld also attack it from the other side:

something like
local lcMyTemp
lcMytemp = this.value
strtofile(m.lcMytemp + furtherChecksYouLike(), "myProt.txt", .t.)
wait wind m.lcMyTemp + " in current seek" nowait
if seek(m.lcMytemp, ....)
   wait clear
else
   wait clear
endif
and not running under debugger...

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform