Skip 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.

importing image in FM Pro

Featured Replies

  • Newbies

Hello,

I'm a beginer in development in FM Pro and applescript.

I'm trying to make an applescript that import (every night) a lot of pictures into a database and also some information (modification date, size,...).

I have made it but i have a problem with pictures. I try to import and embedded pictures into my database and not import references. Because, when i use the web sharing of FM PRO 7 (with safari or IE) i don't see the pictures.

1. If i use the web sharing with FM PRO server with the advanced package should i see the pictures that are in references into my database ?

2. If you have a part of script that import picture (not references) into a container ...

Thank a lot

PS: Sorry for my english but (i'm french)

Mac Os X.3

FM Pro 7

You have to use "GraphicsImporter" osax.

Then, you can use this script :

set theimagepath to choose file

set theimage to giconvert theimagepath

tell application "FileMaker Pro"

set cell "image" of current record to theimage

end tell

And the picture has be imported (not the reference only) into the container field named "image".

Nota: I'm french to. If you prefere to use french to talking about FileMaker, look here : fmsource .

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.