Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hey All,

Is it possible to perform a find when submitting a form that is updating records so that the results page includes a found set of records?

In other words, I have a site that when a record is updated, I want to have a summary of all records related to that one record returned, rather than having a results page returned and then having to have the user click a link to generate the summary page.

If so, how would you go about it?

Thanks.

Posted

Garry,

Thanks but can you exand on this a bit? I don't quite fully understand the Inline action and this would be a good situation to understand it.

Thanks.

Posted

skuli,

Here is an example using an InLine Action to construct an option list:

<td><select name="item_id">

[FMP-InlineAction: -db=rmr_prices.fp5, -lay=allfields, -findall][FMP-Record]

<option value="[FMP-Field:item_id]">[FMP-Field:item_name]</option>

[/FMP-Record][/FMP-InlineAction]

</select></td>

So your code would be in the Format file called by the update (-edit).

Garry

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