Lotus Notes Registration
Hello!
The registration-windows came up in Notes. I type a false password and a
error-window pops up. Now i can handle the error-window, but the
registration-window is still open in the background. I close the
error-window and want type a new password in the registration-window.
BUT I CANNOT.
Now the registration-window is in front but i cannot access.
I cannot access to windows who are still running in background. If the
window is closed and pop up again, i can access.
Maybe you can help!
## BeginSection: "Registration Lotus Notes 6"
Dialog
Class "#32770"
Title "Lotus Notes"
Ctrl #280
Ctrl #224
Ctrl #225
Ctrl #207 "&Geben Sie Ihr Kennwort ein"
Ctrl #226
Ctrl #231
Ctrl #230 "&Arbeitsumgebung"
Ctrl #2
Ctrl #1
EndDialog
SetPlat LotusNotesID
ReadText #224 ?FullUserName
If ?FullUserName Eq "<NOTSET>"
Else
RegSplit "(.*)/(.*)/(.*)" ?FullUserName $fullname $ounit $orga
Set $Username $fullname
EndIf
Setprompt "Notes Kennwort:"
Type Password $Password #280
Click #1
## EndSection: "Registration Lotus Notes 6"
## BeginSection: "Registration-Error"
Dialog
Class #32770
Title "Lotus Notes"
Ctrl #1 "Close"
EndDialog
SetPlat LotusNotesID
Set $Password ""
Click #1
MessageBox "Registration-Error"
## EndSection: "Kennwortfehler Lotus Notes 6"
|