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.

Converted DB to FM7, but no pictures transferred

Featured Replies

I have a database in FM6 that I'm attempting to convert to FM7. When I opened/converted the database in FM7, the embedded images (container fields) did not come across.

I tried several more times, but with no luck. Any ideas?

There is a way to export embedded pictures using AppleScript and a OSAX (Scripting Addition), which writes them out as JPEG files. It requires the OSAX to work (http below). Let me know if you can't figure this out, but I've got to run at the moment.

tell application "FileMaker Pro"

tell current record of window 1

set txtPath to cell "thePath"

set imageCell to cell "theImage"

set folderName to cell "folderName"

set folderPath to cell "folderPath"

end tell

end tell

tell application "Finder"

if (folder folderName of desktop exists) is not true then

set newFolder to make new folder at desktop with properties {name:folderName}

update newFolder

end if

set thePath to txtPath as file specification

end tell

set theImage to giconvert imageCell type "JPEG" image thePath

-- requires GraphicsImporter OSAX

-- http://osaxen.com/files/graphicsimporter2.2.html

-- set theImage to giconvert imageCell image thePath -- creates PICT file, huge

-- doesn't seem to work for "GIFf" or "PDF ", but will do them as JPEG

  • Author

I'll give this a try but it stinks that FM7 can't just move those images along with the rest of the Data in each record.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

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.