Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.filemaker > #1359 > unrolled thread
| Started by | Thibaud Taudin Chabot <tchabot@hccnet.nl> |
|---|---|
| First post | 2013-09-10 22:18 +0200 |
| Last post | 2013-09-12 14:20 -0700 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.databases.filemaker
dropdownlist with file selection Thibaud Taudin Chabot <tchabot@hccnet.nl> - 2013-09-10 22:18 +0200
Re: dropdownlist with file selection clkaufmann@clk.ch (Christoph Kaufmann) - 2013-09-11 08:20 +0200
Re: dropdownlist with file selection Thibaud Taudin Chabot <tchabot@hccnet.nl> - 2013-09-11 10:26 +0200
Re: dropdownlist with file selection fmprosolutions@gmail.com - 2013-09-11 09:55 -0700
Re: dropdownlist with file selection Bizouman <bizouman@gmail.com> - 2013-09-12 14:20 -0700
| From | Thibaud Taudin Chabot <tchabot@hccnet.nl> |
|---|---|
| Date | 2013-09-10 22:18 +0200 |
| Subject | dropdownlist with file selection |
| Message-ID | <522f7eb0$0$26879$e4fe514c@dreader37.news.xs4all.nl> |
I have a field in which I want to fill in the filename of a picture. So I defined the field as a dropdownfield. But how can I get the filelist of the folder /pictures in this list to make a choice from to be filled in. Thibaud
[toc] | [next] | [standalone]
| From | clkaufmann@clk.ch (Christoph Kaufmann) |
|---|---|
| Date | 2013-09-11 08:20 +0200 |
| Message-ID | <1l90xmh.1fzi1cn1oi5vamN%clkaufmann@clk.ch> |
| In reply to | #1359 |
Thibaud Taudin Chabot <tchabot@hccnet.nl> wrote: > I have a field in which I want to fill in the filename of a picture. So > I defined the field as a dropdownfield. But how can I get the filelist > of the folder /pictures in this list to make a choice from to be filled in. Depending on your Filemaker version, you might want to try a different approach. With Filemaker 12, you could drag the image file from the windows explorer to the container field. If I had to accomplish the dropdown exactly as you describe it, I'd use a magic value list ans the MBS plug-in to read out the folder: http://www.filemakerhacks.com/?p=5412 http://www.monkeybreadsoftware.de/filemaker/ -- Christoph Kaufmann http://clk.ch
[toc] | [prev] | [next] | [standalone]
| From | Thibaud Taudin Chabot <tchabot@hccnet.nl> |
|---|---|
| Date | 2013-09-11 10:26 +0200 |
| Message-ID | <52302942$0$3185$e4fe514c@dreader36.news.xs4all.nl> |
| In reply to | #1361 |
Op 11-9-2013 8:20, Christoph Kaufmann schreef: > Thibaud Taudin Chabot <tchabot@hccnet.nl> wrote: > >> I have a field in which I want to fill in the filename of a picture. So >> I defined the field as a dropdownfield. But how can I get the filelist >> of the folder /pictures in this list to make a choice from to be filled in. > > Depending on your Filemaker version, you might want to try a different > approach. With Filemaker 12, you could drag the image file from the > windows explorer to the container field. > > If I had to accomplish the dropdown exactly as you describe it, I'd use > a magic value list ans the MBS plug-in to read out the folder: > > http://www.filemakerhacks.com/?p=5412 > > http://www.monkeybreadsoftware.de/filemaker/ > I am using FM11PRO. the filemakerhacks link is referring to FM12 the monkeybreadsoftware looks great but will cost me EUR 99, which is quite a lot for using just 1 functionality of it. Hope that that there are other possibilities. It is a functionality that is not thought of by the makers of FM.
[toc] | [prev] | [next] | [standalone]
| From | fmprosolutions@gmail.com |
|---|---|
| Date | 2013-09-11 09:55 -0700 |
| Message-ID | <5b2bb3a3-35ee-423e-b4e2-c4aeb6695c4e@googlegroups.com> |
| In reply to | #1362 |
On Wednesday, September 11, 2013 1:26:01 AM UTC-7, Thibaud Taudin Chabot wrote: > the monkeybreadsoftware looks great but will cost me EUR 99, which is > quite a lot for using just 1 functionality of it. > > Hope that that there are other possibilities. If I am understanding correctly, you are wanting the user to point to a folder and showing the files in that folder? Or having them point to a specific file there? If that's correct, you can use a free plugin for either of those cases: http://www.goya.com.au/baseelements/plugin If it is strictly the latter case (to point to a specific file), you can set up a global container field and use the Insert File script step to let the user find/select the file they want, get the file path/name by using GetAsText( table::containerField ), and then clear the container now that you have the path.
[toc] | [prev] | [next] | [standalone]
| From | Bizouman <bizouman@gmail.com> |
|---|---|
| Date | 2013-09-12 14:20 -0700 |
| Message-ID | <3d87adb8-d8f1-46ee-afb0-9d82c562470d@googlegroups.com> |
| In reply to | #1359 |
I'm using a free plugin call MooPlug http://mooplug.com/docs/functions for many years it serve me well, maybe the fonction "folderlist" can do what you need.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.databases.filemaker
csiph-web