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.

Featured Replies

So I'm trying to do an automated save as pdf in my database. What I want to do is make it possible for someone to save a file by just pasting their path from a Windows Explorer address bar into a custom dialog box in FileMaker.

The only problem I am running into is converting the "" over to a "/".

For instance if I want to save the pdf in the path C:Documents and SettingsAdministratorDesktop then I need to tell filemaker to find and replace all the 's with a /.

And my final save path will look like this filewin:/C:/Documents and Settings/Administrator/Desktop/.

The problem I am facing in doing this is that Filemaker recognizes as an operator for division and will not let me put it into a Calculation for a text.

ex: Substitute ( $path; ""; "/")

Gives me the error "This text constant does not end with a quotation mark."

Any ideas???

It has nothing to do with dividing. is the character for escaping special characters.

So in your case you would need something like:

Substitute ( YourPathField; ""; "/" )

  • Author

Cool, thanks a lot John.

Brandon

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.