Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Domino 7 Application Development

You're reading from  Domino 7 Application Development

Product type Book
Published in Jan 2007
Publisher Packt
ISBN-13 9781904811060
Pages 228 pages
Edition 1st Edition
Languages

Table of Contents (18) Chapters

Domino 7 Application Development
Credits
Foreword
About the Authors
About the Reviewer
Preface
A Short History of Notes and Domino New Notes 7 Client and Domino 7 Server Features Lotus Notes/Domino 7 and DB2 New Lotus Domino Designer 7 Features Upgrading Domino Applications Upgrading Formulas Upgrading Agents and LotusScript Web Services and Domino 7 Optimizing Application Performance Code Samples Troubleshooting Applications Vendor Tools

InViewEditing


InViewEditing is a brilliant (and often underutilized) feature in Notes. It allows you to set up a view to be editable in a way that's similar to a spreadsheet, with users tabbing between cells and editing right at the view level, without needing to open a document.

The advantages of InViewEditing are simplicity and performance. The downside is that you cannot rely on the built-in editing of a document that forms give you. With forms, when a user types into a field and saves the document, that value is stored (saved) into that field. When you use InViewEditing, all of this needs to be coded by the developer. In addition, your form events such as PostOpen and QuerySave are not triggered, so any data validation or synchronization, security checks, workflow, and so on will need to be coded explicitly, or else skipped entirely.

Therefore, before you use InViewEditing, you should carefully review your application and your data, and identify cases where being able to edit a handful...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}