Re: Filemaker script.
Re: Filemaker script.
- Subject: Re: Filemaker script.
- From: Simon Kidd <email@hidden>
- Date: Mon, 29 Apr 2002 10:00:00 -0400
At 5.46 pm -0400 25/4/02, dave dowling wrote:
Simon,
you could do this with AS, but it might be just as easily
accomplished from FMPro. just make a calculation field that
combines your URL with the other cell's contents, then send that
over to AS, like this:
in FMP:
create a global field called zx.myUrlPrefix.g (or whatever), and
enter your URL prefix into that field:
http://www3.ncbi.nlm.nih.gov:80/htbin-
post/Entrez/query?form=6&db=n&Dopt=g&uid=
create a text field called myUrlSuffix (or whatever), and enter the
URL suffix.
create a calculation field that concatenates the two:
zw.myUrlComplete.cc, calculation would be: [zx.myUrlPrefix.g &
myUrlSuffix]
in AS:
execute your getURL on the value of the field zw.myUrlComplete.cc
hope this helps!
On Wednesday, April 24, 2002, at 11:46 AM, Simon Kidd wrote:
Thanks, this works really well!
Simon
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.