Dusty_Rods Posted January 25, 2005 Posted January 25, 2005 Hi to all hope you are keeping well, using fm7 developing for mac only. Im try just as a nice touch on my admin layout to have a button that automatically opens up the account and privilege window instead of the admin user going to file - define - accounts and privilige . Thanks for looking and hints suggestion or shout at my obvious noobiesness welcome.... d
h2o.be Posted January 26, 2005 Posted January 26, 2005 activate do menu menu item "Accounts & Privileges
Dusty_Rods Posted January 27, 2005 Author Posted January 27, 2005 thanks for the input h20 , However i seem to be getting a - 10000 error i tried putting it like this tell application "FileMaker Pro" activate do menu menu item 4 of menu 8 of menu 2 end tell even if i take away the tell application lines it wont work I am also doing this as admin so its not a permission error i dont think? Thanks again D
h2o.be Posted January 27, 2005 Posted January 27, 2005 >> However i seem to be getting a - 10000 error Indeed. Since all menu items are disabled while a ScriptMaker script is running, you cannot use the Do Menu event to select menu items when running your script using the Perform AppleScript ScriptMaker step. You have to create an application with fellow script tell application "FileMaker Pro" activate do menu menu item 4 of menu 8 of menu 2 end tell quit and activate it within a "send message" Scriptmaker step. Sorry for the mistake.
Recommended Posts
This topic is 7239 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now