yomaddog Posted April 20, 2003 Posted April 20, 2003 Hi everyone, Is it possible to open the contents of a container with a script? (auto open a file from another program)
RussBaker Posted April 20, 2003 Posted April 20, 2003 I guess you must be on windows and have something like a word document in the container field, showing as an icon ?? If so, this script will do it. Go To Field [yourfield][select/Perform] Make sure you check the Select/Perform box in the script.
jfmcel Posted April 21, 2003 Posted April 21, 2003 If you are storing images as references to files, you can us AppleScript to open the image in a given application.
yomaddog Posted April 21, 2003 Author Posted April 21, 2003 Thanks for replying. RussBaker, I've tried the: Go To Field [yourfield][select/Perform] ...wouldn't do it. jfmcel, The file in the container is for a program unrelated to FM. It is opened by a different program. The container holds different files depending on a search performed. Presently, I must double-click to open, & I'm trying to build the script from this point: Perform Find If [" not IsEmpty(PORTAL)"] Windows XP-
jfmcel Posted April 21, 2003 Posted April 21, 2003 If you're on XP, the applescript approach won't work as well.
yomaddog Posted April 21, 2003 Author Posted April 21, 2003 Hey guys! Got it working: Go To Field [yourfield][select/Perform] I just forgot to enter "Browse" in the script prior to it! (the script is initiated by a search type of button, that enters "Find" mode first!) OK, now how can I maximize it when I return to this layout. It minimizes upon return- and if I use: Go To Field [yourfield][select/Perform] -it loads a second time & so on. I need one instance maximized on this layout. (thanks so much!)
Recommended Posts
This topic is 7890 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now