I get the following Error when this code excutes in the QueryOpen Event,
“Property or Method is not available during QueryOpen : FieldGetText”
This is the code I am trying to excute.
Dim s As New NotesSession
Dim db As NotesDatabase
Dim ws As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Dim xUser As String
Set db = s.CurrentDatabase
xUser = source.FieldGetText("PUser2")
Please let me know if you have ideas on how to solve this problem.
Thanks