Leemi
Thu Aug 07 09:30:07 CDT 2003
Hi Christopher:
I agree with Rick's assessment. This is probably a network problem.
To help track this problem down, you might want to use FileMon available
from www.sysinternals.com . This might provide you with some more
information on what is causing the problem
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retires June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003
>Christopher,
>I found that this error is usually due to hardware or network problems -
you've lost the >connection between the local system and the file server.
Check with your network administrator >to track down the real problem
(NICs, cabling, Hub, Router, Switch, etc.) - you won't be able to >do
anything programmatically.
>Rick
>"Christopher Panadol" <thfchristopher@i-cable.com> wrote in message
>news:OhFR%23XNXDHA.416@tk2msftngp13.phx.gbl...
> Normally, if an error is appeared, my error-handling procedure will be
triggered and the
> error message will be shown (use WAIT command to achieve) at the right
top corner of the
> screen. Also the error will be captured to a text file and then I can
trace back the
> problem.
>
> But I encounter this error which is shown in FoxPro dialog box, and I
cannot trace what
> the error is in debugging window. I don't know how to solve it. I fully
feel that it is
> FoxPro's internal error.
>
> How can I do to eliminate this error?