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

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

Recommended Posts

Posted

Who can help me with this?

I want to have a script in a databasefile that will open another database and have only show records with the (company)name 'grafidruk'.

Sounds simple(?), but I can't get it to work... confused.gif

Posted

If you only want to find that one value, "grafidruk", you can do this:

In your main file, define a calculation field, e.g.

Grafidruk_Constant = "Grafidruk"

Define a relationship from your Main file to your related file, matching Grafidruk_Constant to Company_Name (i.e. the name of the field that holds Company Name)

Call this relationship "Grafidruk Records" or somesuch thing.

Create a script in your Main file with this script step:

Go to Related Records("Grafidruk Records"), Show Only Related

Posted

Simpler still, once you have the relationship established, place a button on your record layout and designate it to:

Go to Related Records[], Show Only Related

In doing this you will be asked to specify the relationship.

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