nightdesigns Posted May 12, 2002 Posted May 12, 2002 We use FM to handle our e-mail, but a problem has arisen (that such a word? anyway...) when we want to "reply" it creates a new record, but adds it to the end of the found records. when we hit queue, we want FM to take us back to the origninal record, what's the command to do that? Thanks.
LiveOak Posted May 12, 2002 Posted May 12, 2002 Since you, of course, assign a unique number to each record in your file, this can be saved to a global number field before you move off the current record. Create a (self) relationship between this global and the unique record number. When you wish to return to the first record, use the script step: Go to Related Record(your relationship) -bd
Recommended Posts
This topic is 8575 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