This may help to answer your question: http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/index.jsp?topic=%2Fcom.ibm.mq.doc%2Fiq10520_.htm It’s recommended to check the product documentation before submitting your question; that’s generally the best source for instructions like this. For more question guidelines and an intro to our community, check out our FAQ.
Now, I am not an domino expect, but, if I read you correctly, then yes, the server must be up and running because it is looking for the file to run, even thou it is just an index file, it still needs it. I know, pain in the a$$. Think of it this way, opening [...]
In your menu, you should have an option to Delete. Just pick that and then you can mark the emails that you want deleted and then once you are done marking them, you hit delete again, and then they are gone.
Try this code Dim session as New NotesSession Dim ws as New NotesUIWorkSpace Dim rtItemFile as NotesRichTextItem Dim doc As notesDocument Dim uidoc as NotesUIDocument set uidoc = ws.CurrentDocument set doc = uidoc.Document Set rtitemFile = doc.GetFirstItem( "YOUR_RICHTEXT_FIELD_NAME_HERE" ) If Not rtitemFile Is Nothing Then Forall obj In rtItemFile.EmbeddedObjects If ( obj.Type = EMBED_ATTACHMENT ) [...]
Have the system admin log in, if it is not CAC enabled, and set the Out of Office Assistant up and then log out. Done deal.
Some things to look for: Can you open the link with a browser on a laptop/desktop? Can the mobiles touch the server (i.e. are there firewalls in the way)? Is the http task running on the Domino server? Does the user must have a Notes internet password? Is the app web-enabled? Is the mobile browser [...]
Did you try this way ? Call.session.SetEnvironmentVar("AMgr_NewMailAgentMinInterval",1, True)
I guess it is 32K of size. Like you can not enter more than 32000 character
What kind of @function do you use in your view column ?
If you have 2 time/date fields, you can simply subtract them. The result is the time difference in seconds. To get the difference in minutes, just divide the result by 60. If you have a situation that is not that simple, I think you should provide more info. BTW, the Designer help file does a [...]
What version of Lotus Notes did u create ur archives with? Its possible u didnt create it with 8.5. So get to know the version u created it with then get that versionm installed on ur laptop and use it to open the archive. Goodluck.
Contact your administrator – or see the Admin help if you ‘re alone about the FIXUP task Try also to close Lotus Notes and delete the CACHE.NDK file…
Why do you work with “Object” reference and not the Lotus DOM? Your script shoud be : Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Dim doc As NotesDocument Set uidoc = workspace.ComposeDocument(Server, database, strFormname) Call uidoc.FieldSetText("CUSTNAME_TX", "Testing")
Go into your Address book and forward as a VCARD.
1 year back this situation had been faced by me…. i was unable to reciev mails then some one told me that this is the most common issue which is faced by almost all lotus notes users then a people suggested me to migrate my data to outlook with the help any third party utility… [...]
Your best bet - Create new Domino Directory (called namesnew.nsf) use the PUBNames.ntf template. Then copy all the Data into the new Directory. Then shut the Domino server (service) down and replace the Names.nsf with this new DB (rename where appropriate). This rename of the names.nsf would need to be done for all servers in [...]
No there are no “safe folders”. That would pretty much defeat the point of UAC as every virus would simply install into that folder. Some things which will avoid UAC needing to be activated. Don’t have setup or install in the app’s name Don’t reference anything in the C:Windows folder Don’t try to install anything [...]
The “Sent by” happens when the ID of the sender does not match the owner of the mail file being used. For example, a secretary sends a note from his/her boss’s mail file. The recipient will see the message as From the boss, but Sent By the secretary. Another common scenario is when sending mail [...]
Delete cache.ndk; rename desktop6.ndk and desktop8.ndk to desktop6.old and desktop8.old respectively; rename names.nsf to names.old; rename bookmark.nsf to bookmark.old; delete everything in the notes.ini except the first 3 lines and save it. Start the client and go through the configuration process. If the problem is solved, then the problem is with one of the files [...]
Yes i’ve wrote it with Lotus Script agent (and a call to Windows API) Declaration Section : Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (Byval hwnd As Long, Byval lpOperation As String, Byval lpFile As String, Byval lpParameters As String, Byval lpDirectory As String, Byval nShowCmd As Long) As Long Private Const ERROR_SUCCESS = 32& [...]





