Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gamesman

  1. gamesman

    automate email for outlook Appointment reminders

    Thanks guys. Jeff Hughes MT(ASCP), MCP, CIW, CNA
  2. gamesman

    automate email for outlook Appointment reminders

    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
  3. gamesman

    automate email for outlook Appointment reminders

    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...
  4. gamesman

    Best Practice - Setting up Mail server in DMZ

    Check your ACL and set Anonymous to "No Access". Jeff Hughes MT(ASCP), MCP, CIW, CNA
  5. gamesman

    Retrieve NTDomain User Name

    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...
  6. gamesman

    BB Enterprise-Domino server/"Out of Office" broken

    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...
  7. gamesman

    E-Mail will not Delete from Inside

    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
  8. gamesman

    Notes 6.5.x - notes.ini file

    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...
  9. gamesman

    Notes 6.5.x - notes.ini file

    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...
  10. gamesman

    Swapping files on two servers

    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...
  11. gamesman

    Need help with FTP relay host

    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...
  12. gamesman

    urgent help: question reply buttons in email...

    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...
  13. gamesman

    Not able to capture Keypress for (13)

    Thanks. Apparently the error was in my validation code. It's working ok. Gamesman jhughes@barbhosp.com MT(ASCP), MCP, CIW, CNA
  14. gamesman

    Not able to capture Keypress for (13)

    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...
  15. gamesman

    looking for help with Automated FTP problem

    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...

Part and Inventory Search

Back
Top