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 8415 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

not quite the way I had hoped. (Thanks to Garry for getting me this far)

I am using this link (or its form equivelent)

<a href="FMPro?-DB=TestChild.fp3&-Lay=CDMLList&-Format=child_detail.html&TextField=Test From Link on [FMP-CurrentDate] at [FMP-CurrentTime] &IDRef_Parent=[FMP-field: ID_Parent]&-New">

and it adds the child record ok, but the results page (child_detail.html) doesn't have the new data. If I go to an intermediate page then have the user use this link:

<A HREF="[FMP-linkrecid: layout=CDMLList, format=child_detail.html]">

it works fine, but I'd like to get rid of the intermediate step

Any Ideas??

Jeff Simpson

[email protected]

Posted

Jeff,

I've been using return pages for mine, e.g. "photo_payret.html":

body onlod="javascript: Document.shootdetfm.submit();">Returning to Payment Details...

<form name="shootdetfm" action="FMPro" method="post">

<input type="hidden" name="-db" value="rmr_shoot_talent.fp5">

<input type="hidden" name="-lay" value="allfields">

<input type="hidden" name="-format" value="/pages/photo_payments.html">

<input type="hidden" name="key" value="[FMP-CurrentToken]">

<input type="hidden" name="-find">

</form>

However, you should be able to avoid this by the use of [FMP-InlineAction] tags in the format file.

All the best.

Garry

p.s. onlod should be onload, however not allowed as shown in this message!

[ January 16, 2002: Message edited by: Garry Claridge ]

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