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

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

Recommended Posts

Posted

How can I auto enter information into a find a script?

For example I would like my script to goto my field called "name", copy the name, enter find mode, paste into the field "name" then perform the find.

I know this can all be done with an easy copy and paste script, but I know there is also a better way to do it with "set field" and the proper use of the find features. Problem is I can't figure it out.

Can anyone help me out?

thanks,

Steve

Posted

create a global text field... g_Name

Set Field[MyTable::g_Name; MyTable::Name]

Enter Find Mode [] *** uncheck Pause checkbox

Set Field[MyTable::Name; MyTable::g_Name]

Perform Find

In version 8 you may be able to use a variable rather than a global field but I can't help you there.

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