mad_mickey Posted March 20, 2002 Posted March 20, 2002 Can anyone tell me what the Applescript line would be to copy information from a certain cell in the current record to a variable. I have tried lots of variations using the set and copy commands including: copy cellValue of field "SKU" to SKU None seem to work. Can someone give me the correct wording for this command. Thanks.
Steven H. Blackwell Posted March 20, 2002 Posted March 20, 2002 Watch the line wraps. There are 3 lines here: tell application "FileMaker Pro" set some_var to get data cell "my_cell" of current record of document 1 end tell You might want to check the reference database that comes with the product for more information. HTH Old Advance Man
Recommended Posts
This topic is 8282 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