Jump to content

This topic is 6641 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

Try this:

Go To Record/Request/Page[No Dialog; If(Get ( RecordNumber ) + 25 > Get ( FoundCount ) ; Get ( FoundCount ) ; Get(RecordNumber) + 25)

David

This topic is 6641 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.