Jump to content

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

Recommended Posts

Posted

In the bottom of my resultpage (a single record found) I would like to place an Inline-search for simular records based on the result of the first search. Something like this:

[FMP-InlineAction: -db=db.fp5, -lay=cgi, subjekt=[FMP-Field: subjekt], -Op=eq, -max=5, -find]

I know I can

Posted

Hi, sorry to come to this so late - but I've been sucessfully using fields in Inline actions for a number of pages.

Here's one that works for me:

[FMP-InlineAction:-DB=holidays,-op="eq",wholename="{FMP-Field:wholename}",-op="eq",year="2002",-sortfield=start,-sortorder="ascend",-Find]

It's making a call on a different database from the one used to display the page - the two fieldnames just happen to be the same. I think the key to getting it to work is that the value is in " " and that you use { } instead of [ ]

regards, jeff

  • 5 weeks later...
Posted

hi,

Jeff is right. I use those tags too and works like a charm. I've replaced some tags with " ", but that doesnt change the results on any of my inlines.

greets

JP

This topic is 8106 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.