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 daleflannery

  1. daleflannery

    Turning of the sending of a return receipt

    Notes does not easily give the means to bypass this normal function of mail handling. However, if you have "Mark preview as read" NOT set in the user preferences, a return receipt will not be sent when you preview the mail. Other ways are to remove the RR request flag before opening (FIELD...
  2. daleflannery

    Lotus Notes 6.5 logout screen appears

    Is it possible you have a memory resident add-in that is doing the equivalent of <F5>????
  3. daleflannery

    HELP - Lotus Domino and ACL Problem

    Please confirm: 1. Database is on server 2. Your name is a member of group &quot;Administrator&quot; 3. Database ACL specifies group and name with (at least) Reader access. 4. You are accessing via server not local replica If all 4 are true, check the following: 1. Your name is correct (rename...
  4. daleflannery

    HELP - Lotus Domino and ACL Problem

    Dear ToaD z I understand your frustration at your own lack of knowledge and inability to make youself understood, but aggressive comments will ultimately be unhelpful to your cause. (You are really looking for someone who &quot;knows what YOU are talking about&quot;) You made yourself...
  5. daleflannery

    Sending mail with rich text

    This works in Office/97 Add into your project references the following file: c:\lotus\notes\domobj.tlb (where c:\lotus\notes is your lotus notes program directory) Option Explicit Private Sub CommandButton1_Click() Dim body As NotesRichTextItem Dim dataDir As NotesDbDirectory...
  6. daleflannery

    Notes mail and Applet

    Maybe run a Java agent from the button? Find me @ onlinecorporatesoftware.com
  7. daleflannery

    Dectecting what OS Notes is working on

    '*** Does not cater for Win 2003 - Run in debug to detrmine the values to check for 2003 or later OS levels Option Public Option Declare Option Compare Nocase Private Type OS_VERSION_INFO_STRUCT dwOSVersionInfoSize As Long dwMajorVersion As Long dwMinorVersion As Long...
  8. daleflannery

    Set default dir for attachments

    You can set the FileDlgDirectory ini variable at startup. One way to do this would be to start Notes from a batch file and before notes.exe runs use the find command to filter out the FileDlgDirectory= line from notes.ini then use the copy command to append the FileDlgDirectory=h:\ line to the...
  9. daleflannery

    Administrator Client Install

    Do NOT install on server - This is Lotus instruction. If you did, it MUST be in a different directory. Sounds like the code is not re-entrant or maybe different versions of the dll's are used in the admin client to the server? The fact that it does not work on your PC is a configuration issue...
  10. daleflannery

    Notes programmed Reply

    Use stationery Find me @ onlinecorporatesoftware.com
  11. daleflannery

    HELP - Lotus Domino and ACL Problem

    Create a group called &quot;Administrator&quot; Add &quot;John&quot; as a member of the group. Find me @ onlinecorporatesoftware.com
  12. daleflannery

    Cannot Receive Internet Mail

    Have you tried a different internet email address in the person document? Find me @ onlinecorporatesoftware.com
  13. daleflannery

    Cannot Receive Internet Mail

    Try creating another person, with a similiar email address in the person doc. If that is working OK (test by sending email from hotmail to them) then change the mail file in the new persons mail file to the saved mail file. Test with hotmail again. Delete that old person, rename the new person...
  14. daleflannery

    Cannot Receive Internet Mail

    Is the internet address defined in the person document? Try looking at the mail events log to see if the mail comes in but is not delivered. Does it become dead mail in the servers mail.box? Is a delivery failure returned to the sender? They don't have mail rules that will folder everything...
  15. daleflannery

    E-mails from notes are just as vunerable as others,,,, right?

    cazulp Notes CAN cross-certify different organizations (not the same as domains, though many people use the terms interchangeably). I think you have hit apon another option here - native Notes to Notes mail is another way to pass secure mail over the internet (which is after all, just a very...

Part and Inventory Search

Back
Top