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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ddcroit
  • Content: Threads
  • Order by date
  1. ddcroit

    Hotspot link to executable

    Hello community, I am having a bad time in finding out how to send a mail with a link to a program using a hotspot in LotusScript. The code below sends an empty email. '---code--- Sub Initialize() Dim NotesSession As New NotesSession NotesSession.Initialize ("Password") Dim NotesDB As...
  2. ddcroit

    SendObject method - Error 2296

    Hello to all, I am looking for a real expert here. I am trying to fix an error appearing on just one computer. I am using the sendobject method and Error 2296 is appearing. The error description is : "The password is invalid; the message wasn't sent" We have Lotus Notes installed in our...
  3. ddcroit

    Data type handling

    To all, It becomes a common programming error to declare variables in a group. VBA does not support this feature. Dim String1 , String2 as String will declare String1 as a Variant type and String2 as a String type. Using the Variant type when you know the type is not Variant is inefficient...

Part and Inventory Search

Back
Top