Jump to content
Server Maintenance This Week. ×

Go to record using input field like the navigation book icon.


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

Recommended Posts

I made 3 text objects that perform a script with the "Go to record" script step.

The "Prev Record" text use the "Go to record [Previous]" script step, and the "Next Record" text use "Go to record [Next]" script step.

I need to make that the input field below "Go to Record #" text, can take you to the record when you type a number and click enter. The reason i need it is because the users should not see the Status Area. 

For example, you type 5, click enter, and this take you to record #5

 

I used this script: "Go to record [Get (RecordNumber)]", but this comes with a dialog, i dont need it, and if i choose "no dialog" doesn't works.

What can I do ?

 

z_GoToRecord.png

Link to comment
Share on other sites

Use a global field to capture the user entry. Then have a script trigger on that global field that calls a script which will go to the record. Of course you want to add in error trapping in your script.

 

Go to record [ gYourGlobalField ]

Link to comment
Share on other sites

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