baweld123 Posted March 8, 2018 Posted March 8, 2018 Hi, I have a question and was wondering if its possible. I have some desktops with FM14 and some with FM16 Ive just had my yearly bill and its going to cost a bit to upgrade all to 16. I love the new card feature as it makes data entry really easy and it stops people pressing a lot of the wrong buttons. The trouble is 14 doesnt support card it just opens another layout window? So i was wondering if i could have a script on a button saying if FM14 open layout 1 else open card 1. is this possible? or am i going about this the wrong way?
Fitch Posted March 8, 2018 Posted March 8, 2018 Sure, you'd have a script like: If[ GetAsNumber ( Get ( ApplicationVersion ) ) < 16 ] New Window Go to Layout(old school) Else New Window (card) End If
Recommended Posts
This topic is 2462 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