Ask a Question related to FileMaker, Design and Development.
-
Pierre Lessard #1
very difficult questions for advanced image imports exports
I am nearing the end of development for a runtime solution that will hold an
image for each record.
I have implemented scripted backup and restore processes.
This solution is geared towards beginner computer users so I am trying to
exercise as much control as possible.
It will be xplat developed with dev6. In a perfect world the user would
click a button, a dialog would appear for them to browse my images folder,
they would choose said image and it could only be stored as a reference.
During this magical storage the filename would be captured to another field
so as to facilitate future restore operations.
OK back to reality (gosh that was a nice dream...)
I do not want users to ever store an image directly. Can I achieve only by
reference storage enforcement?
If not, next best thing ideas?
Is there any way to extract the name of the file once it has been placed in
the container field?
I know we can capture its name and path when importing an entire folder but
the user will not be importing an
entire folder. :-(
Since I have created a folder for the user to house their images I will have
some hope at
incorporating a restore feature for their images if I have that elusive
filename.
Any help greatly appreciated.
Its problems like this that make you wish your brother in law developed
plug-ins!
regards,
Pierre Lessard Guest
-
help for more difficult questions?
Just wondering if there are any other resources besides this (and paying $99 to ask one question!!!) for FreeHand support? I've posted what I'm... -
A couple GD image questions
I have been working on the below snippet of code I found some place and have a couple questions on it since I am not real femiliar with the GD... -
Brain image - Difficult
I'm attempting to make a very difficult image. I want to create a brain. I would like it to be VERY realistic with all the texture. Does anyone have... -
[PHP] Too Advanced? Cookies & Hidden Image
--- Nicole <430ntr3k@aeontrek.com> wrote: I think I understand now. I think you are understanding everything except how a request is made... -
OSX - nidumped fstab/exports
I have a bunch of OSX Macs on a networks. I will appreciate if you can send me your nidumped fstab/exports so that I'd have some examples how to set... -
Chris Brown #2
Re: very difficult questions for advanced image imports exports
FileMaker 6 captures both filename and filepath, and into text fields
and recognizing that you are aware this can be folder driven, why not import
all images in the folder, into a dedicated intermediate db, list the newly
imported filenames in a portal and select the required file from the portal
list, then import that to your real (final) db?
Basically a simple two button script process
Then delete all the records in the intermediate db.
Chris Brown
Neurosurgery
University of Adelaide
Pierre Lessard wrote:
> I am nearing the end of development for a runtime solution that will hold an
> image for each record.
> I have implemented scripted backup and restore processes.
>
> This solution is geared towards beginner computer users so I am trying to
> exercise as much control as possible.
> It will be xplat developed with dev6. In a perfect world the user would
> click a button, a dialog would appear for them to browse my images folder,
> they would choose said image and it could only be stored as a reference.
> During this magical storage the filename would be captured to another field
> so as to facilitate future restore operations.
>
> OK back to reality (gosh that was a nice dream...)
>
> I do not want users to ever store an image directly. Can I achieve only by
> reference storage enforcement?
> If not, next best thing ideas?
>
> Is there any way to extract the name of the file once it has been placed in
> the container field?
> I know we can capture its name and path when importing an entire folder but
> the user will not be importing an
> entire folder. :-(
>
> Since I have created a folder for the user to house their images I will have
> some hope at
> incorporating a restore feature for their images if I have that elusive
> filename.
>
> Any help greatly appreciated.
>
> Its problems like this that make you wish your brother in law developed
> plug-ins!
>
> regards,Chris Brown Guest
-
Pierre Lessard #3
Re: very difficult questions for advanced image imports exports
Hi Chris,
As far as I am aware it is not possible to script the import a folder of
images option. Am I mistaken? If it were possible to script this like other
imports (were the criteria of a manual import and its settings) can be saved
to the script it would solve the entire problem.
Thank you for your suggestion and if I am mistaken about being able to
script the import a folder of images please let me know.
regards,
Pierre Lessard.
"Chris Brown" <cbrown@medicine.adelaide.edu.au> wrote in message
news:3F1733A5.298498F4@medicine.adelaide.edu.au...import> FileMaker 6 captures both filename and filepath, and into text fields
> and recognizing that you are aware this can be folder driven, why notportal> all images in the folder, into a dedicated intermediate db, list the newly
> imported filenames in a portal and select the required file from thehold an> list, then import that to your real (final) db?
> Basically a simple two button script process
> Then delete all the records in the intermediate db.
>
> Chris Brown
> Neurosurgery
> University of Adelaide
>
>
>
>
> Pierre Lessard wrote:
>> > I am nearing the end of development for a runtime solution that willto> > image for each record.
> > I have implemented scripted backup and restore processes.
> >
> > This solution is geared towards beginner computer users so I am tryingfolder,> > exercise as much control as possible.
> > It will be xplat developed with dev6. In a perfect world the user would
> > click a button, a dialog would appear for them to browse my imagesfield> > they would choose said image and it could only be stored as a reference.
> > During this magical storage the filename would be captured to anotherby> > so as to facilitate future restore operations.
> >
> > OK back to reality (gosh that was a nice dream...)
> >
> > I do not want users to ever store an image directly. Can I achieve onlyin> > reference storage enforcement?
> > If not, next best thing ideas?
> >
> > Is there any way to extract the name of the file once it has been placedbut> > the container field?
> > I know we can capture its name and path when importing an entire folderhave> > the user will not be importing an
> > entire folder. :-(
> >
> > Since I have created a folder for the user to house their images I will>> > some hope at
> > incorporating a restore feature for their images if I have that elusive
> > filename.
> >
> > Any help greatly appreciated.
> >
> > Its problems like this that make you wish your brother in law developed
> > plug-ins!
> >
> > regards,
Pierre Lessard Guest
-
Bridget Eley #4
Re: very difficult questions for advanced image imports exports
Hi Pierre
You seem to be well up on the strengths and limits of the import
command/script step.
Applescript will extract a filename and filepath, but this solution would be
limited to Macs.
Did you know that if you place a Mac alias of an image file in a folder, you
can import the image, its filename, the filepath to the original, and a
thumbnail using import from a folder? You can even reference the image then
move the original around without losing the reference. I do not know if
Windows shortcuts are able to do this, but it might be worth a try.
Bridget Eley
in article bf74ji$p1j$1@news.apple.com, Pierre Lessard at
[email]lessardpete@hotmail.com[/email] wrote on 18/7/03 7:25 AM:
> I am nearing the end of development for a runtime solution that will hold an
> image for each record.
> I have implemented scripted backup and restore processes.
>
> This solution is geared towards beginner computer users so I am trying to
> exercise as much control as possible.
> It will be xplat developed with dev6. In a perfect world the user would
> click a button, a dialog would appear for them to browse my images folder,
> they would choose said image and it could only be stored as a reference.
> During this magical storage the filename would be captured to another field
> so as to facilitate future restore operations.
>
> OK back to reality (gosh that was a nice dream...)
>
> I do not want users to ever store an image directly. Can I achieve only by
> reference storage enforcement?
> If not, next best thing ideas?
>
> Is there any way to extract the name of the file once it has been placed in
> the container field?
> I know we can capture its name and path when importing an entire folder but
> the user will not be importing an
> entire folder. :-(
>
> Since I have created a folder for the user to house their images I will have
> some hope at
> incorporating a restore feature for their images if I have that elusive
> filename.
>
> Any help greatly appreciated.
>
> Its problems like this that make you wish your brother in law developed
> plug-ins!
>
> regards,
>
>
>
>Bridget Eley Guest
-
Pierre Lessard #5
Re: very difficult questions for advanced image imports exports
Hi Chris,
thanks for the info. I was not aware it behaved this way but unfortunately
its not a plan I can implement for a wide distribution runtime solution.
Novice users would be perplexed.
the search goes on.
regards,
Pierre Lessard.
"Chris Brown" <cbrown@medicine.adelaide.edu.au> wrote in message
news:3F17651D.98CAB831@medicine.adelaide.edu.au...folder> Hi Pierre,
>
> It is a bit clumsy, but it does do it on my mac anyway. First do themay> import, then run a one line script import with restore selected.
>
> first do an initial import
> file> import records> folder
> specify the folder and check the only import reference option
> do the import (these records can then be deleted)
>
> script
> Import, check perform without dialogue, (and restore import order, butOPEN and> not be necessary)
>
> the user can then just run the script, but some selection is required
>
> run the script
> the usual open dialogue will appear, this is by default will only havefor> not CHOOSE operators, burrow to the required folder
> the (on a mac) SHOW popup ( i.e. file types) will by default be All
> Available, select folder from the list,
> this will trigger a message saying; "" can not be found and is requiredwhich> this operation
> ignoring this clicking OK produces a variation on the open dialogue boxbut> will have Choose as an option
> the pic containing folder will still be selected so click Choose
> and the import happens
>
>
> Tested applescript on my mac, and this doesn't want to play as far as
> performing the initial import folder sequence. AS will open the folder,other> will not grab the FM File > import menu steps.
>
> regards
>
> Chris
>
>
>
>
>
>
>
>
> Pierre Lessard wrote:
>> > Hi Chris,
> >
> > As far as I am aware it is not possible to script the import a folder of
> > images option. Am I mistaken? If it were possible to script this likesaved> > imports (were the criteria of a manual import and its settings) can benewly> > to the script it would solve the entire problem.
> >
> > Thank you for your suggestion and if I am mistaken about being able to
> > script the import a folder of images please let me know.
> >
> > regards,
> >
> > Pierre Lessard.
> >
> > "Chris Brown" <cbrown@medicine.adelaide.edu.au> wrote in message
> > news:3F1733A5.298498F4@medicine.adelaide.edu.au...> > import> > > FileMaker 6 captures both filename and filepath, and into text fields
> > > and recognizing that you are aware this can be folder driven, why not> > > all images in the folder, into a dedicated intermediate db, list thetrying> > portal> > > imported filenames in a portal and select the required file from the> > hold an> > > list, then import that to your real (final) db?
> > > Basically a simple two button script process
> > > Then delete all the records in the intermediate db.
> > >
> > > Chris Brown
> > > Neurosurgery
> > > University of Adelaide
> > >
> > >
> > >
> > >
> > > Pierre Lessard wrote:
> > >
> > > > I am nearing the end of development for a runtime solution that will> > > > image for each record.
> > > > I have implemented scripted backup and restore processes.
> > > >
> > > > This solution is geared towards beginner computer users so I amwould> > to> > > > exercise as much control as possible.
> > > > It will be xplat developed with dev6. In a perfect world the userreference.> > folder,> > > > click a button, a dialog would appear for them to browse my images> > > > they would choose said image and it could only be stored as aanother> > > > During this magical storage the filename would be captured toonly> > field> > > > so as to facilitate future restore operations.
> > > >
> > > > OK back to reality (gosh that was a nice dream...)
> > > >
> > > > I do not want users to ever store an image directly. Can I achieveplaced> > by> > > > reference storage enforcement?
> > > > If not, next best thing ideas?
> > > >
> > > > Is there any way to extract the name of the file once it has beenfolder> > in> > > > the container field?
> > > > I know we can capture its name and path when importing an entirewill> > but> > > > the user will not be importing an
> > > > entire folder. :-(
> > > >
> > > > Since I have created a folder for the user to house their images Ielusive> > have> > > > some hope at
> > > > incorporating a restore feature for their images if I have thatdeveloped> > > > filename.
> > > >
> > > > Any help greatly appreciated.
> > > >
> > > > Its problems like this that make you wish your brother in law>> > > > plug-ins!
> > > >
> > > > regards,
> > >
Pierre Lessard Guest



Reply With Quote

