PDA

Click to See Complete Forum and Search --> : Can't create Notes Session object


OhYeahLach
Apr 28th, 2002, 10:59 AM
I am uses early binding to create a Notes Session. When notes is open and is prompting you for the Password ("Enter Password"), the code freezes on this line:

Set DomSession = New NotesSession

Is there a way to prevent this, or do I need to check for this window and get rid of it before executing my code?