Newbies EddB Posted October 11, 2005 Newbies Posted October 11, 2005 Hi, In Microsoft Excel we are using a formula which takes information from another open application and enters the information into a cell in Excel. The formula we are using is: =AXLDDES|'AV..L'!MID_PRICE Is there anyway to imitate this in FileMaker, perhaps with a DDE command? so that the information is brought into a field in FileMaker Many thanks
Wim Decorte Posted October 11, 2005 Posted October 11, 2005 DDE is very old and very dead technology. Not supported by Microsoft anymore. But if you insist on using it, you can only *send* DDE commands from FM, FM does not respond to any DDE commands sent to it from another app. To get data into FM you have these options - web interface - ODBC - import - paste - plugin API You can run a script in FM from the outside (see "ActiveX" in the FM help file) but unfortunately you cannot pass that script a parameter, which would solve all your problems because then you could pass your calc to FM as the script parameter. Go here and add an entry asking for script parameters through ActiveX. http://www.filemaker.com/company/product/feature_request.html
Recommended Posts
This topic is 6984 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 accountSign in
Already have an account? Sign in here.
Sign In Now