Wednesday, October 15, 2008

Lotus Notes Prevent Copying - forward that mail!

create an agent ->


FIELD $KeepPrivate := $KeepPrivate;
@If($KeepPrivate != "";
@Do(@SetField("$KeepPrivate";"");
@Prompt([OK];"$KeepPrivate Flag Disabled";"The selected message can now be forwarded/copied!"));
@Prompt([OK];"$KeepPrivate Flag Not Found";"The selected message does not appear to have forwarding/copying disabled."))

did realised this exist till now. bow to all LN programmers!

hahahahahaha!!!!!!!!!!!!!

Thursday, October 9, 2008

not able to open any .msc files in winxp

the resolution for both problems opening the mmc and saving it is as follows: Go to run box and run regsvr32 C:\Windows\system32\msxml3.dll

RegSvr32 MSXML.DLL
RegSvr32 MSXML2.DLL
RegSvr32 MSXML3.DLL

not able to open any .msc files in winxp

the resolution for both problems opening the mmc and saving it is as follows: Go to run box and run regsvr32 C:\Windows\system32\msxml3.dll