Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Applescript help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="jonners99" data-source="post: 735083" data-attributes="member: 69281"><p>Afternoon, I am using the program filemaker but I don't think that is a neccesary prerequisite for my question. I am looking to get filemaker to send information to maxbulk mailer on another machine using apple scripts. The code to do this locally is this:</p><p></p><p>Go to Record/Request/Page[First]</p><p>Send Event ["MaxBulk Mailer - X 4.3.2 (US)"; "DELE"; "AESC"]</p><p>Loop</p><p>Send Event ["MaxBulk Mailer - X 4.3.2 (US)"; "MaxB"; "DATA"; /*Add recipients from Filemaker:<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big grin :D" loading="lazy" data-shortname=":D" />ATA*/]</p><p>Go to Record/Request/Page[Next; Exit after last]</p><p>End Loop</p><p>Send Event["MaxBulk Mailer - X 4.3.2 (US)"; "misc";"dosc"] </p><p></p><p>Basically though I need to be able to send the event to ip 192.168.0.4's copy of maxbulk. How do I go about this?</p></blockquote><p></p>
[QUOTE="jonners99, post: 735083, member: 69281"] Afternoon, I am using the program filemaker but I don't think that is a neccesary prerequisite for my question. I am looking to get filemaker to send information to maxbulk mailer on another machine using apple scripts. The code to do this locally is this: Go to Record/Request/Page[First] Send Event ["MaxBulk Mailer - X 4.3.2 (US)"; "DELE"; "AESC"] Loop Send Event ["MaxBulk Mailer - X 4.3.2 (US)"; "MaxB"; "DATA"; /*Add recipients from Filemaker::DATA*/] Go to Record/Request/Page[Next; Exit after last] End Loop Send Event["MaxBulk Mailer - X 4.3.2 (US)"; "misc";"dosc"] Basically though I need to be able to send the event to ip 192.168.0.4's copy of maxbulk. How do I go about this? [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Applescript help
Top