Blogs

  • Browse Blogs
  • My Blog
  • My Updates

BleedYellow Blogs

Blogs on BleedYellow.com

All recent entries tagged with .dominoframework

Display:  
Start a blog New Entry
1 - 15 of 53
    Previous  |  Next
  • Page     1  |  2  |  3  |  4

LS Version @WebDBName

Peter Presnell  |   |  Tags: .dominoframework lotusscript  |  Comments (3)  |  Visits (87)
The @WebDBName function provides a quick way to get a reference to the current database in a format that can be used as a URL.  I am working on an application that needed much the same thing except I needed a link to another Notes database.  I decided to...

DominoBES class

Peter Presnell  |   |  Tags: java bes blackberry .dominoframework  |  Comments (0)  |  Visits (174)
I am now in the process of extending the .Domino Framerwork to support the publishing of Notes applications on a Blackberry client.  A new DominoBES class has been added as a way of allowing Notes applications to communicate with a Blackberry device via the...

LotusScript Version of @DBColumn

Peter Presnell  |   |  Tags: @dbcolumn .dominoframework  |  Comments (0)  |  Visits (155)
The .Domino Framework provides the LotusScript equivalent for many @Functions.  These can be found in the Domino.@Functions namespace. Note: Because LotusScript does not allow the "@" character to be used for function names I have adopted the naming...

Building "Composite" Applications In Notes 6

Peter Presnell  |   |  Tags: .dominoframework compositeapplications events oop  |  Comments (3)  |  Visits (124)
I am presently working on a project that requires coordination between separate components contained within a frameset.  In Notes 8 this would be considered a composite application but I need to implement this solution in Notes 6.0.  Fortuantely...

Document Collection

Peter Presnell  |   |  Tags: .dominoframework notesdocumentcollection  |  Comments (2)  |  Visits (65)
The NotesDocumentCollection class has a few attributes that can be rather annoying:- The Notesdatabase object from which the NotesDocumentCollection is derived must remain in memory.  e.g. A function that returns a NotesDocumentCollection will...

Adding Abstract Classes To A Framework

Peter Presnell  |   |  Tags: .dominoframework oop classes  |  Comments (1)  |  Visits (72)
After writing my blog about implementing  abstract (and other) classes  in LotusScript I started to think about ways to reduce the code that would be required to implement this into each and every abstract/sealed class in a framework.  I have...

Implementing abstract classes, sealed classes, and...

Peter Presnell  |   |  Tags: lotusscript oop .dominoframework classes  |  Comments (0)  |  Visits (63)
This post was prompted after following all the fun Tim Tripcomy was having building a mini-framework to demonstrate remote event binding .... Rather than just getting frustrated with the lack of progress by IBM in developing the LotusScript language - in...

Adding Blackberry Support

Peter Presnell  |   |  Tags: blackberry .dominoframework  |  Comments (0)  |  Visits (88)
Earlier this week I started work on my first project in which I need to specifically design a Notes application to support  Blackberry Devices.  To assist me with this I have started to extend the capabilities of the .Domino Framework. The...

Document Locking V

Peter Presnell  |   |  Tags: .dominoframework documentlocking  |  Comments (0)  |  Visits (100)
Getting document locking to work has been one of my toughest assignment as a Notes developer.   But I have finally gotten a solution that passed QA.  So further to my previous FOUR blogs on this topic I can add the additional insight for others...

Minimising Document Changes

Peter Presnell  |   |  Tags: save edithistory .dominoframework  |  Comments (0)  |  Visits (31)
I common problem I encounter when maintaining Notes applications is that documents are being saved multiple times as the result of a single event/action.  In some cases there may not have been any changes made to the actual data.  Reducing the number...

History Of LotusScript - Part 3

Peter Presnell  |   |  Tags: lotusscript .dominoframework vb oop  |  Comments (1)  |  Visits (40)
LotusScript is a dialect of the BASIC programming language.  Version 1.0  of LotusScript was released in 1993 as part of a new spreadsheet product called Lotus Improv.  LotusScript 2.0 added the ability to work with Notes...

History Of LotusScript - Part 1

Peter Presnell  |   |  Tags: lotusscript .dominoframework  |  Comments (2)  |  Visits (64)
A large part of the .DominoFramework involves extending the base LotusScript classes provided by Notes such as NotesDatabase, NotesDocumentCollection, and NotesDocument.  Extensions that I would hope one day may be included as part of that next great...

Document Locking

Peter Presnell  |   |  Tags: documentlocking .dominoframework  |  Comments (1)  |  Visits (36)
Document Locking continues to be a frustration for me to implement.  Despite all my best endeavours I have simply not been able to implement Persistent Temporary document locking with Notes 6.0 so that it works reliably.  I have in which it...

.Domino Framework Roadmap

Peter Presnell  |   |  Tags: .dominoframework  |  Comments (0)  |  Visits (58)
For those of you that have found the code contained within the .Domino Framework usefull, the following is a brief roadmap for the project.   July 2008 : Beta 0.6 is planned as the last public beta for the framework.   No major...

Working with Holidays

Peter Presnell  |   |  Tags: holidays .dominoframework  |  Comments (0)  |  Visits (24)
I have been working on a couple of applications recently which manage milestones.  In setting the milestones it is necessary to adjust them so that they do not fall on weekends or official government holidays.  To achieve this I have utilized...
  • Show:   10  |  20  |  50  |  100  items per page
    Previous  |  Next
Jump to page of 4
Skip to main content link. Accesskey S
IBM Lotus Connections Help Tools About

Tags

A tag is a keyword that is used to categorize an entry. To view the entries with a particular tag, click a tag name or enter a tag in the box.
The tag cloud indicates the frequency of tag use. Popular tags appear darkest. The slider control adjusts how many tags are displayed in the tag cloud.

Featured Blog Entries 

A sampling of recent entries