• ASND Problems

    By Spiel Verderber 2 decades ago

    Hi Sean,



    somehow the Application didn't work for me and i had great trouble to get it working.



    At first i thought it could be DB misconfiguration at my side or the security problem with agent signing, etc, but then i started poking around the code and finally got it working. (tried it only locally, but that's good enough for me.)



    These are my findings, please confirm if i did something wrong or are these really bugs in ASND Mass Mailer:

    1) The Documents "Form" field in "All Comunications" is named "Communication". So the Agent "Send New Comms Immediatelly" never gets fully executed, it exits in Initialize Method, after Line 19 (Set collection = db.Search(|form = "Communication2" & sentflag = "Send" & delivery = "Immediate"|, Nothing,0))



    2) The "Expand Groups" Button in Select Recipients Dialog didn't work for me. To get it work i needed to edit the "additional_recipients" field and check the "Look up addresses on document refresh" Checkbox in Control Tab. (Forms -> Recipient Dialog Box -> additional_recipients -> Control Tab -> "Look up addresses on document refresh")



    There may be few other bugs, but im using only "Additional Recipients" Field for Mail Sending purposes and thats all what i needed.



    Best Regards



    AM

    • No good deed goes unpunished

      By Sean Burgess 2 decades ago

      This is what happens when I try to clean up a database design and remove some unused forms. LOL.



      I will take some time tonight to check out the code and fix the problems you ran into. Thanks for the feedback.



      Sean—

      • Fixed

        By Sean Burgess 2 decades ago

        Problems have been fixed in 1.11

        • Thanks

          By Spiel Verderber 2 decades ago

          Thanks a lot Sean, keep up the good work!



          AM