LOL - for what it's worth, the script Brian shared uses DXL for several of the types of items found in RT fields, so the work's been done if someone's...
Patrick Trapp
ptrapp@...
Nov 13, 2009 11:04 pm
3607
No, I admit I've not reviewed it. I saw the article and recorded it in my code bin, but I've not had a need to use it, or I would have had some notes. Scanning...
I don't know, Rich.. I don't think the Buddha would agree with you...If you could test for emptiness using DXL, you'd save years and years of mediation and...
For this, there are a couple of options. You could change the view not to show empty categories. Or you could use embedded views to show only those that the...
Nice. Very tempting – might well be worth it despite the short lifespan of this project. From: lnotes-l-new@yahoogroups.com...
Patrick Trapp
ptrapp@...
Nov 13, 2009 9:12 pm
3601
Hi, Maybe you could explore NotesRichTextNavigator the following example is taken from Designer Help :) Sub Initialize Set session = New NotesSession Set db =...
You could try this: http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1312930_mem1,00.html?track=NL-348&ad=639977&asrc=EM_NLT_3633379 Cheers, Brian ...
Is there a way of displaying documents in a categorized view where the documents are not all displayed to the users if there name or role does not exist within...
Thanks, Rich. I might be able to get away with it for this exercise, but it's good to know. The first field in the scenario should have nothing but text - no...
Patrick Trapp
ptrapp@...
Nov 13, 2009 8:51 pm
3597
Or, come to think of it, you can use DXL. But that's an awfully expensive way to test for emptiness. -rich...
That does not rule out the possibility that there is a graphic or other non-text feature in the rich text. Unfortunately, there is no reliable way with the...
Hi, Can you please give more details about your environment? I guess the mail DB are full text indexed? You can try to delete the index on a DB, compact it and...
Well, it certainly *can* cause problems -- but I've seen email files more than twice that size that worked ok. Can't recommend that as standard practice,...
Thanks, Clem. And it's not just you, 10GB is really, really big. I have a user that I thought had no self control and he's never gotten above 4GB. As for...
Patrick Trapp
ptrapp@...
Nov 13, 2009 8:35 pm
3592
Patrick For RichText fields use this to test if it's empty: If doc.GetFirstItem("rtf").text = "" '... There's no text in the RTField End If...
Hi everyone I've got users with HUGE email dbs. I have one in particular who is having email problems. Strange things. I can't say for sure that it's...
Relatively simple LS code, but I've run into a catch. I am formatting some documents for export and need to insert "Not Available" into any blank fields....
Patrick Trapp
ptrapp@...
Nov 13, 2009 7:53 pm
3589
When we built our servers we built them under the same O (HMN)but didn't divide them into separate OUs. We would now like to put 2 different OUs (SPH and SHO)...
I know this will be of no help to you, but Yes they can be, I set them up on my client, but I have no idea how I did this, I tried to set them up for another...
I have just been updated with version Notes 8. Because of another application, I have an old laptop that has version 7 and will not be upgraded to version 8. ...
Jean, In @Formula, when you + two things that might be lists, you get cross-item concatenations. To avoid it, you should force strings out of the lists by ...
The only thing I can think of is to put a tilde in your multivalue filed, and in the column property do a @ReplaceSubstring to turn that into a space. ...
Just Checking my logic.... If my user sends email to different domain. Then that Domain replies with a 5.x.x Delivery Failure of some type (attachment too bif...