Jalz Posted July 20, 2007 Posted July 20, 2007 Hi All, Im working with IWP web enabling one of our reporting files. In list view, when you click on a record, it jumps straight to the top. Is there a way to stop this behaviour? I’ve used portals in the past to bypass this behaviour, but Im sure someone may know of a hack before I resort to portals (89 complicated pages) Many Thanks
Atalanta Posted June 16, 2011 Posted June 16, 2011 Scripting buttons does the trick. I put a button over the IWP row (since I don't want the users to edit the fields in that view anyway). If you click on any record in that list view, it triggers a script to take you to the first record in the found set. I tried to do this by turning the fields into a button and it didn't work. I overlaid a button (no fill and no lines) added the script and it worked. I used the script to also show the previous and next 25 records (since there is a 25 record limit to view). To determine which part of the script to use, use a script parameter then (for example, to keep it from jumping): If (get(scriptparameter) = First) go to record/request/page [No Dialog,1] EndIf This was inspired by this post: http://fmforums.com/forum/topic/78520-filemaker-thoughts-filemaker-instant-web-publishing-iwp-and-the-25-record-list-view-limitation/
Recommended Posts
This topic is 5197 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