Rushhour Posted December 14, 2005 Posted December 14, 2005 Hi In iwp, in list view, when u click on next it jump to next record 1 by 1. In my 'next' button script, possible? to di it like jump 5 records or 25 records?? Thanks Kelvin
Orlando Posted December 14, 2005 Posted December 14, 2005 (edited) Hi Kevin Yes it is possible to jump a specified number of records. To jump 25 records I use the following solution. Using the 'Go to Record/Request/Page' script step, specify 'By Calculation...' and then use this calculation: Get ( RecordNumber ) + 25 This will jump 25 records from the record the user is on. I hope this answers your question. Orlando Edited December 15, 2005 by Guest
Søren Dyhr Posted December 14, 2005 Posted December 14, 2005 You might be missing a point or two in my selfjoin suggestion, watch this: http://www.filemakermagazine.com/modules.php?op=modload&name=News&file=article&sid=550 --sd
Rushhour Posted December 15, 2005 Author Posted December 15, 2005 Hi Orlando yeah~ thanks a lot~ Thanks sd, i will find sometime to take a good look at it~ Cheers, Kelvin
Søren Dyhr Posted December 20, 2005 Posted December 20, 2005 If you deside to upgrade to FM8 Adv. could you get rid of the dreaded Copy All Records, that as the video mentions, tampers with the users clipboard (apparently not a web issue): http://www.nightwing.com.au/FileMaker/demos8/demo804.html ...as well as it's dependency on layout presence of either the gathered ID's. or the multilinekey recieveing field. But I was actually slightly surprised to learn that the old method actually is IWP compatible (...and actually still are searching for a good explanation) --sd
Recommended Posts
This topic is 7182 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