Subject Re: table empty
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Mon, 6 Jul 2020 17:50:08 +0530
Newsgroups dbase.getting-started

> The attached form demonstrates both methods, creating and using a "MyTable.dbf" along the way, showing one example of how to use both approaches in one form.
>

Good Evening Tony,
I have expanded Andy's form to include one method of mine.

       form.query1.rowset.first()
       do while not form.query1.rowset.endofset
          form.query1.rowset.delete()
       enddo

But this will only work successfully if there is no where in the sql.

Regards
Akshat