I think I already know the answer to this question - But the only way to be sure is to program it and try it. Or be rescued by someone who has already been...
I can't answer that specific question, but would it be possible to make a local replica of the database on the workstation that has the requisite access?...
Patrick Trapp
ptrapp@...
Jul 2, 2007 5:45 pm
320
Wow, it's been very quiet on the list. I am adding some requested notifications to the reservations database. Originally, I was modifying the QuerySave event...
Patrick Trapp
ptrapp@...
Jul 3, 2007 7:53 pm
321
Every now and then, the default value in the "Refresh Design From... server" dialogbox gets set to something. Why does it happen, and how do I set it back to...
I have a QuickPlace 7.0 server that we have used off-and-on and we are trying to put it to use again. While I was working with it, I decided to take a look at...
Patrick Trapp
ptrapp@...
Jul 5, 2007 10:35 pm
323
I will be out of the office starting 07/04/2007 and will not return until 07/09/2007. For immediate assistance with Lotus Notes, Blackberry, EUS Account...
karin.callander@...
Jul 5, 2007 10:42 pm
324
I've found these tips to be very helpful. While you're looking around, check out my tip (and vote for me:)): ...
I feel like an idiot, we have never used roaming mode here or anywhere I have worked (well officially we finagled it with a network share) So setting up...
If you look at the Lotus Notes 7 Help file and search for "roaming", it describes how it will work from a client perspective. Thanks, Dave ... the ... it...
Anyone use any notes or 3rd party mailing list managers? Could you point me in the right direction? I really do not want end users creating or managing groups...
How about setting up a separate address book, cascaded, and let the end users work there? Use Authors (and maybe Readers, if appropriate) fields for those...
What sort of volume are you looking to handle? For high volume, look at Lyris. For low volume, I'd think you could find something on openntf or in the...
If CRM is the way you want to go, then you could try VIC (Vital Information Center?) on OpenNTF.org ... the end ... fields ... groups. ... but I ... you...
What we do is maintain a folder on one of the mail servers which holds users PAB, they can replicate this to their Blackberrys and PDA's and it won't affect...
Thanks for the responses. I will take a look at VIC and possibly a cascading address book. Lyris might be the way to go though, with opt- in/out features etc....
We've used Lyris ListManager (http://lyris.com) for years now. We're currently using version 7 on sqlServer. I've done a bit of Notes/ListManager integration...
I have a scheduled agent running on a Domino R6.5.x server that periodically exports data to an Excel file, then emails it to some users. It's important that...
I'll give you the benefit of my experience in this regard, since I also have applications that generate Excel spreadsheets via scheduled agents. As far as...
hi all. I'm trying to verify that a string contains number or letters but no other characters. I thought this would work: "A-9" Like "*[0-9,A-Z]*" However,...
Getting too close to the end of the day for me to be certain, but... get rid of the trailing asterisk. The first one says to find any number of characters in a...
As far as I can tell, if a hyphen, "-", appears anywhere within a string except at the end, the Like operator considers the pattern matched. @Matches works...
As an admin I have an interest in Domino server stats and in particular customising forms and views in statrep.nsf to more easily show what we need to see....
I can't seem to find any fields that start QOS... Where should I be looking? ... particular ... what we ... fields. ... than can ... values ... 6BPH87.Respo ...
Hi, When initiating a meeting request in Notes, the initiator is identified as 'Chair'. Issue I am facing is that 'secretary' of a committee may be initiating...
I suspect this comes under the Duh caterory for most of you. in lotuscript whats the simple/proper is way to take a 6 character Alphanumeric and convert it to...
By 6 character alphanumeric, do you mean a six-character string, all of which are numerals? If so, you can convert that to a number using Clng(string). Numeric...
Does anyone know of a way to limit the number of documents which appear in a view to 5 regardless of the documents creation date and how many other documents...
Have it return to an embedded view limited to 5 rows? Brian Brian M. Moore, CLS Senior Lotus Notes Developer Averitt Express, Internet Development Phone: (931)...
FWIW, I try to use the string version of the function whenever possible, e.g., Format$() instead of Format(). Kind of a constant reminder that I'm returning a...