rivet Posted February 27, 2003 Posted February 27, 2003 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]
Jeff Spall Posted February 27, 2003 Posted February 27, 2003 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now