I have now found that if I use foxpro to reindex the data file the index file is now about one third the size it was before.
Also the problem with the BDE commands goes away.
The field that the index is on is a date field.
Inorder to reindex in the BDE I use the batchcopy control to make a...
A simple example:
i = Table1->RecordCount; // works ok
Table1->ApplyRange(); // works ok
i = Table1->RecordCount; // this line just never returns
I also have noticed if I link the table to a dbgrid control sometimes when I scroll down to see the last record the dbgrid control crashes the...
I am using TTable with a Foxpro database.
When I apply a range to the table the following functions
do not return.
RecordCount
FindLast()
Last()
I can use Next() or FindNext() on the records until I
reach the last record in the range, then this function
will also crash.
Am I trying to use...
I am using C++Builder 5.0 I have a program that at startup it loads string lists and arrays from several ini files. When I load one particular ini file I sometimes get a memory access error when loading one of the other ini files. I saw this problem about a year ago. When I remark out some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.