Newbies iandmcneill Posted May 30, 2005 Newbies Posted May 30, 2005 Hi, I have a simple task for a script but cannot get it to work.. The script should loop through the found set of a table, perform a find on another table depending on the current record in the first found set. Basically the script logic is (after initial find) loop set global field to current value of a field in the found set perform a find on another table using that global field as criteria should the found set go to the next record in the first found set end loop Should this be as easy as I think? Thanks in advance.
kevh72 Posted May 30, 2005 Posted May 30, 2005 Assuming you are performing the search in the second table in a different layout, you have to return to the original layout before going to the next record in your first found set.
Newbies iandmcneill Posted May 31, 2005 Author Newbies Posted May 31, 2005 Hi Thanks, I was doing that - it seems that entering preview mode was setting the cursor back to the start of the result set of the first find. Ta, Ian
Recommended Posts
This topic is 7116 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