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.

Error 800 when saving records as PDF (Windows only)

Featured Replies

My script in a hosted file needs to export records as pdf into the user Downloads folder, needs to run under Mac and Windows, so I set the variable $path_filename to:

Case ( 
Get ( SystemPlatform ) = 1; "filemac:";
Get ( SystemPlatform ) = -2; "filewin:";
"file:" ) & Substitute (Get (DocumentsPath); "Documents"; "Downloads" ) & 

"file.pdf"

And then:

Save Records as PDF [With dialog: Off; $path_filename ; Records being browsed ; Create folders: Off]

The script it works in Mac but not in Windows: I get an 800 Error and a message warning that it can't create the file.

I don't get what's wrong with the windows version, any idea?

On Windows I just use Get ( DocumentsPath ). No "filewin:" prefix and it works fine.

Edited by jaboda

  • Author

This issue seems related to Windows 10 file permissions because I've tried to run the script under a windows admin account and it worked well, so it doesn't look like a FileMaker problem but I'm completely lost.

jaboda: Thanks for the filewin tip anyway.

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.