November 10, 200421 yr I am using a script step for Sort. When a sort is done, the database jumps to the first record. Is there a way to have it stay on the record it was on when the Sort script was run, or a script step to at least have it return to the record is was on previous to when the sort step was run. Larry
November 10, 200421 yr In 6 you can use a relationship from globalserial to serial. Set globalserial with the current record's serial before performing the sort. After the sort, use Go to Related Record [relationship], without selecting 'Show only related'.
Create an account or sign in to comment