Subject Re: table empty
From Heinz Kesting <Nobody@Nowhere.com>
Date Tue, 21 Jul 2020 10:58:57 +0200
Newsgroups dbase.getting-started

Hi Tony,

> I take on board previous information on "empty Table", but as I am opening the form with 'query' , how do I disable query so I can set exclusive use for ZAP, PACK
>
> I need query object made inactive and not sure how to do this.
>
> much obliged,
>


form.query.active = false

This deactivates the query and you should now have exclusive access to
the table, unless the table is in use by some other query.

Please see the OLH on 'emptyTable()', which would do the same as ZAP and
PACK.

Hope this helps.
Kind regards, Heinz