Search the web
Sign In
New User? Sign Up
lnotes-l-new · lnotes-l
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2117 - 2146 of 3562   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2117
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...
Brian.M.Moore@...
herald5
Offline Send Email
Oct 1, 2008
12:37 pm
2118
Thanks Brian, that works great.... does just what I needed. Jean Brian.M.Moore@bru nswickboatgroup.c om...
Jean.Stachler@...
jean_stachler
Offline Send Email
Oct 1, 2008
12:42 pm
2119
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...
Brian.M.Moore@...
herald5
Offline Send Email
Oct 1, 2008
12:43 pm
2120
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...
Jean.Stachler@...
jean_stachler
Offline Send Email
Oct 1, 2008
9:00 pm
2121
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...
Keith Brooks of Vanes...
kbmsg
Offline Send Email
Oct 2, 2008
1:34 am
2122
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...
Keith Brooks of Vanes...
kbmsg
Offline Send Email
Oct 2, 2008
1:39 am
2123
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...
ron.devereux@...
rpd153
Offline Send Email
Oct 2, 2008
6:15 am
2124
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...
Mike Miller
mmillerlacrosse
Offline Send Email
Oct 2, 2008
12:53 pm
2125
The easies thing to do may be to create a simple agent in the database which modifies all the appropriate documents....
RA LaRock
ra_larock
Offline Send Email
Oct 2, 2008
2:38 pm
2126
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...
Andrei Bostan
andreibostan...
Offline Send Email
Oct 3, 2008
6:58 am
2127
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...
Mike Miller
mmillerlacrosse
Offline Send Email
Oct 3, 2008
12:45 pm
2128
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...
Jean.Stachler@...
jean_stachler
Offline Send Email
Oct 3, 2008
3:44 pm
2129
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...
Jose del Risco
josedelrisco
Offline Send Email
Oct 3, 2008
4:27 pm
2130
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...
Michael
nobleheart80
Offline Send Email
Oct 3, 2008
4:36 pm
2131
Mike, I will do some tests tomorrow and point and give you a procedure to follow....
Andrei Bostan
andreibostan...
Offline Send Email
Oct 3, 2008
4:58 pm
2132
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@...
Send Email
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...
esther_strom@...
esthermstrom
Online Now Send Email
Oct 3, 2008
5:19 pm
2134
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 ...
Richard Schwartz
rhsatrhs
Offline Send Email
Oct 3, 2008
8:05 pm
2135
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...
Enrique Culebro
eculebro1
Offline Send Email
Oct 3, 2008
8:18 pm
2136
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...
esther_strom@...
esthermstrom
Online Now Send Email
Oct 7, 2008
2:48 pm
2137
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@...
Send Email
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 ...
David Clark
beetroot_soup
Offline Send Email
Oct 9, 2008
1:13 pm
2139
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...
smurrayathesc
Offline Send Email
Oct 9, 2008
1:27 pm
2140
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...
David Clark
beetroot_soup
Offline Send Email
Oct 9, 2008
1:56 pm
2141
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...
jdillon@...
jpmdillon
Offline Send Email
Oct 9, 2008
2:51 pm
2142
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...
smurrayathesc
Offline Send Email
Oct 9, 2008
3:07 pm
2143
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...
David Clark
beetroot_soup
Offline Send Email
Oct 9, 2008
4:08 pm
2144
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...
David Clark
beetroot_soup
Offline Send Email
Oct 10, 2008
7:39 am
2145
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 ...
Michael Webb
spida_bos
Offline Send Email
Oct 10, 2008
12:58 pm
2146
Respected sir,                         in our "Out of Office" we receive the statment I will be out of the office starting ...
Nishchaiy Patel
ibelieve_int...
Offline Send Email
Oct 11, 2008
9:43 am
Messages 2117 - 2146 of 3562   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help