Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dr. Watson in VFP5.0 when Stepping through records
Message
From
24/04/1999 10:29:21
 
 
To
23/04/1999 16:15:29
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00211507
Message ID:
00211876
Views:
29
>>>Obviously, bad index tag -:)
>>
>>OK, I have deleted every index tag for every table this form uses and recreated them, but I'm Still getting the same problem. If I browse the tables everything seems to go OK. Also if I pick my Navigation button slow it seems to be OK, but if i click with a little ferventcy it does a quick exit with my not so good friend Dr. Watson introduces himself again.
>>
>>Any other Ideas?
>>Jon
>
>What code do you have behond the button?

None, Here's the click event of my cmdPrev button
IF ! BOF()
	SKIP -1
ENDIF
IF BOF()
	GO TOP
ENDIF
THISFORM.REFRESH
When watching this code run in the trace window it always appeared to die at the "THISFORM.REFRESH" line. BTW Their is no additional code in the REFRESH event

I have again Deleted and recreated the index keys on the tables only this time I issued a REINDEX ( twice :) ) on the tables after recreating the index tags. Everything seems to be working pretty good. I did get it to Dr. Watson on me once but it hasn't happened again (Shrug). I'll keep an eye on it and let you know if the problems starts to reoccur.

Heres a little backround on my problem:
I have an NT 4.0 Wks SP4 serving this app to about 4-5 users (commonly). I have been having problems with this purticular system disconnecting itself from the network 2 to 3 times Daily. My VFP app users then get an "Error reading file" message, and have to close down and re-logon (to the app). My guess would be that abrupt disconnects from the tables could cause some index problems, ya think? I have downloaded a new driver for that systems NIC card. I seemed to start having these problems with Dr. Watson after I installed the driver though I can't confirm. I also can't confirm weather or not that has fixed my disconnect problems, yet.

Thanks a...(What comes after quadrillion?) Ed,
and I'll let you know if I start having these problems again. (Hopefully NOT!)

Jon
Thanks
Jon
Non-MVP Non-MCP Non-MCSE

Visual FoxPro, What else is there?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform