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.

Portals not working in Web

Featured Replies

I have set all the priveledges for both the related files properly and yet I am unable to add any information to a portal in a new record. Does anyone know if this is a known issue or something that I am missing ?

Hi, when you access FileMaker through a web interface, you can only input into one file at a time, so if you want to create or amend information in a portal, you'll have to connect directly to the related database. I generally open a little javascript window linked to the related record so that the user still has the main page in the browser. This also lets you click through to a number of related records without having to click backwards and forwards.

So the link from the portal in your database would look something like this:

<A HREF="javascript blush.gif" border="0 penAWindow('FMPro?-db=related_database&-format=little_window.htm&-error=search_error.htm&-lay=layout1&-op=eq&recordkey=[FMP-FIELD:related::recordkey]&-find','win2 ',375,300,0)">[FMP-FIELD:related::company_name]</A>

This would allow you to edit.......though I think other members of the list might have a more elegant version of this!

To create a new related record, open the window with a 'new' string and then carry over your relationship value as a token.

regards, jeff

ps, the matching script that goes into the page header is:

<SCRIPT LANGUAGE=JavaScript><!--

function openAWindow( pageToLoad, winName, width, height, center) {

xposition=0; yposition=0;

if ((parseInt(navigator.appVersion) >= 4 ) && (center)){

xposition = (screen.width - width) / 2;

yposition = (screen.height - height) / 2;

}

args = "width=" + width + ","

+ "height=" + height + ","

+ "location=0,"

+ "menubar=0,"

+ "resizable=1,"

+ "scrollbars=1,"

+ "status=0,"

+ "titlebar=0,"

+ "toolbar=0,"

+ "hotkeys=0,"

+ "screenx=" + xposition + "," //NN Only

+ "screeny=" + yposition + "," //NN Only

+ "left=" + xposition + "," //IE Only

+ "top=" + yposition; //IE Only

window.open( pageToLoad,winName,args );

}

// --></SCRIPT>

[ January 15, 2002: Message edited by: Jeff Spall ]

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.