January 28, 200224 yr 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.
January 28, 200224 yr 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
Create an account or sign in to comment