Newbies rip Posted August 26, 2005 Newbies Share Posted August 26, 2005 I have a suite of excel spreadsheets that plan and run my production. I have a new Filemaker database for my quality documents. (my new IT guy is filemaker mad) I want to trigger printing the quality documents from my excel spreadsheets. I dont reaaly want to convert my production plan over to filemaker as it works perfectly and everyone in teh business is used to it. Can it be done? If so how? Thanks Roger Link to comment Share on other sites More sharing options...
onefish Posted August 26, 2005 Share Posted August 26, 2005 Unfortunately FM does not accept DDE comands from external applications. It does send them though. Maybe you could use FM to send comands to the excel spreadsheets instead. I have had quite a bit of success with using FM to execute commands in excel. Virtually any excel macro command can be executed through DDE execute from FM. Excel's limitation is 200 commands in a single DDE transfer. You can always execute a second DDE if you require more to produce your reports. Link to comment Share on other sites More sharing options...
Reed Posted August 26, 2005 Share Posted August 26, 2005 You can use VB to control filemaker with ActiveX. Link to comment Share on other sites More sharing options...
onefish Posted August 27, 2005 Share Posted August 27, 2005 Reed, I have not ventured quite that far yet but would be very interested to learn. Do you know where I can find some resources on the subject? Link to comment Share on other sites More sharing options...
Reed Posted August 27, 2005 Share Posted August 27, 2005 There is some information on Filemaker ActiveX in the Filemaker help. I don't know if there are any books on the subject, but there are obviously many books on Visual Basic in general. I've not ventured too far down this path, since most of what I want to do to extend FM has been possible with shell scripts, perl, and AutoIt. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6674 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