March 20, 200223 yr 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.
March 20, 200223 yr 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
Create an account or sign in to comment