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

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

Recommended Posts

Posted

HI all, I'm working on a script to take the user back to the original record after a find and replace..

What I have so far is attached. Currently it is going to the first record in the foundset not the one I started the script step from.

I'll also attached the relationship I have set up.

Any ideas?

thank you

Screen Shot 2015-07-31 at 10.45.38.png

Screen Shot 2015-07-31 at 10.47.48.png

Posted (edited)

Assuming that the prefix "g_" denotes a global field, your relationship must be

ARTWORK::g_serial = ARTWORK 3::__pk…

for this to work as intended – you cannot use a global as the data (target) side of the relationship.

btw, you could do this much easier by running your script in a new window outside the screen, then closing it when you're done – which simply brings you back to your original window, found set and current record.

Edited by eos

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