 |
 |
| Domino Tips: |
|
 |
 |

FORMULA
View level edit warning
Jerry Eaton 11.18.2003
Rating: -3.00- (out of 5)




Add these two buttons to your form design and you can use them to warn users that someone is editing the document when they are at the view level. You can also see who is doing the editing and how long they have been editing it from the time stamp, in case they forget to save, etc. This is not bomb-proof and it does not actually stop anyone else editing the document, but is easier than trying some of the record locking tips I have seen. This has been working well in my designs for the last year. Note it relies on the Field Subject being shown at view level, so you can change this if you need to.
Code
Button 1 - Sign Out Document
When:= @Text(@Day(@Now))
+ " " + @Word("January,February,March,
April,May,June,July,August,September,
October,November,December" ; ",";
@Month(@Now)) + " " + @Text(@Year
(@Now)) +" at "+@Text(@Time(@Now));
@Command([EditDocument];"1");
FIELD Temp:=Subject;
@Command([EditTop]);
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditLeft];"1");
@Command([EditInsertText];" --
Do not amend this record, "+@Name
([CN];@UserName)+ " is editing the
document from "+When);
@Command([FileSave])
Button 2 - Return Doc and Save
@Command([EditDocument];"1");
FIELD Subject:=Temp;
@Command([EditNextField]);
@Command([EditNextField]);
@Command([EditNextField]);
@Command([FileSave]);
@Command([FileCloseWindow])
Do you have comments on this tip? Let us know.
 |

|
Rate this Tip
|
To rate tips, you must be a member of SearchDomino.com. Register now
to start rating these tips. Log in if you are already a member.
|


');
// -->
DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.
|
 |
|
|
 |
|
 |
 |
 |
 |
| TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of . |
|
| |
All Rights Reserved, , TechTarget |
|
|
|
|
|