Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 12 of 12

Thread: Is there a possibility to send a OLE-object in a mail?

  1. #1
    Senior Member eisefr's Avatar
    Join Date
    Nov 2001
    Location
    Germany
    Posts
    538

    Default

    hello together..



    does someone knows about a way to send a OLE-object in a email?

    I generate emails with the macro.mail1 or macro.mailmany - application.



    Now we have the case that it would be good if we could send a word-dokument trough a email.



    Maybe someones did figure that out already?



    greetings from Germany.

    Frank




  2. #2
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default

    What does Peregrine support say about this?





    Regards Tommy

  3. #3
    Senior Member eisefr's Avatar
    Join Date
    Nov 2001
    Location
    Germany
    Posts
    538

    Default

    I have still 2 open tickets there.



    1 for a problem with our database.

    1 for that "focus out event"-problem



    Since 3 days i didn't hear something anymore.



    I thought i may could find a solution faster in a forum...



    Greetings

    Frank




  4. #4
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default

    Maybe You can use Connect.It, I am not sure it should be done but as fas as I can see from the documentation Connect.It can at lease send attachments to SC. It is not clear if it can do it the other way also.



    Regards Tommy

  5. #5
    Senior Member eisefr's Avatar
    Join Date
    Nov 2001
    Location
    Germany
    Posts
    538

    Default

    Is that a tool from peregrine?

    Or can i get a testversion of that program?



    Ciao

    Frank

  6. #6
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default

    Yes it is a product from Peregrine.



    You should be able to get a test licens from Peregrine Support.



    Regards Tommy

  7. #7
    Member
    Join Date
    Feb 2002
    Location
    Paris, France
    Posts
    74

    Default

    The version 3 of Connect.It will have a functionality allowing to send and receive any Attached Files to a mail !!!!



    The version 3 will be normally available around june.



    Guillaume

  8. #8
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,272

    Default

    V3 of Connect.It has been released 2 weeks ago.

  9. #9
    Senior Member eisefr's Avatar
    Join Date
    Nov 2001
    Location
    Germany
    Posts
    538

    Default

    We just ordered Connect-It the past week.

    I hope Peregrine sends us thew new version of it :smile:



    Thank's for your information Tommy.



    Bye

    Frank

  10. #10
    Member
    Join Date
    Nov 2001
    Location
    Boston, MA - United States
    Posts
    79

    Default

    Frank if you have access to Peregrine's support website you could actually download Connect.It if you don't want to wait.. And they would probably give you an auth code since you already purchased it.

  11. #11
    Junior Member
    Join Date
    Apr 2002
    Location
    United States
    Posts
    9

    Default

    Sorry guys, no way to attach a file to an e-mail, using standard ServiceCenter utilities that I am aware of. In the case of Connect.It, you can read directly from tables within SC, not just the eventout queue, but not blob data, as an attachment would be. Only text data is supported with Connect.It.



    I did see a clever workaround for this once upon a time. On the form from which you want to send the e-mail, you can have a field that will store the path and filename of the file you want to attach. Then, create a custom output event type. Calling axces.write from format control subroutines, pass the contents of text field for the message in as string data, creating an output event that contains the address, subject, and text of the message as well as the attachment path and filename. Using the SCAuto SDK, code up a quick application in VB that will query the eventout queue for events matching your new type, pick up the event, attach the file, and send it on it's way. Naturally, the path to the file you want to send will have to be referenced from the perspective of the server, such as a share directory. This assumes a Windows-based server as well.



    Might take a day or so to engineer, but it a viable workaround that shouldn't cause you any headaches.



    -Geo

  12. #12
    Junior Member
    Join Date
    Apr 2002
    Location
    United States
    Posts
    9

    Default

    Sorry guys, no way to attach a file to an e-mail, using standard ServiceCenter utilities that I am aware of. In the case of Connect.It, you can read directly from tables within SC, not just the eventout queue, but not blob data, as an attachment would be. Only text data is supported with Connect.It.



    I did see a clever workaround for this once upon a time. On the form from which you want to send the e-mail, you can have a field that will store the path and filename of the file you want to attach. Then, create a custom output event type. Calling axces.write from format control subroutines, pass the contents of text field for the message in as string data, creating an output event that contains the address, subject, and text of the message as well as the attachment path and filename. Using the SCAuto SDK, code up a quick application in VB that will query the eventout queue for events matching your new type, pick up the event, attach the file, and send it on it's way. Naturally, the path to the file you want to send will have to be referenced from the perspective of the server, such as a share directory. This assumes a Windows-based server as well.



    Might take a day or so to engineer, but it a viable workaround that shouldn't cause you any headaches.



    -Geo

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts