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

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

Recommended Posts

  • Newbies
Posted

I am trying to create a script to move from Field 1 to Field 2 when entering Field 2 if Field 3 equals "E", otherwise jump to Field 7.

I can't figure out how to do something like: If {Field 3="E", GoTo Field 2, Goto Field 7"}

Posted

Hi Bill,

I have make follow script, started by a button:

Go to Field A

Paus

If(Field A = "E") [or If(Field A = PatternCount(Field A;"E")>0 ]

Fo to field B

Paus

Else

Go to Field C

Paus

Go to Field D

End If

and so on.

You can also use many If - End If within above, if you want.

Good luck.

-Per

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