Jump to content

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

Recommended Posts

Posted

I have tried this example but it only returns a single record below my my found set. I was hoping it would give me a second list along with my intital query. - Can you explain, I understand it can execute single actions like logging actions but can it give me a second listing?

<!-- List the employees named Doe in the current database -->

[FMP-InlineAction: -db={CurrentDatabase}, -lay={CurrentLayout}, last name="doe", position="Software Engineer", -find] [FMP-Field: first name] [FMP-Field: last name] [/FMP-InlineAction]

Posted

Hi, you need the FMP-record tags in there as well to display the wole found set, like:

[FMP-InlineAction: -db={CurrentDatabase}, -lay={CurrentLayout}, last name="doe", position="Software Engineer", -find][FMP-RECORD] [FMP-Field: first name] [FMP-Field: last name]<BR>[/FMP-Record] [/FMP-InlineAction]

jeff

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