February 8, 201115 yr Hey guys, I know this is a real newbie question, but I just can't figure it out. I have a loop script that runs when you go to a new layout, but once the script finishes it dumps me on the last record. What can I add to the script to make it return to the record that was being browsed? I think the key is using a "set variable" step on the record ID is in there somewhere, but have not been able to get that to work either. Thanks
February 8, 201115 yr before you start your loop create a new window - process thru the loop and when finished close the window - you will be returned to the original layout window and found set. or you can capture the record's id in a variable then after it finishes perform a find for the record with that ID.
February 8, 201115 yr Does your script change the found set or the sort order? If not, you can place the record number (not ID) in a variable, and use that to return to the original record.
Create an account or sign in to comment