SystemEvents - FM7 not possible?
SystemEvents - FM7 not possible?
- Subject: SystemEvents - FM7 not possible?
- From: Armin Egginger <email@hidden>
- Date: Wed, 31 Mar 2004 11:11:12 +0200
Hi Scripters,
I try to script the FileMaker 7 to create tables and fields by an
applescript, but it doesn't function. Do anybody knows a possibility to
script the FM7 or do anybody agree with my experience?
--my script
set app_name to "FileMaker"
tell application "FileMaker Developer"
activate
end tell
tell application "System Events"
tell process app_name
click menu item 1 of menu 1 of menu item 8 of menu 1 of menu bar item
3 of menu bar 1
get every attribute of radio button "tables" of tab group 1 of window
"Define for Database FM7test"
click radio button "tables" of tab group 1 of window 1
delay 5
click radio button "fields" of tab group 1 of window 1
end tell
end tell
I need it for the german FM-Version, so if there are mistakes (in the
translation) in the english words this isn't the reason why it doesn't
function.
Many thanks for your help.
Cheers
Armin
_______________________________________________
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.