I created the record below in September 2005, off of this list: ++++++++++++++++++++ Ok, here is what i do, I have this code in my JS Header function...
Oh, and if you click box "Refresh fields on keyword change" for a keyword field, the form will refresh. Brian Brian M. Moore Senior System Analyst (Lotus...
I have a field titled "country". The field is a dialog list with all of the countries listed. I have the field set to default with "USA". I have another...
The settings for Traveler on your phone may be set to not show any or download them. Open Traveler, then settings and check what you have asked for. Secure...
If the user no longer has Notes on their pc, you can not call it up, of course. Is it possible the windows registry has been changed(again by MS)during a file...
Validation of multi-choice fields is quite difficult in javascript, what I do is to use the onchange event to populate a 'hidden' editable field. The code I...
I've inherited an application which instead of using native Notes Reader/Author security, uses a custom LotusScript procedure to check the current user against...
In Admin4.nsf you should see the task that was run to modify the namefields. You can instruct adminp to rerun the task. Prior to that make sure you modify the...
Which task would be responsible for renaming Name fields? There is one for Reader/Author fields, but not one listed for Name fields. If/when I find the task...
I had a conversation with our Personnel Manager this morning concerning our application web site and the changes they are wanting to make. They are wanting to...
Does anyone know or have a database that can be used as a Server Home page that is simply a list of databases that are web enabled (only ones we define) on...
We recently did something alolng those lines using a multivalued filed with a dialog list wthe a formula pulling the listings from another source. Depositor...
I'm trying to wrap my head around something and having no luck, so I'm hoping someone can shed some light. The scenario I face is this: We currently have a fax...
Patrick Trapp
ptrapp@...
Oct 3, 2008 5:08 pm
2133
I don't know of one that exists, but it wouldn't be hard to do. I can think of two ways, depending on how you're defining the databases to include. If you want...
Yes, it's definitely doable. One important question, though, is how many postings are active at once. That will determine whether you can do it with ...
Definitely this is something that can be done with Domino, you will need to consider several aspects, an important one will be secuirity, specially when the...
So, back to this again... replicate/copy is turned off in our production NAB and it's taken this long to get the person docs in question copied over to our...
On my server, when I set the mail system to Other, I leave the domain blank. Does it make any difference for you if you clear that field on the 'bad' ones? ...
Patrick Trapp
ptrapp@...
Oct 7, 2008 5:07 pm
2138
Hi Can anybody spot what's wrong with the following? The idea is to present a list of people (stored in pmidoc) who match the surname stored in 'key' in a ...
A few questions: - Does "doc" have a field called "Namematch" to receive the results of the dialog box? - Is "doc" your current document? If so, what happens...
Thanks for the response Yes, it's the << This field is an editable listbox using 'namematches' as the formula for the choices.>> Nothing any different - I had...
Just a quick glance without close scrutiny, so maybe I'm off-base, but.... CNID = Trim(Left(doc.Namematch(0),6)) refers to "Namematch" but elsewhere you refer...
I understand why you would use "an editable listbox using namematches' as the formula for the choices" on the "namelookup" form, but why on the form used for...
I think the debugger stop at the dialogbox. It's all fine up until that and the namematches field contains the multiple values of the array, the dialogbox...
Perhaps I should state how I think it should work. I've renamed the fields to make them a little more distinct. The objective is to display a list of people...
I will be out of the office starting 10/10/2008 and will not return until 10/14/2008. I will respond to your message when I return. If you need immediate ...