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.

OS9 script doesn't work in OSX....HELP!!!!

Featured Replies

  • Newbies

This is a script I used in OS9 Filemaker to write external text text files with unique info and filename.....now it doesn't work in OSX.

Here is the script:

tell application "FileMaker Pro"

set this_name to get data cell "HTML File Name" of the current record

set this_data to get data cell "HTML Page" of the current record

end tell

tell application "Finder"

set this_file to (((path to desktop folder) as text) & "jewelry_HTML:" & this_name)

set the target_file to the this_file as text

set the open_target_file to open for access file target_file with write permission

write this_data to the open_target_file starting at eof

close access the open_target_file

return true

try

close access file target_file

on error

end try

end tell

Any help would be appreciated.

Cade

OS9 and OSX seem to behave differently in their file handling systems. So, I expect that is where your problem is. I'm no expert on OSX though, so the only advice that I can give is to use the Applescript editor to test and debug the script, check the error messages that it gives you, and concentrate on the syntax of the file references.

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.