dbTalk Databases Forums  

Exporting pictures

comp.databases.filemaker comp.databases.filemaker


Discuss Exporting pictures in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
LARS PUTTER
 
Posts: n/a

Default Exporting pictures - 05-04-2007 , 07:49 AM






Hi all,

Maybe a simpleton's question but how do I export pictures in container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container fields???????????

Help

and thanks in advance
Lars



Reply With Quote
  #2  
Old   
KevinSmith
 
Posts: n/a

Default Re: Exporting pictures - 05-04-2007 , 09:53 AM






On May 4, 1:49 pm, "LARS PUTTER" <putt1... (AT) planet (DOT) nl> wrote:
Quote:
Hi all,

Maybe a simpleton's question but how do I export pictures in container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container fields???????????

Help

and thanks in advance
Lars
Hi Lars

These instructions are for FileMaker 8. But as far as I can remember
should be OK for a few versions previous too.

1. Exporting Manually - Right click or apple click the image. One of
the options will be "Export Field Contents...". You will then be asked
where you want to save the image.

2. Scripting - The script step is "Export Field Contents". You will be
asked to specify the field you are exporting ie container field and
where you want the file to be exported to on your disk.

If you could give a bit more detail about the problem ie exact text of
the error message maybe I can help you further.

Regards
Kevin



Reply With Quote
  #3  
Old   
LARS PUTTER
 
Posts: n/a

Default Re: Exporting pictures - 05-04-2007 , 10:54 AM




"KevinSmith" <pleasedonotusethisaddress (AT) gmail (DOT) com> schreef in bericht
news:1178290413.726228.107950 (AT) y80g2000hsf (DOT) googlegroups.com...
Quote:
On May 4, 1:49 pm, "LARS PUTTER" <putt1... (AT) planet (DOT) nl> wrote:
Hi all,

Maybe a simpleton's question but how do I export pictures in container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container
fields???????????

Help

and thanks in advance
Lars

Hi Lars

These instructions are for FileMaker 8. But as far as I can remember
should be OK for a few versions previous too.

1. Exporting Manually - Right click or apple click the image. One of
the options will be "Export Field Contents...". You will then be asked
where you want to save the image.

2. Scripting - The script step is "Export Field Contents". You will be
asked to specify the field you are exporting ie container field and
where you want the file to be exported to on your disk.

If you could give a bit more detail about the problem ie exact text of
the error message maybe I can help you further.

Regards
Kevin

Well these steps you discribed work with a linked file in a container, you
know when you just see the icon of the file. But when it is a actual picture
copied and pasted in the container FM starts telling me that exporting from
a container is not possible.

so............???




Reply With Quote
  #4  
Old   
Michael Myett
 
Posts: n/a

Default Re: Exporting pictures - 05-04-2007 , 12:50 PM



LARS PUTTER wrote:
Quote:
Hi all,

Maybe a simpleton's question but how do I export pictures in container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container fields???????????

Help

and thanks in advance
Lars


Here is a link to an open source demo file I made several years ago when
ver 7 was introduced. It does a mass export of images without the use of
plug-ins. Hopefully there is some help in there for you.

http://www.filemakerapps.net/imageExport/ImageDB.zip

M Myett



Reply With Quote
  #5  
Old   
Ursus
 
Posts: n/a

Default Re: Exporting pictures - 05-04-2007 , 03:11 PM




"LARS PUTTER" <putt1770 (AT) planet (DOT) nl> schreef in bericht
news:463b5568$0$16944$ba620dc5 (AT) text (DOT) nova.planet.nl...
Quote:
"KevinSmith" <pleasedonotusethisaddress (AT) gmail (DOT) com> schreef in bericht
news:1178290413.726228.107950 (AT) y80g2000hsf (DOT) googlegroups.com...
On May 4, 1:49 pm, "LARS PUTTER" <putt1... (AT) planet (DOT) nl> wrote:
Hi all,

Maybe a simpleton's question but how do I export pictures in container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container
fields???????????

Help

and thanks in advance
Lars

Hi Lars

These instructions are for FileMaker 8. But as far as I can remember
should be OK for a few versions previous too.

1. Exporting Manually - Right click or apple click the image. One of
the options will be "Export Field Contents...". You will then be asked
where you want to save the image.

2. Scripting - The script step is "Export Field Contents". You will be
asked to specify the field you are exporting ie container field and
where you want the file to be exported to on your disk.

If you could give a bit more detail about the problem ie exact text of
the error message maybe I can help you further.

Regards
Kevin


Well these steps you discribed work with a linked file in a container, you
know when you just see the icon of the file. But when it is a actual
picture
copied and pasted in the container FM starts telling me that exporting
from
a container is not possible.

so............???


Lars, I don't know which version you have, but your statement is not true.
In V8.5 ( I just tried it) a copy/pasted image into a container does have a
'Export Field Contents' on the context-menu. It only allows a bmp to export,
whatever you have pasted into it.

Then just a word of caution. FMP is not a picture wizzard. The only way to
safely export a pic is go into an empty container. right click, choose
insert picture. etc. Then when you need it, rightclick the container and
choose export the contaents. this way you get to retain the exact picture
you have input.

