Newbies mnbenz Posted May 3, 2007 Newbies Posted May 3, 2007 Does anybody have a solution for a find script to allow finding the record one before the last find???
mr_vodka Posted May 3, 2007 Posted May 3, 2007 The links to techniques here should help you. Saving Previous Found Sets
Oldfogey Posted May 3, 2007 Posted May 3, 2007 (edited) Maybe I'm wrong but I don't think that is what mnbenz is after. He wants to find the record whose number/ID is one below the one just found. If he finds 'Jill', he then wants to get 'Jack' - assuming alphabetical order. mnbenz, if I'm right, do you want the previous record in the prior unsorted found set, the previous record in the prior sorted found set, the previous record in the full sorted/unsorted set? Hope that makes sense. Edited May 3, 2007 by Guest
comment Posted May 3, 2007 Posted May 3, 2007 I often feel we should have a poll about the meaning of a question...
Newbies mnbenz Posted May 6, 2007 Author Newbies Posted May 6, 2007 Thank you gor responding. Let me clarify my question. I do a find (A), deal with the info etc. I do another find ( and do the same. I now want to go beack to find (A) without having to re-type the find information. I would like to know if thre's any tecnique to perform a scrip along with the find command to first store the find in some varaiable to be recalled after another find had been executed? I hope that I am making myself clear..... Thanks again
fabriceN Posted May 7, 2007 Posted May 7, 2007 (edited) If your find is scripted, you can store the requests in a table and restore it on the fly. User can even name it like it would do with a Mac OS X "smart folder". The best technique I've seen so far (by Ugo Di Luca), is storing the layout object names and their contents, so restoring the requests is very fast. You'll need to name every field object though, which I would advise anyway. Here is Ugo's file. Just look at the two scripts. DLS_ScriptPerso.fp7.zip Edited May 7, 2007 by Guest
Oldfogey Posted May 7, 2007 Posted May 7, 2007 I often feel we should have a poll about the meaning of a question... Yes, what fun! Can't help thinking about the poor guy who just wanted a very simple answer until I butted in and corrected(?) you on getasboolean.
Newbies mnbenz Posted May 9, 2007 Author Newbies Posted May 9, 2007 Hi Thanks for your response, just wasn't able to open the attachment. (I am using Windows XP) and I do not read French (Sorry...) Help!
Lee Smith Posted May 9, 2007 Posted May 9, 2007 Hi Fabrice, where did you pull this file from. Ugo usually converts his stuff to English when he posts here? I also couldn't get far into it, I kept getting that "TO is missing", if I recall correctly. Lee
fabriceN Posted May 9, 2007 Posted May 9, 2007 The idea is an 'object' script. Just copy/paste the scripts into your solution, name your layout objects... and that's all folks! Got it from a French speaking forum... that's why this funny language is not translated here. I will try to translate it tonight if you can't get into it.
Recommended Posts
This topic is 6465 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