123 Posted May 30, 2017 Posted May 30, 2017 Hey, what happens if I create a solution in FM16 and use the "Card Window" feature and someone else who still has FM15 wants to work with my solution? Will this work or is it not even possible to run the FM16 solution? Thanks in advance, Mike
Wim Decorte Posted May 30, 2017 Posted May 30, 2017 It will run but it will throw an error 3 (not supported) when your script comes to the line where you show a new Card window. You can trap for the error and branch around it and do something else if your user does not have 16. You can also specify 16 as the minimum version required to open the file, that's a setting in File Options. 1
123 Posted May 30, 2017 Author Posted May 30, 2017 Thanks a lot for the quick reply! Best regards, Mike
Recommended Posts
This topic is 3007 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