Board index » delphi » Urgent: "At end of Table"

Urgent: "At end of Table"

Is there any article available for "at end of Table"?
I am facing it very frequently even when there is no master detail
relatioship. e,g. when trying to call Applyupdates/Cancelrange  its
reporting "At end of Table."  database is Paradox & table component is
TTable.

TIA
Papiya

 

Re:Urgent: "At end of Table"


What version of Delphi.  Early versions (pre 3 I think) would throw
this error if you had a filter and the table was empty.  Either gave a
beginning of table or end of table error.  Very annoying.  To get rid
of it I think I used to set the TTable.filter := nil until it wasn't
empty any more.

Quote
"Papiya Shome" <papi...@edpsoft.com> wrote in message

news:3e59b7da@newsgroups.borland.com...
Quote
> Is there any article available for "at end of Table"?
> I am facing it very frequently even when there is no master detail
> relatioship. e,g. when trying to call Applyupdates/Cancelrange  its
> reporting "At end of Table."  database is Paradox & table component
is
> TTable.

> TIA
> Papiya

Other Threads