BizzyBee’s BizzyThoughts

Think Outside The Hive - About Notes and Web
 
 

Archive for the 'LotusScript' Category

After creating a Notes Mail Database Size Indicator - graphic version, a version for Notes 8 Standard was introduced on Conxsys Blog.

This is a nice peace of work. The only thing I wondered: why would I need it, if you have a mail indicator as a standard feature on the Notes server? Some weeks later I found an answer on this question myself: with my client, they installed Notes 8 Basic (unfortunately not my decision) while keeping the Notes 6.5 server as running platform (unfortunately not my decision).

Read the rest of this entry »

posted by Martin Vereecken Jun 10, 2008  08:06 AM
read (0 comments)

I saw a post on IdeaJam asking for a solution to this problem.

The thing is: if you have an action button on top of an embedded view and this button tries to run code that refreshes or saves the uidoc (t.i. the document that has the embedded view on it), this will crash your client.

Read the rest of this entry »

posted by Martin Vereecken May 26, 2008  04:05 PM
read (7 comments)

Wouldn’t it be cool to have this in your mailbox?

Mail Database Size Indicator screenshot.

Our local admin asked me if this is doable, and I thought it was a brillant idea and a very practical example on how to use this tip: A progress bar in Lotus Notes

It’s an indicator that, eh, indicates how much space you’ve used from your mail database size quotum.

Read the rest of this entry »

posted by Martin Vereecken Jan 11, 2008  03:01 PM
read (19 comments)

Challenge

  1. Find doclink in a richtext field.Doclink in a richtext field
  2. Use doclink to get linked document and retrieve some values from it.

Read the rest of this entry »

posted by Martin Vereecken Dec 14, 2007  03:12 PM
read (3 comments)

When I started developing Viewnify, I stumbled upon all kind of problems and at first it was really hard to discover where the troubles were located.

Viewnify extensively uses DXL to alter the design of all views of a database. For those who don’t know what DXL is yet, it’s an XML representation of Domino data or design elements. In other words, such file can contain all info stored in a document or all design properties from a design element, or even a whole database. This gives you all kinds of powerful possibilities. But with great power comes great responsibility (sorry, I just had to use this quote here, couldn’t resist ;-))

Read the rest of this entry »

posted by Martin Vereecken Dec 12, 2007  10:12 AM
read (4 comments)

I needed some way of listing all design elements that have the property “Prohibit design refresh or replace to modify” enabled. Instead of doing this manually, I created a little agent that does this for me.

Read the rest of this entry »

posted by Martin Vereecken Dec 05, 2007  02:12 PM
read (10 comments)

Saving any changes could cause a loss of design information.

I think you know this phrase. Handy. Necessary. A good thing. But sometimes a pain in the spot where the sun never shines.

This design element has been modified by a later version of Lotus Notes

Read the rest of this entry »

posted by Martin Vereecken Nov 27, 2007  08:11 AM
read (0 comments)

There’s @ReplaceSubstring in formula, there’s the FindAndReplace method for a NotesRichtextRange in LotusScript, but it doesn’t exist for a ordinary string.

This is the shortest (one line of code) function I can think of to build my own FindAndReplace. It can be a very old tip, or a very obvious one, I don’t know.

Read the rest of this entry »

posted by Martin Vereecken Nov 21, 2007  01:11 PM
read (4 comments)

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 3.25 out of 5)
Loading ... Loading ...