very difficult questions for advanced image imports exports

Ask a Question related to FileMaker, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. [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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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,
    >

    Pierre Lessard Guest

  5. #4

    Default 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

  6. #5

    Default 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...
    > Hi Pierre,
    >
    > It is a bit clumsy, but it does do it on my mac anyway. First do the
    folder
    > 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, but
    may
    > 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 have
    OPEN and
    > 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 required
    for
    > this operation
    > ignoring this clicking OK produces a variation on the open dialogue box
    which
    > 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,
    but
    > 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 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...
    > > > 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,
    > > >
    >

    Pierre Lessard Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139