May 20th, 2010 by Corey Davis
Here is a nice little tip on how to very quickly get to the instantiation point of any variable, subroutine, function, or custom class. I have created the tip as a video because it is simply easier to understand how this works when you see it in action.
Tags: Lotus, lotus-domino, lotus-notes, LotusScript, Show-n-tell-thursday, sntt
Posted in Domino, SnTT, 1,277 views,
2 Comments
August 7th, 2008 by Corey Davis
From time-to-time I have come across Notes applications that customers have written that ask the user for another database. Usually this is done to export data or because some type of processing must take place against this other data source. For whatever reason this is being done, the point which the user is asked for [...]
Tags: Domino, notes, Show-n-tell-thursday, sntt, useability
Posted in Domino, SnTT, 1,800 views,
0 Comments
January 17th, 2008 by Corey Davis
If you create your own Notes applications, modify existing Notes applications, or just want a familiar and structured database for end-user help then you need to download the Notes Help template . This is the template used by IBM to create the Notes, Designer, and Admin help databases.
Tags: Domino, help, notes, Show-n-tell-thursday, sntt, template
Posted in Domino, SnTT, 1,357 views,
0 Comments
January 3rd, 2008 by Corey Davis
We all know that we can use the keyword Me to refer to class variables from within the class methods and properties. (If you are not creating your own classes you should be! They are a fantastic way to create reusable, fully unit-tested code.) But, did you know that you can use it to refer [...]
Tags: Lotus, lotus-domino, lotus-notes, LotusScript, Show-n-tell-thursday, sntt
Posted in SnTT, 1,273 views,
0 Comments
July 26th, 2007 by Corey Davis
While all Notes developers and many power users know how to create a view with all the data they want spread out across multiple columns, it surprises me how many times I see a database that will have several horizontal screen fulls of data across a dozen or more columns. The intent is usually to [...]
Tags: Lotus, lotus-domino, lotus-notes, LotusScript, Show-n-tell-thursday, sntt
Posted in SnTT, 2,229 views,
0 Comments
April 26th, 2007 by Corey Davis
For my first Show n’ Tell Thursday entry I thought I would start off with something that I was working on recently: creating a master checkbox. This would probably fall under the beginner category. If you have never heard of a master checkbox then don’t worry…I made it up. Well, the term anyway, not the [...]
Tags: Lotus, lotus-domino, lotus-notes, LotusScript, Show-n-tell-thursday, sntt
Posted in SnTT, 1,259 views,
2 Comments