Re: filemaker open url
Re: filemaker open url
- Subject: Re: filemaker open url
- From: Andrew Oliver <email@hidden>
- Date: Wed, 06 Aug 2003 08:52:52 -0700
On 8/6/03 6:26 AM, "Robert C. Jacobson" <email@hidden>
wrote:
>
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.
>
Then there must be something peculiar about the cell in question.
My original script worked fine on my machine when the field in question was
a regular text field. I'm pretty sure Jean-Baptiste also checked his script
before posting (and I can see why coercing to a string might be necessary if
the cell is a number or calculation field).
If it's still failing on your machine, something else is amiss. What type of
field is the "MS KB number" field you're using? Is it a repeating field?
Andrew
:)
_______________________________________________
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.