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.

360 Works Scribe Error

Featured Replies

I am trying to save an Excel form I have written to onto my desktop. I keep getting an error using Desktop file path. It is trying to save it to the temp path and then the desktop path. The error message is:"Could not create parent directory for file 'C:\Users\BCS\AppData\Local\Temp\c:\test\xlsx'" The only way I can save the document is by using the ScribeDocSaveFile("") which saves to my Temp location. Typing the full Temp location as it is also gives me an error. Is there anything I am missing?

I have tried path:- "file:" & Get ( DesktopPath ) with or without the Excel file name, new filename or original file all return an error.

Are you using a plug-in for this or using one of FMP's built-in commands like Save as Excel?

Note that it is possible that you don't have write permissions for the desktop...

  • Author

Vaughan ... I am using the plug in from 360Works. I have full administrative rights to my machine. Also, I tried other folders and it has the same result. I am using Windows 7 Ultimate, FileMaker Pro Advanced 11.

IIRC, the file path format the plug-in uses is different from that FMP uses (I could be wrong though).

The error you quoted earlier had the path 'C:\Users\BCS\AppData\Local\Temp\c:\test\xlsx'. This looks to me as though the file name is just "xlsx" thich looks like the extension -- what happened to the name. The path also repeats "c:\test" which is obviously incorrect.

At a guess I say that the process for specifying the file name hasn't worked, and in the process for moving the file from the test folder to the desktop the path has been included. You may need to parse the file name out of the path.

If you want to save to the desktop you should use the format:

ScribeDocSaveFile(Get(DesktopPath) & "test.xlsx")

  • 3 weeks later...

I am trying to save an Excel form I have written to onto my desktop. I keep getting an error using Desktop file path. It is trying to save it to the temp path and then the desktop path. The error message is:"Could not create parent directory for file 'C:\Users\BCS\AppData\Local\Temp\c:\test\xlsx'" The only way I can save the document is by using the ScribeDocSaveFile("") which saves to my Temp location. Typing the full Temp location as it is also gives me an error. Is there anything I am missing?

I have tried path:- "file:" & Get ( DesktopPath ) with or without the Excel file name, new filename or original file all return an error.

The Get( ...Path ) Filemaker functions return "/C:/dir1/dir2/dir3/"

If you do not remove the leading "/" before C:/... the ScribeDocSaveFile prepends the temp directory (thus the weird double path you're getting.)

The "file:" should not be necessary for this function call.

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.