Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I have 6 different groups using 7 different databases. Each group has a unique layout for data entry in each of the 7 DB's. I could write a button small script to go to each layout, but that would be 42 scripts, and seems kinda clunky laugh.gif" border="0 . Is it possible to write a more advanced script that cycles through a set of if/thens, that check what the current layout is when the script is activated? For instance, if in "Transgenosis Group Layout for AAT data" then open/goto "Transgenosis AAT data entry layout"? Does this sound like a good plan?

Posted

Sure! There's a status function called Status( CurrentLayoutName ) which returns the name of the layout you are on when the function is called.

If [ Status( CurrentLayoutName ) = "Transgenosis Group" ]

This topic is 8563 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.