December 19, 200619 yr Hi This is my query. I have a button on LAYOUT A to create a new project. When this button is pressed, the script takes you to LAYOUT B and creates a new record(Project) for you. After creating, it goes to the first record and shows that one instead of the newly created record. I added GO TO Record LAST in Script step and it does that but after the step is completed, it goes back to record 1. This is really driving me crazy. I do have a commit record after New Record request. Any help would be very welcome... Thanx
December 22, 200619 yr Hi, Are there any other scripts involved in this process, ie subscripts? If so when this script finishes the control shifts back to the script that called it. To hard code a stop at the end of this script you could use the Halt Script step. The other way to fix this type of problem involves designing your scripts so that they terminate as desired, leaving you on the new record in layout A as you describe. HTH Tim
Create an account or sign in to comment