DanBrill Posted April 25, 2003 Posted April 25, 2003 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
cjaeger Posted April 25, 2003 Posted April 25, 2003 this is normal. just issue a script step "sort", no dialog, "restore.." unchecked.
Recommended Posts
This topic is 7886 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now