Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Adding related is kind of working, but...

Featured Replies

  • Newbies

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]

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 ]

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.