Re: USED()
- From: "Olaf Doschke" <olaf.doschke@xxxxxxxxxxxxxxxx>
- Date: Sat, 10 May 2008 19:57:05 +0200
Hi Tony,
IF USED('lastid.dbf')simple mistake, USED() is working on aliases,
not on file names.
You should only check
USED("lastid")
In principle you have a problem if you want to
find out if a table is open already, as it can be
open with an alias other than the table name.
But if you USE lastid.dbf it will open in the
current work area with alias lastid.
Bye, Olaf.
.
- Follow-Ups:
- Re: USED()
- From: TonySper
- Re: USED()
- References:
- USED()
- From: TonySper
- Re: USED()
- From: Olaf Doschke
- Re: USED()
- From: TonySper
- USED()
- Prev by Date: Re: How to debug/track a record pointer change event?
- Next by Date: Re: How to debug/track a record pointer change event?
- Previous by thread: Re: USED()
- Next by thread: Re: USED()
- Index(es):
Loading