Jump to content
Server Maintenance This Week. ×

Script that makes a Outlook task


This topic is 6222 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is there a way to make a script that starts an Outlook Task function in Outlook.

I would like to use outlook to assign items for my team to complete. If there is something that anyone knows of that would let FM do this please tell me.

Thank you,

Joseph

Link to comment
Share on other sites

Sure there is. The coding for this however needs to be done largely outside of FM using VBscript. Once you have a working VBscript you can then integrate that into your FM solution so that it dynamically generates the correct VBscript syntax and executes it.

You'll find some pointers on how to do the latter in this forum, but feel free to ask.

Main question is: how good are your VBscripting skills? That's where this needs to be done.

Link to comment
Share on other sites

2 files on your machine will be a great source. Do a find for:

vbscript*.chm = the VBscript general help file

*vba*.chm = all the MS Office automation help files. One of them will have the OL string in it and that's the outlook help file. It describes the whole Outlook automation model and has a ton of sample code in it. That code is VBA though, not VBscript so you'll have to tweak it a bit.

A good web resource: www.microsoft.com/scripting

On my website you'll find some examples: www.connectingdata.com

Let us know how it goes...

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...

I'm sorry to hijack someone else's topic, but I'm exceptionally curious.

Okay, I'm pretty good at VBScripting... and even have already created a script to create a task in Outlook. That part's easy.

If I read the first response correctly, FileMaker is capable of generating VBScript and executing it. That's fascinating. How would I go about telling it to do that? I can't find anything very specific in the forums and the help file certainly doesn't... "help" in this regard.

Thanks.

Link to comment
Share on other sites

This topic is 6222 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.