Ocean West Posted January 18, 2001 Posted January 18, 2001 dreamweaver wrote: quote: i am trying to show only the first 20 records of a search and sum all the other records found as a 21st recors called others, any help guys?
john.daly Posted January 18, 2001 Posted January 18, 2001 If I understand it correctly what you are wanting to do is change from a Form View to a List or Table View once you reach the 20th record. You need therfore to hide the status bar and make your own buttons to show the next and previous records. The NEXT button would run a script that would simply go to the next record until it reached the 20th record. After the 20th record the script would go to a second layout, omit the first 20 records and then show the remaining records in List View. Of course the Previous button on this second layout would need to find the first twenty records that had been omitted, (you may have to mark the original found set) and then return to the original layout and go to record number twenty. Hope this helps.
Recommended Posts
This topic is 8962 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