From Inside a application ?
or
From Windows Explorer ?
[sig]<p>David W. Grewe<br><a href=mailtoave@internationalbid.net>Dave@internationalbid.net</a><br>[/sig]
There are several ways, Siddiq, and I'm sure Dave has quite a few tricks up his sleeve. Several ways that come to mind:
[tab]changing a header byte so that the programs will refuse to read the DBF.
[tab]moving the DBFs into a ZIP file with password encryption.
[tab]putting the files on a secure resource, such as an NT volume, that restricts who and when the files can be accessed. [sig]<p>Robert Bradley<br><a href=mailto: > </a><br><a href=
You can also use Application Securtiy logic in your app too. For instance in the init of a textbox control displaying salary information:
IF Thisform.nUserLevel < 1
This.Visible=.F.
ENDIF
Actually I am betting more and more security will be based on NT Authentication of the user logged in to Windows. You can substitute an API call to get the user logged on and check the group level. That would work along with Robert's idea of throwing the dbf's on an NT machine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.