Saturday, March 28, 2009

Domino 8.5 Exam and CertFX

Has anyone out there used the CertFX practice test to prepare for the 8.5 Admin update ? If so how did you find it ?


Thursday, March 26, 2009

Australian Defence scraps Vista, Office, Exchange Server upgrades

All the details are here -> CIO

I just hope they are going to put the money into sorting out a real solution for our men and women fighting in Afghanistan. Maybe they could just turn their Domino servers back on... maybe they are still there.


Better still buy some pesticide and spray the opium crops and deny the Taliban the money they use to kill us and our kids.


Friday, March 20, 2009

How do you refresh an outline in the 8.X standard client ?

I've tried uiworkspace.outlineReload, and uiworkspace.reloadWindow() but nothing works.

For example:

Dim session As New NotesSession
Dim db As NotesDatabase
Dim outline As NotesOutline
Dim entryA As NotesOutlineEntry
Dim entryB As NotesOutlineEntry

Dim workspace As New NotesUIWorkspace
Set db = session.CurrentDatabase
Set outline = db.GetOutline("mailOutlineH")
Set entryA = outline.GetFirst()
Set entryB = outline.Createentry("My New Entry",entryA,True)
Call outline.save()
Call workspace.OutlineReload("mailOutlineH","")
Call workspace.reloadWindow()

But nothing happens.. btw it works in the Basic client.

Anyone got any ideas.

Cheers

Wednesday, March 18, 2009

Has anyone seen doco on the @whichfolders function ?

You can see this function being called in the 8.5 template to get a list of the folders a document belongs to, and I'm searching for information about it.

I'd like to know what the pre-reqs to using the function are (other than an 8.5 client on an 8.5 server with an 8.5 template)? Any ideas ?

Kind regards,

Adam