AndiM Posted November 30, 2006 Posted November 30, 2006 Hello hello from Finland, I have created a database that has few hundred of records and more coming. My issue is that when I use IWP, there can be shown 25 records/page at the same time. What is the script for a button to get 25 next records to be shown at one click ( in browse mode) for my client who is viewing database via internet? And then again next 25 records at the same time etc. Regards AndiM
T-Square Posted December 2, 2006 Posted December 2, 2006 Try this: Go To Record/Request/Page[No Dialog; If(Get ( RecordNumber ) + 25 > Get ( FoundCount ) ; Get ( FoundCount ) ; Get(RecordNumber) + 25) David
AndiM Posted December 3, 2006 Author Posted December 3, 2006 Thanks alot, that really solved my problem. Regards
Recommended Posts
This topic is 6833 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