'Table is busy...' [EmptyTable]

From: koen bijl (koenbijl_at_tiscali.nl)
Date: 05/23/04


Date: Sun, 23 May 2004 15:55:43 +0200

Hello,

I wonder what the EXACT meaning of the errormessage 'Table is busy' is.
..........
Table1.Close or Table1.Active := False, followed by
Table1.EmptyTable
..........
causes this errormessage.

When I try:
'......while not EOF do begin
delete
next......end....' it works fine.
Still I want to use 'EmptyTable', because it looks more elegant to me.