June 26, 201312 yr 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 ?
June 26, 201312 yr 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 ]
Create an account or sign in to comment