May 23, 200718 yr Newbies Hello All - I'm sure this answer is out there and I'm just not finding it, but... What I want to do is replace the sidebar in IWP with buttons in my header. I'm getting there, but the one that's getting to me for the functions I need is the ability to jump ahead or back 25 records at a time to emulate the page forward/back buttons in list view. Any help or links to help is appreciated. Thanks
May 23, 200718 yr Since you're getting there, you must have Next Record and Previous Record icons with a script attached (or maybe custom menus?). For you question, you can do the same thing. A "double arrow" icon may be appropriate and you can attach the script step (or a script containing the script step) Go To Record... By calculation = Get(RecordNumber) +25 (or -25).
May 23, 200718 yr Author Newbies Thanks for the info. I do have the next and previous record buttons working. I think what I'm missing is what to put in the field for (RecordNumber). Is that just a field that is a sequential number for each of my records? Thanks. Sorry to be dense, but the scripting is throwing me.
May 23, 200718 yr Author Newbies Actually.... Thanks! What I was missing was the check box for perform without dialog in the button set up and my pop up blocker must have been stopping it from working. Thanks for the help!
Create an account or sign in to comment