Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bill147

    Using TTable Range

    I was only using the batch command because I did not know how to reindex in the BDE. I could not any command to do this. Bill
  2. bill147

    Using TTable Range

    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...
  3. bill147

    Using TTable Range

    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...
  4. bill147

    Using TTable Range

    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...
  5. bill147

    Memory access error on startup

    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...

Part and Inventory Search

Back
Top