> >
> > You can still access the table even if it is hidden.
> >
> > I tested Ian Pano's piece of code and he proves it to me.
> >
> >
> > #define READONLY 1
> > #define HIDDEN 2
> > #define SYSTEM 4
> > #define DIRECTORY 16 && folder's attribute
> > #define ARCHIVE 32
> >
> > DECLARE SHORT SetFileAttributes IN kernel32;
> > STRING lpFileName,;
> > INTEGER dwFileAttributes
> >
> >
> > CREATE TABLE C:\testhide.DBF( Field1 C(10) , Field2 C(10 ) )
> >
> > USE IN SELECT( [testhide] )
> > =SetFileAttributes("C:\TESTHIDE.DBF",HIDDEN)
> >
> > USE [C:\testhide.dbf]
> >
> > BROWSE LAST
> >
> >
> >
> > CriZ (,")
> >
> > "Everyone is entitled to their own opinion, but not their own facts."
>
>
> I don't speak about access tables, I speak about HIDE tables.
> You can't HIDE them if the user knows what to do.
>
> -----------------
> Borislav Borissov
>
>
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller>
The only thing normal about database guys is their tables.Sorry for misunderstanding your statement.
The user need to "Hide hidden files and folders" to totally hide those tables.
CriZ (,")
"Everyone is entitled to their own opinion, but not their own facts."