Re: filemaker open url
Re: filemaker open url
- Subject: Re: filemaker open url
- From: Jean-Baptiste LE STANG <email@hidden>
- Date: Wed, 6 Aug 2003 14:49:58 +0200
May be you need to force Applescript a little :
tell application "Filemaker Pro"
set foo to cellvalue of cell "MS KB number"
open location "
http://support.microsoft.com/?kbod=" & (foo as string)
end tell
@+ JB
Le mercredi, 6 ao{ 2003, ` 14:23 Europe/Paris, Robert C. Jacobson a
icrit :
At 11:54 AM -0700 8/5/03, Andrew Oliver wrote:
This wont work because the Finder has no idea what to do with
Filemaker Pro'cell' objects.
but it *does* work -- outside of filemaker pro. Just not when pasted
into the FMP script.
To fix the problem you need to get the cellValue of the cell and open
that:
tell application "Filemaker Pro"
set foo to cellvalue of cell "MS KB number"
open location "http://support.microsoft.com/?kbod=" & foo
end tell
I'm afraid that doesn't work either. i.e. -- I get the same
transaction error when I try to run this script in FMP.
BTW, the transaction error goes away if I don't try to use the cell
contents. e.g.
open location "http://www.google.com"
works fine.
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert Jacobson email@hidden
BS, Aeronautical Engineering Univ. of Md., College Park
Flight Ops. Team - SOlar Heliospheric Observatory (SOHO)
(301) 286-1591
_______________________________________________
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.
_______________________________________________
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.