Hey thanks, it works. Because of the security features of 2003 I did have to change "oEmail.Recipients.Add" to "oEmail.To =". Now if I can just figure out how to prevent the dang popup about sending mail on behalf of me, I'll be golden.
Jeff Hughes
MT(ASCP), MCP, CIW, CNA
I want to write a process that will automatically send an email everytime that a calendar reminder kicks off. I know that I probably want to use an "Application_Reminder(ByVal Item As Object)" sub, but I'm not sure what else.
Basically, when the reminder kicks off in Outlook, I also want en...
Notes or web client? I assume if they aren't logging in then it's a web page.
On your web page you can set a cookie with the user id. If the cookie does not exist or is null, then have them enter the information to set the cookie.
You can get the computer login id using "remote_user".
Just...
The problem is with a particular flag that doesn't match up between Notes and BB when using redirects. This flag is part of the calender entries, and is probably the root of your problem.
If I can remember where I saw this info, I will pass it on.
Gamesman
jhughes@barbhosp.com
MT(ASCP), MCP...
It's an "undocumented feature" when using the preview pane. If the user turns off the preview pane, or goes to any other document than that which is viewing in the preview pane, then it should work okay.
Gamesman
MT(ASCP), MCP, CIW, CNA
Without looking at your info directly it sounds like those users with the URL problems, probably have a different Notes directory path than most of your users.
If they have the same directory path or if you are using FQDN for your website URL, then next option would be checking IP routes...
If you check the ini file for a setting labeled setup=######, Where generally speaking that number is equal to the clinet version of the user.
Change that number to 0 (zero) so that "setup=0".
This will force Notes to go through the setup process again when next launched.
Gamesman...
We have two applications that run on different rs6000 machines with AIX 4. Currently our systems send files back and forth by writing out to a tty device while the other machine listens on a corresponding tty. They're connected via SA boxes using ack-ack transmissions. Both machines are on our...
We're running AIX 4.1 on a RS6000 machine as part of a primarly Windows enviroment. As it currently stands we FTP our files to an internal site thats mirrored externally so that the files can be obtained by our clients.
We would like to get the files direct to their locations. I could have...
Here's two suggestions. I'm assuming you have two buttons for each question, Yes and No. Instead of using buttons, Change the fields to Keyword, Radio, 2 columns. This will enable the user to see thier answer and change it.
Also Instead of sending four emails have your submit button to do a...
I have a form on which resides a single textbox and a few hidden fields. In an attempt to save keystrokes for the user I would like to capture the KeyPress Chr(13) - the Enter key - to initate my code. It's not working.
It maybe that I shouldn't be using 13. I'm not sure. Any assistance would...
Thanks. That's what I ended up doing before I saw your post. Now I've got two jobs that run off cron. One to create the files and then one to call the ftp to move them. That works but I'd still really like to know why the darn FTP wouldn't run when jobbed off from the first process while running...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.