Tutorial on using Custom Classes in LotusScript

TLCC has published a tutorial on using custom classes in LotusScript:

Classes are used in LotusScript to work with the core Notes objects like NotesDocument and NotesDatabase. These classes are used to represent an object in Notes like a document or a database. Programmers use properties and methods to set and retrieve information about these objects. Programmers can create their own classes to represent an object. These custom classes can then be used across the application to save programming time and reduce code maintenance.

To read this tip go to:

Tips Archive

TLCC has archived all of our developer tips for Notes/Domino and WebSphere. These can be searched by keyword to find the tip you might be looking for! They are an excellent source of ideas and sample code to try in your applications.

To view the archive of all the tips go to:

Howard

Subject: Tutorial on using Custom Classes in LotusScript

Thanks so much for this information. Very usefull. So timely… I was just saying yesterday, that I wish there was a course on creating custom classess. This helped shed some light on the subject.

Thanks again…