Has anyone noticed problems with NotesTimer?

Hi Folks,

Has anyone had any problems using NotesTimer?

I’m getting a frozen hour-glass when opening a form that has the following code in its postopen:

Dim w As New NotesUIWorkspace

Set uidoc = w.CurrentDocument

Set eTimer = New NotesTimer(3, “Elapsed time since opening document”)

eT = 0

empIDFlag = 0

On Event Alarm From eTimer Call eTimerHandler

'Note: eTimerHandler just sets a few fields using uidoc.fieldsettext

'and then refreshes hide formulas.

This is an old database (designed in 4.6) and is currently running on 5.0.10 servers with an R5 ODS.

There aren’t any problems accessing this with 5.0.10 clients, only when accessing the database using a Notes6 client (any release).

Any similar experiences or ideas/suggestions?

Thanks,

Luke Coverdale