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 TouchToneTommy 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 Car57

  1. Car57

    E-mailing from Access 97

    Found this at access.superexpert:<br><br>Hope it helps!<br><br>You must use OLE Automation and be somewhat familiar with LotusScript's<br>objects. I wrote the following code to create an attachment in a LotusNotes<br>email based on a file path that is passed.<br><br>Sub CreateNotesEmail(fl As...
  2. Car57

    Storing a ScreenDump in a Variable. How???

    SET sndScreenDump = Me!fltScreenDumpPic<br><br><br>Well,<br>now the code will run but in the body of the message, instead of getting a screen dump I get &#7189;/.<br><br>Ant ideas anyone?
  3. Car57

    Storing a ScreenDump in a Variable. How???

    Actually declaring sndScreenDump as a Variant allows the code to run but the output in the email program (Lotus Notes) looks liike this:<br><br>&#7189;/<br><br><br>
  4. Car57

    Storing a ScreenDump in a Variable. How???

    Hi Guys,<br>I need to send an email of a help desk problem to a vendor.<br><br>I Dim variables and fill them from the open form, but when it comes to the field that holds the screen dump I can't seem to find the correct object. The code I am using is below:<br><br>I'd be very grateful for any...

Part and Inventory Search

Back
Top