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

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

Recommended Posts

  • Newbies
Posted

Hello,

Noobs here.  I am looking for some assistance that when I select a record on a form I am taken to that record.  Example below.

I am taking this simplified hypothetical example in the parts table with columns: Finished, Shared1, Shared2, Shared3

 Row 1 values: A, B, C, D

Row 2  values: B, A, C, D

 

When Row 1 loads in the layout you sent, say that A appears on the upper right box.  Therefore B,C, D load in the bottom in red

 

Desired behavior: when B is then clicked, you want it to replace A in the upper right box and have A, C, D appear in the bottom in red.

 

Thanks in advance,

Brett

 

Find Matching Records1.JPG

Posted

Not completely clear what you've got going there, but based on your first statement "when I select a record on a form I am taken to that record"...

You could create a script like:

Enter Find Mode
Set Field[ finished part ; Get(ScriptParameter) ]
Perform Find

You would then call this script with buttons -- the fields can be defined as buttons if desired -- and in the button setup you specify the field's value as the parameter.

Hope that helps, welcome to the forums!

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