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.

FM Web Viewer and % in url?

Featured Replies

This url shows up in FM Web Viewer:

http://www.filemaker.com/help/MacTOC3.html

This url defaults to another FM help site page using FM Web Viewer, but works in a Browser:

http://www.filemaker.com/help/02-Adding%20and%20view31.html

I suspect the % in the url. Is there a work around?

Thanks Steve

The %20 represents the spaces in a url.

It's a(nother) case of the application helping you, but not as well as it could. FileMaker (and Safari) will both open it it WITHOUT the %20 (with the spaces instead); in both cases they will escape it for you (FileMaker must do it in the background). But if you escape it first yourself, then Safari still works, but FileMaker doesn't.

FileMaker has a GetAsURLEncoded() Text function (added to 8.5). But it does not have a GetAsURLDecoded() function, which is what you'd need. Most apps that can encode URLs also have a function to decode them (PHP, AppleScript, etc.). I think FileMaker should give us one also, for these paths that are copy/pasted from the web.

[Actually, they should just make it so it works as is, like in the web browser :-]

Otherwise you'll just have to use Substitute() to turn them back into spaces; not a big deal really.

[P.S. I recently did a project where large amounts of text were obtained from the web, using an xml request. Much of the text still had HTML entities (hard to show here, as they'd be decoded automatically). I used an AppleScript Scripting Addition, TextCommands, which can do all this stuff fairly easily. Way overkill for this post however :-]

Edited by Guest

  • Author

Thanks Fenton, It worked!

Steve

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.