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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2939 - 2968 of 3574   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2939
I seem to remember someone posting a way of recovering data from a 'Truncated' database, but for the life of me I can't find the document. I think I'm having...
ron.devereux@...
rpd153
Offline Send Email
Jun 1, 2009
1:20 pm
2940
We're on Notes 7. If someone sends a .ics attachment in an e-mail (to Lotus Notes), Notes processes it correctly. I presume that's what Gregg was referring...
Patrick Trapp
ptrapp@...
Send Email
Jun 1, 2009
2:54 pm
2941
Atish, I've actually been on vacation for the past week, so I haven't done anything with it yet... lol What do you mean doing a search? The only agents/code...
bjulian@...
bejulian21
Offline Send Email
Jun 1, 2009
3:46 pm
2942
Thanks for the replies, and my apologies for the confusion. Yes, we're dealing with "some other fashion." We have a web-based, third-party app for...
smurrayathesc
Offline Send Email
Jun 1, 2009
7:28 pm
2943
Too bad their app doesn't just e-mail the .ics to the student. That might take care of everything for you. You know, click the link, get prompted for your...
Patrick Trapp
ptrapp@...
Send Email
Jun 1, 2009
8:51 pm
2944
Yes, well, <cough><cough> that certainly would have been my suggestion had we been involved, or even informed, at some point before final testing began....
smurrayathesc
Offline Send Email
Jun 1, 2009
8:57 pm
2945
Now that I understand what's going on, maybe this will help. Assumes Windows. On your own system, save the ICS file. Then right-click and choose Open With....
jdillon@...
Send Email
Jun 1, 2009
8:58 pm
2946
Hey All, I have started working on a lotus script solution for this issue. However I am having problems verifying time for these requests. It seems like if I ...
bjulian@...
bejulian21
Offline Send Email
Jun 1, 2009
9:40 pm
2947
Not sure about the variable/field types of your code, but in general, what you want to check for is ((RequestedStartDateTime >= ExistingStartDateTime) AND...
smurrayathesc
Offline Send Email
Jun 2, 2009
2:07 pm
2948
The problem with this approach is this: You can tell Windows to use Notes to open the file with no problem. BUT, when you double-click on the file, Notes...
smurrayathesc
Offline Send Email
Jun 2, 2009
3:38 pm
2949
Hmmmm. I looked in my Notes.Ini file. I don't know if playing with these sorts of values will help, but it might be worth a shot: EDITIMP17=WordPerfect...
jdillon@...
Send Email
Jun 2, 2009
3:46 pm
2950
I was trying to use the following code snippet that a previous developer had saved on forcing the Save and Close button to be pressed to Save and Close a...
bjulian@...
bejulian21
Offline Send Email
Jun 4, 2009
1:51 pm
2951
Just wanted to let everyone know how I fixed this.. ... Here is the code I used in the UsedSaveButton field: Default Value = "No" Input Validation: ...
bjulian@...
bejulian21
Offline Send Email
Jun 4, 2009
3:25 pm
2952
*Problem: *I have a form with a RTF field and want to make sure that the user has typed/pasted/attached something in it before allowing a save. *Issue: *I...
Atish Sanyal
sanyal
Offline Send Email
Jun 5, 2009
5:19 am
2953
2-4 years hands on lotus development experience * Technical Skills required: - Lotus Script - Lotus Formula Language - Lotus Designer - Domino Notes *...
HT KHOO
ckht118
Online Now Send Email
Jun 5, 2009
7:22 am
2954
I don't think I've used this, but I copied it to my code bin just in case. The reference link is at the bottom. Cheers, Brian Amith Narera 05.13.2008 You may...
Brian Moore
herald5
Offline Send Email
Jun 5, 2009
2:40 pm
2955
Can anyone tell me what I am doing wrong? I am trying to get the current date into a string value in LotusScript. I am in Notes version 7.0.2 Here's the code: ...
Jean.Stachler@...
jean_stachler
Offline Send Email
Jun 5, 2009
8:50 pm
2956
Hi Jean, that code should be working... Dim dateTimehold As New NotesDateTime( "" ) Call dateTimehold. SetNow Dim holdingCurValue As String holdingCurValue =...
Michael Ruhnau
m_ruhnau
Offline Send Email
Jun 5, 2009
9:16 pm
2957
If you want just the date, use dateTimehold.DateOnly. -rich...
Richard Schwartz
rhsatrhs
Offline Send Email
Jun 5, 2009
9:23 pm
2958
Hello, check this link: ...
Roxana Nita
ron17ro
Offline Send Email
Jun 6, 2009
7:44 pm
2959
Howdy, I am having difficulty finding a server side setting that will send all server side generated messages in a MIME format rather than Notes Rich Text....
rharris@...
rebarob
Online Now Send Email
Jun 8, 2009
5:50 pm
2960
I would look into the policies to see if this can be set for each user, or alternatively via the SMTP settings in the server document. Have you checked the...
Mike Resnick
sys1002
Offline Send Email
Jun 9, 2009
4:13 pm
2961
Thank you for the information. The server is the sender for many of the messages, either that or the last person who signed the agent, so I'll look into if...
Robert
rebarob
Online Now Send Email
Jun 9, 2009
5:34 pm
2962
My understanding is that location and server settings do not apply to any agent-generated messages. If you want to generate MIME in an agent, you have to use...
Richard Schwartz
rhsatrhs
Offline Send Email
Jun 9, 2009
5:48 pm
2963
The thing is we want all messages from the server to be in MIME format. We can't reprogram the agents to send in MIME format. Most of the emails being sent...
Robert
rebarob
Online Now Send Email
Jun 9, 2009
6:11 pm
2964
If you want to avoid reprogramming, I think the only option available to you is probably the CoEx Links product from Genii Software. -rich...
Richard Schwartz
rhsatrhs
Offline Send Email
Jun 9, 2009
6:15 pm
2965
Thank you for the Genii Software plug. May have to go that route, but currently there is no $$$ allocated for this....
Robert
rebarob
Online Now Send Email
Jun 9, 2009
6:39 pm
2966
Just wondering if anyone has started using the iPhone for their business with Lotus Notes, I believe that UltaLite iNotes for the iPhone? Or if you are...
Michael Webb
spida_bos
Offline Send Email
Jun 9, 2009
7:19 pm
2967
Hello. I have tried iPhone 3G, but it failed when trying to sync it with my Apple Macbook Pro and Notes. I had to buy a 3rd party software to achieve that. ...
Andrei Bostan
andreibostan...
Offline Send Email
Jun 10, 2009
6:49 am
2968
We do have some iPhone users accessing mail. (Including me, but unlike some, I don't live on my iPhone :-) iNotes in ND8 has a neat mobile interface that works...
Atish Sanyal
sanyal
Offline Send Email
Jun 10, 2009
12:46 pm
Messages 2939 - 2968 of 3574   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