Adam Dempsey Posted June 1, 2006 Posted June 1, 2006 From a VB applicaion I call a Script within FileMaker which does an export. I would like to be able to know when the export has completed, so that the VB application can continue. I have looked at sending a DDE message in FileMaker so that VB can detect it but haven't managed to get it working, has anyone else ever tried this or got any other ideas? Cheers
Wim Decorte Posted June 1, 2006 Posted June 1, 2006 Ouch... forget about DDE. It's so dead even the skeleton turned to ashes. Check out the "scriptStatus" FM activex property. You can put your VB in a loop and check FM's script status. When it's done you can exit your loop and continue routine.
Adam Dempsey Posted June 2, 2006 Author Posted June 2, 2006 Ah thanks, thats exactly what I needed, works great : Thanks
Recommended Posts
This topic is 6792 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