But generaly i think it is a bad idea to use fmp as a storage device for
images. I never go any further then a folder filled with pics and use
calculated fields (result container). I hope you are able to safeguard the
pics you need and then build a better solution. But I would really advise
strongly against using Filemaker as a database for storing pics.

Keep well, Ursus




Reply With Quote
  #6  
Old   
LARS PUTTER
 
Posts: n/a

Default Re: Exporting pictures - 05-07-2007 , 03:50 AM




"Ursus" <ursus.kirk (AT) wanadoo (DOT) nl> schreef in bericht
news:463b937b$0$67622$dbd4b001 (AT) news (DOT) wanadoo.nl...
Quote:
"LARS PUTTER" <putt1770 (AT) planet (DOT) nl> schreef in bericht
news:463b5568$0$16944$ba620dc5 (AT) text (DOT) nova.planet.nl...

"KevinSmith" <pleasedonotusethisaddress (AT) gmail (DOT) com> schreef in bericht
news:1178290413.726228.107950 (AT) y80g2000hsf (DOT) googlegroups.com...
On May 4, 1:49 pm, "LARS PUTTER" <putt1... (AT) planet (DOT) nl> wrote:
Hi all,

Maybe a simpleton's question but how do I export pictures in
container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container
fields???????????

Help

and thanks in advance
Lars

Hi Lars

These instructions are for FileMaker 8. But as far as I can remember
should be OK for a few versions previous too.

1. Exporting Manually - Right click or apple click the image. One of
the options will be "Export Field Contents...". You will then be asked
where you want to save the image.

2. Scripting - The script step is "Export Field Contents". You will be
asked to specify the field you are exporting ie container field and
where you want the file to be exported to on your disk.

If you could give a bit more detail about the problem ie exact text of
the error message maybe I can help you further.

Regards
Kevin


Well these steps you discribed work with a linked file in a container,
you
know when you just see the icon of the file. But when it is a actual
picture
copied and pasted in the container FM starts telling me that exporting
from
a container is not possible.

so............???



Lars, I don't know which version you have, but your statement is not true.
In V8.5 ( I just tried it) a copy/pasted image into a container does have
a
'Export Field Contents' on the context-menu. It only allows a bmp to
export,
whatever you have pasted into it.

Then just a word of caution. FMP is not a picture wizzard. The only way to
safely export a pic is go into an empty container. right click, choose
insert picture. etc. Then when you need it, rightclick the container and
choose export the contaents. this way you get to retain the exact picture
you have input.

But generaly i think it is a bad idea to use fmp as a storage device for
images. I never go any further then a folder filled with pics and use
calculated fields (result container). I hope you are able to safeguard the
pics you need and then build a better solution. But I would really advise
strongly against using Filemaker as a database for storing pics.

Keep well, Ursus


Well its not for storing pictures, I'm building a database that is the
soource for data for powerpoint to get a dynamic presentation. A small
portion of my sollution is a picture manager for a few slides.

