Jump to content
Server Maintenance This Week. ×

Cell Info to Variable


This topic is 8072 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 8072 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.