Jump to content
Server Maintenance This Week. ×

FM version - choosing a layout script


This topic is 2249 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

This topic is 2249 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.