September 27, 200124 yr Newbies If you use a container field and view it on the web, how can the contents (the contents that are NOT pictures) be viewed and saved without re-writing anything? And if you had to re-write something, what would you do?
September 28, 200124 yr 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.
September 28, 200124 yr 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.
September 30, 200124 yr 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
October 15, 200124 yr 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.
Create an account or sign in to comment