Jump to content
Server Maintenance This Week. ×

When Containers show on the web, does it make sense when a Word Document is in it?


This topic is 8230 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Container fields are for graphics (and in FMP5.5 pdf files) only. Nothing to do with MS Word.

To display a container field on the web, use the [FMP-Image: fieldname] CDML tag.

Link to comment
Share on other sites

Container fields only show images, and pdf files, if you have a word document, you are using OLE (object linking and embedding), so all FileMaker is really doing is storing a link to the file. On the web it has no functionality to interact with an embedded object. Furthermore, it can only display images in container fields on the web, nothing else.

Link to comment
Share on other sites

Hi, I think it's already often been said in this forum that if you want to make any kind of file available on the web, just create a field with the filename and embed that as part of a URL link to the file.

Use it to display images, get files or make mailto links etc.

Like this to make a download link: (though it can be just a relative url)

<A HREF="www.mydomain.com/downloads[FMP-FIELD: filename]">get file</A>

..or like this to display the image:

<IMG SRC="images/[FMP-FIELD:image_name]">

the general consensus is that delivering on the web from container fields is a bad idea.

regards, Jeff

Link to comment
Share on other sites

  • 2 weeks later...

Following on from Hudson's post: container fields can work with sounds, movies, graphics of all different sorts, plus pdf files, but ONLY through the client (that is, when using the FileMaker Pro program).

Web Companion only supports images.

Link to comment
Share on other sites

This topic is 8230 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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