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.

A Challenge for the best!

Featured Replies

  • Newbies

I have a page that loads data from several databases. It uses InlineAction tags to do this. Now, on the same page, I have fields that can be edited. The fields are from several databases. How can I edit multiple databases with one submit? I am aware their might be a way to do it using InlineAction tags, however I have no clue what the syntax would be. Could someone please help me???

Thanks!!

C

You could try Javascript to submit more than one form. Instead of using input submit types use a button type as such:

<form name="myform1" .....>....<input type="hidden" name="-edit"></form>

<form name="myform2" .....>....<input type="hidden" name="-edit"></form>

<form name="myform3" ....>....<input type="hidden" name="-edit"></form>

<input type="button" onclick="subforms();">

In the <head> try this function:

<script>

function subforms() {

document.myform1.submit();

document.myform2.submit();

document.myform3.submit();

}

</script>

</head>

I've never tried this, however it is worth a go!

All the best.

Garry

With Lasso it is possible to do this using -Nothing action, form params, variables and inlines, it allows you to create ASP-ish solutons.......i am somewhat supprised that Filemaker haven't included these features in the CDML tag set for the 5.5 upgd as it makes many CDML problems a bit of a no brainer.

[ July 25, 2001: Message edited by: scratchmalogicalwax ]

  • 2 weeks later...
  • Author
  • Newbies

Thanks, I will try submitting the forms using Javascript. Thanks for all your help! I'll let you know my results!

C

tummah2 did you get the Javascript to work?

I've been messing with it for a few hours, and can't get anything to work.

Scratch, how much work is involved in moving to lasso?

Costs?

(I'm running FMP UNILM on a Mac OS 9.1 with WSC on OS X Server/Apache now)

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.