Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange grid exception error
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964572
Message ID:
00964995
Views:
12
Hi William,
I had this problem with one of my forms - it ends up in a C0000005 error after the message you describe.
It turned out to be a problem with the table. I fixed it by copying the table somewhere else (using 'copy to newDir\yourTable cdx [fox2x]), deleting the original and moving the copy back in the original dir in Windows Explorer.
I did not think it was the table because I could open the table without any problem, I checked the header and it was ok, I deleted all indexes and created them again... Everything seemed to be ok with the table, but it was not!
To test if you have the same problem do the following from the command window:
- use table
- set buffering to 5
- browse and make a change to one record
- ?tableupdate(1,.t.) && this should return .F.
Note: ?tableupdate(0,.t.) returns .T., and there is no error on closing the table
- use && here you get the error message


>I have form with some controls...
>when i add a grid pointing a table(3000 records)...and run the form.
>Visual Foxpro say :
>"Microsoft Visual FoxPro has encountered a problem and needs to close. We are sorry for the inconvenience."
>
>i test the same form + grid but with a few records and
>the problem don't occurs....
>
>whats is the problem?
>
>Thanks a Lot for your help!!!!
>
>att
>William
>
>posdata:
>i copy the structure from the table to another table
>Zap the table...
>reindex the table
Doru
Previous
Reply
Map
View

Click here to load this message in the networking platform