Search results

  1. S

    Send Email From Microsoft Access The Easy Way

    @enjoysoshua AND all the others that were following this post so as to a resolution. I spoke to SendGrid support and explained the situation. Basically there reply was: "We make changes to our API all the time which is why we always recommend using our libraries as we keep these up to date with...
  2. S

    Send Email From Microsoft Access The Easy Way

    I'll take a look into this further and see what I can dig up.
  3. S

    Send Email From Microsoft Access The Easy Way

    No problem I understand. When you do get around to trying again you might want to consider the suggestions given in this post which may help you troubleshoot the issue: http://stackoverflow.hex1.ru/questions/29592585/adding-attachment-with-sendgrid-npm-not-working?rq=1
  4. S

    Send Email From Microsoft Access The Easy Way

    It should be noted that I can not remember if my pdf corruption happened with SendGrid or some other emailing method... but I do remember having this same issue once.
  5. S

    Send Email From Microsoft Access The Easy Way

    Something else you may try (which should not be necessary but...) is zipping the attachment... at least just to see what happens. I think I remember having this happen when emailing that is my .pdf getting corrupted somehow during the process. Also have you tried different file types? If so...
  6. S

    Send Email From Microsoft Access The Easy Way

    Also do a Debug.Print of your final strAttachment and post it here to see what it looks like
  7. S

    Send Email From Microsoft Access The Easy Way

    My reference to the FileSystemObjects Library was actually from another module where I gathered the file location of attachments through an open file dialog. While you may use the same method I left it out for a simplified version of what was needed. The SendGrid API gathers the attachment by...
  8. S

    Programatically Installing Add-In's within Access

    @speakers_86 I do plan on doing a managed add-in some day... but really for this project it was unnecessary as Access could just as easily handle what I needed. I would gain no benefit going the .Net route for an Add-In. And as I've never created a Managed Add-In before the development time was...
  9. S

    Programatically Installing Add-In's within Access

    @speakers_86 Yes, that's the difference. This Add-In is a "Unmanaged" Add-In.
  10. S

    Programatically Installing Add-In's within Access

    @HiTechCoach After getting feedback for the initial release of the Link Master I went back to the drawing board and completely ditched the .udl file method. The previous version of the Link Master was never recommended for use "As Is" with SQL Authentication because of the use of .udl files...
  11. S

    An Easy Way To Create DSN-Less and ADO Connections Free Open Source Add-In For Access

    For those of you familiar with the previous version, this new version goes well beyond an update in how connections are created and stored. After getting feedback for the initial release of the Link Master I went back to the drawing board and completely ditched the .udl file method. The previous...
  12. S

    Programatically Installing Add-In's within Access

    @HiTechCoach Your right... previously I had tried to host .exe's in which showed that issue... I thought it would do that to any type of application but apparently the .mda file extension is exempt? Anyway I've managed to post the download on my site under the Works tab at...
  13. S

    Programatically Installing Add-In's within Access

    Thanks @Skroll29... much appreciation in the response. Sorry it took a while to get back to you! I've just begun freelancing full time almost two years ago and it seems I never have much time anymore. I have stepped threw your code and it makes sense... especially when I discovered the...
  14. S

    Send Email From Microsoft Access The Easy Way

    My pleasure... glad it worked for your situation
  15. S

    data showing in report view not in print preview

    I had this exact same problem.... it turned out that when I selected Yes on the offending textboxes can grow property there turned out to be a carriage return line feed that were entered into the offending field as I had copied and pasted from Excel. I got rid of them by running an update...
  16. S

    Programatically Installing Add-In's within Access

    @HiTechCoach... Thank you very much!! I believe this is exactly what I need... I am going over the code now and it looks to be it. I'll let you know when it is all ready for deployment... hopefully this week with my current schedule. (I am also creating video demonstrations for the project)
  17. S

    Programatically Installing Add-In's within Access

    @HiTechCoach... Thank you... I greatly appreciate your help. Just an F.Y.I. I am an MSDN subscriber so have all these tools available as well as InstallShield LE. I've also just recently installed VS 2010 and VSTO 2010 for the purpose of trying to create an installer for this tool as what I...
  18. S

    Programatically Installing Add-In's within Access

    @HiTechCoach I've also tried creating a VSTO Managed project following the one tutorial that I've found that walks you thorugh this: https://msdn.microsoft.com/en-us/library/Aa902693%28v=office.12%29.aspx?f=255&MSPPError=-2147217396 for the purpose of creating an installer... The problem I am...
  19. S

    Programatically Installing Add-In's within Access

    @HiTechCoach Thanks... I myself have found it very useful and fast as I am always moving from development to production between different customer servers. When I used to work for employers years ago they had different linking and connection scripts they used but they all seemed problematic and...
  20. S

    Programatically Installing Add-In's within Access

    @MarkK... Yes, thank you. I am trying to make this into a publicly distributed Add-In however.
Back
Top Bottom