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

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

Recommended Posts

Posted

I have a table with FirstName, LastName, address fields, etc.

On my layout, in addition to these fields, I have a pop-up populated by a value list of all the LastNames.

Next to this pop-up I have a button labeled "GO".

Once the user has chosen the last name from the pop-up for the record they want to navigate to, I would like the GO button to take them there.

Is there some simple script that I can attach to the GO button to do this? I know how to attach a script to the button to go to next/go to previous, but how do I go to the record where "LastName" = the name the user has chosen from the pop-up? THANKS.

Posted

this is what you have to do if you want to use a pop up

i'm assuming its a dialog box

so you would have to have a script to bring up the pop up then on the next one or next step you have to put in :)

if

get(lastmessagechoice)= 1

preformscript [go]

else

exit script

end if

Posted

Major props to you aaa! Thanks for coming up with the db file for me to download and inspect.

My main problem is now solved ... although when I got to thinking ... it would be nice to be able to go to the new record as soon as the choice is made from the pop-up--without having to click the Go button.

Is possible?

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