Improve coding for Validation
Category LotusScript UI Lists
I found myself working on a new database (opps I mean application!) tonight. I want to create a database that will replace our paper forms for Expense reporting. This application will be for the Notes Client, but once I'm happy with it then I'll web-enable it right away. Following in the footsteps of Chris Blatnick and Nathan Freeman I actually want this database to look nice.
The first thing I want to talk about is required fields. There a a ton of ways to require fields and the inform the user if they missed any. Validation formulas, LotusScript, message boxes, and probably a bunch that I haven't thought of. There are some wrong ways for sure like using validation formulas that fire on the form refresh and not on document save. There's probably no true "right" way to do this, but in my case I want a "Pretty" way. Oh I also want this to be EASY to code.
Let's talk about this...
Read More
I found myself working on a new database (opps I mean application!) tonight. I want to create a database that will replace our paper forms for Expense reporting. This application will be for the Notes Client, but once I'm happy with it then I'll web-enable it right away. Following in the footsteps of Chris Blatnick and Nathan Freeman I actually want this database to look nice.
The first thing I want to talk about is required fields. There a a ton of ways to require fields and the inform the user if they missed any. Validation formulas, LotusScript, message boxes, and probably a bunch that I haven't thought of. There are some wrong ways for sure like using validation formulas that fire on the form refresh and not on document save. There's probably no true "right" way to do this, but in my case I want a "Pretty" way. Oh I also want this to be EASY to code.
Let's talk about this...
Read More


