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 range in the wrong way.
Bill
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 range in the wrong way.
Bill