giving read-only capability to tables without using Netware (AREV Specific)
At 02 MAR 1999 11:07:24AM Jim Cross wrote:
Does anyone know of an easy way to give customers read-only access to all the tables without trying to limit their rights to the specific files from Netware? We need to be able to turn this capability on and off as necessary. Would appreciate any suggestions.
Thanks in advance,
Jim
At 02 MAR 1999 02:11PM Steve Smith wrote:
If you mark tables read-only using Netware or DOS you will cause a litany of errors within AREV. These vary depending on your network driver.
Depending on your application, you might consider
- a READ-ONLY MFS which is software / login ID controlled.
- exporting the data you want at regular intervals, in HTML format, and using a web browser to view the results (real read-only)
- a version of the software with only enquiry screens and the report writer enabled.
Steve
At 02 MAR 1999 05:57PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
Don't know your full requirements, but the NPP allows for read-only volumes.
At 03 MAR 1999 08:05AM Jim Cross wrote:
Thank you both for your suggestions. You've given several options to explore. I appreciate your help.
At 03 MAR 1999 01:11PM Dan Manning wrote:
One of the simplest methods I know of is to modify the key mapping on the fly. Consult Technical Bulletin 59 for more details.
Here is one way to implement a read-only for a user:
1) Create a user name for read-only access2) Attach a subroutine on the log in to:@INT.CONST=' ;* This disables the F9 save key from;* the window@ENVIRON.SET=' ;* Disable TCL for user
At 05 MAR 1999 07:25AM Jim Cross wrote:
Thank you for your suggestion. It accomplished what we were looking for, a quick way to disable our users. Appreciate your help in the matter.
Jim Cross