Jump to content

exporting to excel


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

Recommended Posts

  • Newbies

is it possible to create a script that will export data to excel, AND automatically open it after it has been exported?

currently i have a script that will export data from the fields into a comma seperated file. what i'm stuck on is getting filemaker to open up that file with excel. is that possible? thanks

Link to comment
Share on other sites

there is a corresponding script step which does just the same,

send apple event

of course, you will have to check for the platform first

if(abs(status(currentplatform)=1, -- MacOS (-1 = OS X, 1=MacOS)

send appleevent [odoc, export.txt,MSExcel]

else

send message[odoc, export.txt,MSExcel]

endif

Link to comment
Share on other sites

This topic is 7613 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.