When delivery confirmation is asked we get the follwoing message: Your message was successfully relayed by homail.alruqee.com at 01/01/2008 08:01:53 PM to the...
I haven't encountered this, but are you sure the problem is with your Domino server (homail.alruqee.com)? The error might be intended to let you know that...
Patrick Trapp
ptrapp@...
Jan 2, 2008 2:34 pm
878
is the smtp server at 192.168.0.238 a domino 7.5 smtp server? ... From: <Ginfotech.Monir@...> To: <lnotes-l-new@yahoogroups.com> Sent: Wednesday,...
http://www.us-cert.gov/cas/bulletins/SB07-365.html IBM -- Domino Web Access IBM -- Lotus Domino Web Access Multiple stack-based buffer overflows in the IBM...
I have two users who are having issues with their out of office notification, every morning it asks them to disable the message, however, it is not sending out...
Could you delete the OOO in the local replica, then replace it with a copy from the server replica? Brian Brian M. Moore Senior System Analyst Brunswick Boat...
I know I should have searched the list for this, but I googled it and couldn't find anything that was close. I have a text list returned from an @DBColumn. I...
Use @ReplaceSubstring(dbcol; ", "; " ") to replace the comma-space with just a space. Esther Strom, PCLP Notes Application Development McDougal Littell A...
You want the following HTML? <a href="/WebDbName/cpl!openform&A">A</a> <a href="/WebDbName/cpl!openform&B">B</a> <a href="/WebDbName/cpl!openform&C">C</a> <a ...
Almost time for Lotusphere so who on the list is going? I will be there. Hopefully the weather will be nicer then it was last year (cold and rainy for most of...
Mike: I'll be there. Staying at the Caribbean Beach (still - somewhat "walking" distance). :-) Saturday there are a couple of things, the Gonzo Lotusphere...
... I'll be there. Can't break my streak of 15 in a row! Staying at the Dolphin this year. ... On Saturday night there's generally a large crowd of people...
I have some LotusScript that I am trying to pull out the month value only. As always, working the the datetime value seems to be a bit tricky. Here is what I...
Hmmm, Without testing, I'd say to simplify: set doc = view.GetFirstDocument intMonth = Month( doc.GetItemValue( "LogTime" )( 0 ) ) in other words, you don't...
Thanks all for your help. Using the technique below worked great. Now, one more question, and sorry for my stupidity with this, but how do I get the current...
Just to let everyone know that you don't need to respond to my question, I found the answer.... so very simple mon = Month(Now()) Thanks all for your help. ...
I'll be there for my second time. I couldn't get a room at the Dolphin or Swan so I'm as the Disney Beach Club Resort. Is that the same thing as "Yacht and...
I'm trying to see if I can scan serveral database applications (via LotusScript or API) to see if a all forms within the design of the database has the...
... Swan ... and ... The Yacht Club and Beach Club are two separate hotels, with separate entrances; but they're connected and they share some common...
If you're at the Yacht Club I highly recommend the Yachtsman's Steakhouse. There's a good sushi place over at the Swan too (Kimonos). Among other things it...
I have been to the Yachtman's in the past very good food. This year I will going over to Shula's on Tuesday night (meeting with my IBM rep). I hear the food...
I would have thought that you could get at the field property (and that IS a field property, not a form property) via DXL, since everything else under the sun...
... will ... IMHO, the portion sizes at Shula's are criminal. In a hotel venue where 95% of the diners have no possibility of taking a "doggie bag", serving ...
We have an existing Domino application (HelpDesk) that currently has our customer data in an NSF. The application gets the relevant customer info (phone #,...
I haven't done this, so no guarantees, but isn't this what the Data Connection element is for? Esther Strom, PCLP Notes Application Development McDougal...
hai all, Can anyone help me how to setup archieve & compact all mail database (alluser ) to 100 MB & how to deploy quto policy to all user on Domino R 6.5 ? ...
hai all, Can anyone help me how to setup archieve & compact all mail database (alluser ) to 100 MB & how to deploy quto policy to all user on Domino R 6.5 ? ...
We have an app here that does the same thing. If the ResultSet it too large, it returns a message that the user needs to enter more characters. If it's the...