Have you ever tried to copy and paste substitutions in server's names.nsf? I'm having problem there for last few years (if I recall correctly). Problem is quite simple, after you tried to paste substitution your Lotus Notes always freeze.
Previously I used ctrl+pause to avoid this freeze but I got new laptop and pause is absent :) (and I do not know how to simulate ctrl+pause).
Hope IBM will fix that in 8.5.3 :)
2 comments :
Daniel Nashed blogged about this problem a few weeks ago.
Should be fixed in 8.5.3 and there is a workaround for the problem mentioned in his blog entry.
http://blog.nashcom.de/nashcomblog.nsf/dx/notes-client-hangs-when-pasting-documents-into-local-or-server-based-names.nsf.htm
Most new laptops don't have the 'Break'key.
On my Dell laptop this key is also missing but:
CTRL+FN+F12
does the job, it sends an BREAK
An other alternative is using a tool like: 'AutoHotkey'
http://www.autohotkey.com/
in AutoHotKey use:
^F12:: Send {CtrlBreak}
This means CTRL+F12 sends the BREAK
good luck
Post a Comment