applescript question
Mark Schonewille
m.schonewille at economy-x-talk.com
Thu Oct 28 08:13:24 EDT 2010
Hi Yves,
Runs fine here. What's your problem?
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce Create installers for Mac and Windows on *every* Rev-compatible platform. No additional software needed.
On 28 okt 2010, at 14:06, Yves COPPE wrote:
> Hello,
>
> on mac machine
> I want to ask the user the name of a MS Excell file on the desktop
> then
>
> I want this script not in LiveCode language but applescript (for another purpose afterwards in the livecode script)
>
> here is my applescript code that doesn't run (!)
>
> set le_chemin to (path to desktop) as unicode text
> set le_nom to display dialog "Saisissez le nom du classeur" default answer ".xlsx"
> set mon_classeur to le_chemin & ":" & text returned of le_nom
>
> tell application "Microsoft Excel"
> activate
> open mon_classeur
> end tell
>
> Can someone help me ???
>
> Amicalement.
>
> Yves COPPE
> yvescoppe at skynet.be
>
>
>
> Greetings.
>
> Yves COPPE
> yvescoppe at skynet.be
More information about the use-livecode
mailing list