didier_bortolin Posted December 22, 2000 Posted December 22, 2000 Hi, I'd like make more than one search in a page loading, i thought to INLINE ACTION tag ? is it the good ? if yes what is the syntax .... thanks you for your answers.
Keith M. Davie Posted January 1, 2001 Posted January 1, 2001 Inlineaction is very useful. A basic display syntax might be: [fmp-inlineaction:-db=yourdb.fp5,-lay=layoutname,-token=fmp-field;uniquenumber,-find][fmp-record][fmp-field:afieldname] [fmp-field:aseondfield] [fmp-field:athirdfield]<br>[/fmp-record][/fmp-inlineaction] This should show data from three fields of found records. The break command is necessary if there is more than one record. If you desire to limit the number of displayed records as well as sort them, then following "=layoutname," insert a basic syntax like: -max=anumber,-sortfield=afieldname,-sort=adirection, Peace Keith M. Davie
didier_bortolin Posted January 2, 2001 Author Posted January 2, 2001 Thanks for your answer ! it is work Fine
Recommended Posts
This topic is 8802 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