jmp-l
[Top] [All Lists]

Re: Open JMP file in read-only mode

To: jmp-l@lists.biostat.wustl.edu, Dsawyer@SAS.Samsung.com
Subject: Re: Open JMP file in read-only mode
From: Donald.Palahnuk@imclone.com
Date: Wed, 21 Dec 2005 09:32:15 -0500
In-reply-to: <69989A6372998F45B1B8ADB7A2B0217014FEB5@exchange.samsungaustin.com>

Dsawyer@SAS.Samsung.com:

The only way to lock from editing via script is as follows.

1. establish a pointer to data table
2. switch lock boolean

// example code snippet
// assumes current table is that which to be locked
dt = current data table();
dt << Lock Data Table(1);
// end code snippet

This will stop editing of data via interface.

Note that this is not fool proof ... since you can hack around this if you know how.
All you have to do is to UNLOCK the data table through the table interface.

But, if the source file on the network you work on is controlled via MS Network
security to prevent overwrite ... then you can protect editing of the source data that way.

Alos, I reco for large data sets you place the data in a MDB or SQL type data base and
use the ODBC features of JMP to access the info, this way the source data is controlled.

D Palahnuk
Senior Engineer, Process Sciences
ImClone Systems
908 252 3533
Donald.Palahnuk@ImClone.com



"Daniel Sawyer - SAS(Mgr. DCE)" <Dsawyer@SAS.Samsung.com>
Sent by: jmp-l-owner@lists.biostat.wustl.edu

12/20/2005 05:48 PM
Please respond to
jmp-l@lists.biostat.wustl.edu

To
jmp-l@lists.biostat.wustl.edu
cc
Subject
[jmp-l] Open JMP file in read-only mode





Does anyone know how to open a JMP data table in read-only mode using the scripting language?  I need to set the read-only option within the JMP script and not through the file-properties options.

Thanks
Dan



Confidentiality Note:  This e-mail, and any attachment to it, contains privileged and confidential information intended only for the use of the individual(s) or entity named on the e-mail.  If the reader of this e-mail is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that reading it is strictly prohibited.  If you have received this e-mail in error, please immediately return it to the sender and delete it from your system.  Thank you.

<Prev in Thread] Current Thread [Next in Thread>