| 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
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Open JMP file in read-only mode, Daniel Sawyer - SAS(Mgr. DCE) |
|---|---|
| Next by Date: | create a column list, Kossack, William |
| Previous by Thread: | Open JMP file in read-only mode, Daniel Sawyer - SAS(Mgr. DCE) |
| Next by Thread: | Re: Open JMP file in read-only mode, Mark4Flies |
| Indexes: | [Date] [Thread] [Top] [All Lists] |