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

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

Recommended Posts

Posted

Someone might have a simpler solution to the common problem of returning to the current record after performing a scripted find step.

Here's my solution:

1. The dB must have two fields, a unique match field such as a serial number (RecordID), and a global field (gNum)

2. Create the relationship: "ReturnID" defined by matching fields "gNum=::RecordID" in the current dB.

3. Perform the following steps in the find script:

Set Field["gNum", "RecordID"]

Perform Find [Restore, Replace Found Set]

# or whatever find parameters you need

Go to Related Record ["ReturnID"]

Any easier ideas?

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