April 15, 200421 yr Any idea how to email a pdf in a container using scripts or a plugin? FileMaker Version: 7 Platform: Windows 2000
April 15, 200421 yr try this: export field contents [To a predicted path and filename] Send Mail [attach file:your saved path and pdf file] you can send anything as an attachment like this Charles
April 15, 200421 yr Author Charles, Finally found that after hours of playing but Is there a way to maintain the filename of container or a link to it rather than having to specify a generic one? Thanks for the tip.
April 15, 200421 yr Author So when i'm importing it into the container I can somehow strip the filename off the file and put it into a regular text field? I guess thats the question of how to strip that filename?? I'm reviewing the scripts and hopefully i'll see how to do that.
April 16, 200421 yr What you can do is import the container from a folder that only contains the file you want, then the import fuction can parse out the filename and other attributes into the fields you want. ( this is done on the import fild mapping screen) Does that help? if not post me back Charles
April 26, 200421 yr Charles, I tried the above steps. FM6 only gives me the option to import picture/movie files OR text files after I SPECIFY the folder. Am I on the wrong track? Thanks
June 7, 200421 yr Newbies sorry for asking in here, but is there anyway you know of to email the current record you are looking at? 1 record say which is the customers reciept, report. Many many thanks, and sorry again. Coops
June 7, 200421 yr intelink, Please don't post the same question in two places... We all usually read all the questions. Thx!
October 8, 200421 yr Sounds like a great idea, but how do you go about exporting a container field? FMD7 won
October 8, 200421 yr We seem to bouncing around between importing, exporting, Windows, Mac...each of which may require a slightly different method, each of which has its own built-in limitations. As far as the dmaxj's question/problem, that you can only import from a specified folder, yes, that's true. What you can do is to either put the image/pdf IN the folder to start with, then Import Folder. Or you can handle it behind the scenes with a plug-in, such as Troi File, or AppleScript, to choose the file, move it to the folder, then (optionally) move it back where it came from. You can use "update matching records," if that helps, keeps you from importing the same file twice; but is basically slow to real slow; requires Show All Records. To Otter's last question, you can export a container field. ExportFieldContents. What's difficult is to do it automatically; ie., without a dialog, especially on hosted files.
Create an account or sign in to comment