Jump to content

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

Recommended Posts

Posted

How would one script to open an exterior msword file with a button within a database. Unfortunately, scipting to a url is not an option, as the msword file has to be located in a specific area.

Posted

As "DDE Execute" is only available on Windows, if you're on a Mac (as your icon suggests), I suggest using AppleScript.

Frankly, I don't know AppleScript (never had a need for it, as almost all my clients are Windows-based), so I don't know if you'd have the same problem with defining a pathname. But it seems to me that no matter what you do, you'll have the same problem -- computers are literal-minded and stupid; they can only do exactly what they're told to do.

Posted

You could also use 'Set DDE Execute' to open a Word file - but you will still have the same problem - either the file will need to be placed in the current active folder, or you will have to specify a specific path to the file.

Posted

It also turns out that you can use the 'send message' script to send an open file message to the cpu. If the database and file are both on a shared space, anyone can open the file.

thanks all

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