Stuff5 Posted July 18, 2005 Posted July 18, 2005 Hello, I want to know how can i make find loops so everytime i try to find something the next new result is going under the previous one. So as if i make 5 finds i will have the first line will be the first one the second one the results from the second one and etc. So if i have a table view i can see the one result under the other one. Can someone please help me?:???Thank you :
sbg2 Posted July 18, 2005 Posted July 18, 2005 Is this a simple Find where each New Find Request will return 0 to 1 results? Ex. An Order database where you want to find each order by its Unique Order Number? Will all the results be requested at the same time or could the user have the option to add more requests after performing an initial find? Do the returned results absolutely have to be listed in the order they were requested?
Stuff5 Posted July 19, 2005 Author Posted July 19, 2005 Hello, Yes , but i would like the user to add more requests after performing an initial find. I want them listed if possible because i want to make one paper with the results the one under the other one, so it will be easier for me to edit and print and work. Can you help me out. Thank You
sbg2 Posted July 19, 2005 Posted July 19, 2005 The easiest way is to make a layout with your List View. Perform a find request and for each additional find use Records>Modify Last Find then Request>Add New Request. This would show the results you want but wont always return them in the order they were requested. If you absolutely want the records to show in the order they were requested it will take some extra work. If that is what you want/need then it would help if you could post a mock-up database for us to show by example how to do this with scripting.
Recommended Posts
This topic is 7070 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