Hi all,my code:
Dim session As New NotesSession
Dim ws As New NOTESUIWORKSPACE
Dim uidoc As NotesUIDocument
Dim doc As NotesDocument
set uidoc = ws.CurrentDocument
Set doc = uidoc.Document
If doc.Nome(0) = “” Then
…
continue = False
Exit Sub
End If
If doc.competenza(0) = “” Then
…
continue = False
Exit Sub
end If
Call uidoc.Refresh
Call uidoc.save
I have a problem, when i call a uidoc.save property notes display me an error “Notes error #03:F5” ???
I don’t understand what can happen, in how much I only make a save!!!
Excuse me for my english
Bast regards
Gianluca
Subject: Error #03:F5 when i save document ! ! ! !
What happens ifa) you press F9 (document refresh) before you attempt to save
b) if you do File > Save
That might at least give you an idea if the error is coming from this code, or other code.
Tom
Subject: RE: Error #03:F5 when i save document ! ! ! !
Hi Tomas,i try but don’t work, The error doesn’t dIpend on the code, even if I stand in File> Save gives to me the same error!!!
but if i create a new document the error is not visualized.
Bye
Subject: Error #03:F5 when i save document ! ! ! !
Where does this code live?
Subject: RE: Error #03:F5 when i save document ! ! ! !
The error appear when i use file>save on toolbar of notes !!!Not on a code…
Thk’s
Subject: RE: Error #03:F5 when i save document ! ! ! !
You still haven’t answered my question. You posted code, and if you want help with the error, we need to know where the code lives.