Ok I got copy paste thing going (it did't work on my Win 2000 system it
indeed does work on XPprof, but what if you drag a picture icon from the,
lets say, desktop into the container? Than you can't export it? I'm working
with 8.5 advanced. Also the "rightmousebuttonexportfunction" is dimmed grey.

Greetings
Lars




Reply With Quote
  #7  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Exporting pictures - 05-07-2007 , 10:10 AM



If your picture is stored in the container, then the 'export field
contents' script step will be available. This will export whatever is
in the container field to a separate file. It will not work if the
image in the container is stored 'as a reference' only (where the image
already lives outside of FMP).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Member, FileMaker Business Alliance


LARS PUTTER wrote:
Quote:
"Ursus" <ursus.kirk (AT) wanadoo (DOT) nl> schreef in bericht
news:463b937b$0$67622$dbd4b001 (AT) news (DOT) wanadoo.nl...
"LARS PUTTER" <putt1770 (AT) planet (DOT) nl> schreef in bericht
news:463b5568$0$16944$ba620dc5 (AT) text (DOT) nova.planet.nl...
"KevinSmith" <pleasedonotusethisaddress (AT) gmail (DOT) com> schreef in bericht
news:1178290413.726228.107950 (AT) y80g2000hsf (DOT) googlegroups.com...
On May 4, 1:49 pm, "LARS PUTTER" <putt1... (AT) planet (DOT) nl> wrote:
Hi all,

Maybe a simpleton's question but how do I export pictures in
container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container
fields???????????
Help

and thanks in advance
Lars
Hi Lars

These instructions are for FileMaker 8. But as far as I can remember
should be OK for a few versions previous too.

1. Exporting Manually - Right click or apple click the image. One of
the options will be "Export Field Contents...". You will then be asked
where you want to save the image.

2. Scripting - The script step is "Export Field Contents". You will be
asked to specify the field you are exporting ie container field and
where you want the file to be exported to on your disk.

If you could give a bit more detail about the problem ie exact text of
the error message maybe I can help you further.

Regards
Kevin

Well these steps you discribed work with a linked file in a container,
you
know when you just see the icon of the file. But when it is a actual
picture
copied and pasted in the container FM starts telling me that exporting
from
a container is not possible.

so............???


Lars, I don't know which version you have, but your statement is not true.
In V8.5 ( I just tried it) a copy/pasted image into a container does have
a
'Export Field Contents' on the context-menu. It only allows a bmp to
export,
whatever you have pasted into it.

Then just a word of caution. FMP is not a picture wizzard. The only way to
safely export a pic is go into an empty container. right click, choose
insert picture. etc. Then when you need it, rightclick the container and
choose export the contaents. this way you get to retain the exact picture
you have input.

But generaly i think it is a bad idea to use fmp as a storage device for
images. I never go any further then a folder filled with pics and use
calculated fields (result container). I hope you are able to safeguard the
pics you need and then build a better solution. But I would really advise
strongly against using Filemaker as a database for storing pics.

Keep well, Ursus



Well its not for storing pictures, I'm building a database that is the
soource for data for powerpoint to get a dynamic presentation. A small
portion of my sollution is a picture manager for a few slides.

Ok I got copy paste thing going (it did't work on my Win 2000 system it
indeed does work on XPprof, but what if you drag a picture icon from the,
lets say, desktop into the container? Than you can't export it? I'm working
with 8.5 advanced. Also the "rightmousebuttonexportfunction" is dimmed grey.

Greetings
Lars



Reply With Quote
  #8  
Old   
LARS PUTTER
 
Posts: n/a

Default Re: Exporting pictures - 05-07-2007 , 02:20 PM



Aha, that's what happens with drag and drop, a reference is created. Stupid
me, this is quite logic actually.

Thanks everybody
Lars


"Howard Schlossberg" <howard (AT) nospam (DOT) fmprosolutions.com> schreef in bericht
news:133ugbjtapsmj82 (AT) corp (DOT) supernews.com...
Quote:
If your picture is stored in the container, then the 'export field
contents' script step will be available. This will export whatever is
in the container field to a separate file. It will not work if the
image in the container is stored 'as a reference' only (where the image
already lives outside of FMP).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Member, FileMaker Business Alliance


LARS PUTTER wrote:
"Ursus" <ursus.kirk (AT) wanadoo (DOT) nl> schreef in bericht
news:463b937b$0$67622$dbd4b001 (AT) news (DOT) wanadoo.nl...
"LARS PUTTER" <putt1770 (AT) planet (DOT) nl> schreef in bericht
news:463b5568$0$16944$ba620dc5 (AT) text (DOT) nova.planet.nl...
"KevinSmith" <pleasedonotusethisaddress (AT) gmail (DOT) com> schreef in bericht
news:1178290413.726228.107950 (AT) y80g2000hsf (DOT) googlegroups.com...
On May 4, 1:49 pm, "LARS PUTTER" <putt1... (AT) planet (DOT) nl> wrote:
Hi all,

Maybe a simpleton's question but how do I export pictures in
container
fields. The manual states it is possible but when you actually do it
FileMaker tells me it is inpossible to export container
fields???????????
Help

and thanks in advance
Lars
Hi Lars

These instructions are for FileMaker 8. But as far as I can remember
should be OK for a few versions previous too.

1. Exporting Manually - Right click or apple click the image. One of
the options will be "Export Field Contents...". You will then be
asked
where you want to save the image.

2. Scripting - The script step is "Export Field Contents". You will
be
asked to specify the field you are exporting ie container field and
where you want the file to be exported to on your disk.

If you could give a bit more detail about the problem ie exact text
of
the error message maybe I can help you further.

Regards
Kevin

Well these steps you discribed work with a linked file in a container,
you
know when you just see the icon of the file. But when it is a actual
picture
copied and pasted in the container FM starts telling me that exporting
from
a container is not possible.

so............???


Lars, I don't know which version you have, but your statement is not
true.
In V8.5 ( I just tried it) a copy/pasted image into a container does
have
a
'Export Field Contents' on the context-menu. It only allows a bmp to
export,
whatever you have pasted into it.

Then just a word of caution. FMP is not a picture wizzard. The only way
to
safely export a pic is go into an empty container. right click, choose
insert picture. etc. Then when you need it, rightclick the container
and
choose export the contaents. this way you get to retain the exact
picture
you have input.

But generaly i think it is a bad idea to use fmp as a storage device
for
images. I never go any further then a folder filled with pics and use
calculated fields (result container). I hope you are able to safeguard
the
pics you need and then build a better solution. But I would really
advise
strongly against using Filemaker as a database for storing pics.

Keep well, Ursus



Well its not for storing pictures, I'm building a database that is the
soource for data for powerpoint to get a dynamic presentation. A small
portion of my sollution is a picture manager for a few slides.

Ok I got copy paste thing going (it did't work on my Win 2000 system it
indeed does work on XPprof, but what if you drag a picture icon from
the,
lets say, desktop into the container? Than you can't export it? I'm
working
with 8.5 advanced. Also the "rightmousebuttonexportfunction" is dimmed
grey.

Greetings
Lars





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.