April 25, 200322 yr Hi, I've got a script that finds records based on a field value. The problem is that when the find is executed, the way that the records were sorted is undone, and the records always end up sorted by their creation order. I'd like to perform the find but leave the records sorted in the way that they had been sorted before the find was executed. Is this normal? Does finding always undo the sort order? If it isn't normal, then what is going wrong? If it is normal, then how do I fix the problem so that the sort order that was in place before the find stays in place after the find. Thanks, Dan
April 25, 200322 yr this is normal. just issue a script step "sort", no dialog, "restore.." unchecked.
Create an account or sign in to comment