June 28, 200223 yr I've got a "result" layout that calls several FMP-include txt files that perform multiple finds (via FMP-InlineAction tags). My problem is that each seems to be limiting the results to 25 per "FMP-Include" request? Anyone seen this before? Any ideas on how to increase the "-Max" From what i can tell adding "-Max=100" to the [FMP-InlineAction] tag doesn't seem to help. and either has adding the "-Max=100" to the previous page's request (where the inline Action carries some other info over from). -Arin
July 1, 200223 yr Newbies may you try "-Max=All".. default value of "-max" is.. as you found out 25.. good luck b.
July 1, 200223 yr "-max=100," should work in an inline action. you can always use tokens for custom actions in inlineaction in the form you set for example: -token.2 is 10, 20, 30 or 40 in the inlineaction you write: " -max={currenttoken:2},"
July 2, 200223 yr Hi, I have a number of inlines that work using 'max', but the syntax I use is -max="3" not -max=3 I think putting it in quotes is significant regards, jeff
Create an account or sign in to comment