droosan Posted January 28, 2002 Posted January 28, 2002 Does anyone know of an easy way to, at the end of a script, go back to the record, that the script was launched from. What I do now is set a global field to Status(Record Number) at the beginning of the script and GotoRecord(byFieldValue)[g_rememberedRecordNumber] at the end of the script. The problem is that it doesn't work if the script has rearranged the records. I don't want to use a Find since then I'd end up with only the record I'm on, found. Oh, I just thought of this now: What if I save the record identifier in a global field and GotoRelatedRecord on a relation on that global field. I'll try that. ------Trying it-------- It works! Thanks for you help I'll post this in case it helps anyone else. If anyone knows a better way, let me know.
Anatoli Posted January 28, 2002 Posted January 28, 2002 RE:I don't want to use a Find since then I'd end up with only the record I'm on, found. You can always Show all records at the end
Recommended Posts
This topic is 8339 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