Re: filemaker open url
Re: filemaker open url
- Subject: Re: filemaker open url
- From: "Robert C. Jacobson" <email@hidden>
- Date: Wed, 6 Aug 2003 09:26:36 -0400
At 02:49 PM +0200 8/6/03, Jean-Baptiste LE STANG wrote:
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
Sadly, that too give me a transaction error
More info about this transaction thingy here:
<
http://www.applescriptsourcebook.com/tips/transactions.html>
but I couldn't get it to work by putting it in a transaction block.
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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.