December 14, 200421 yr I have a script (actually 20-30) that I would like to replace with 1 script using a new feature in FM7. The scripts delete a line in a repeating field and set a field in another table. Here is my question... How do I set a specific repetition (the script parameter) of a field to " " or clear it? The clear and set field command do not seem to have a way to use the get (script parameter) command. Any ideas?
December 19, 200421 yr On a Mac individual repeats are directly addressable. perform applescript: copy "" to repetition 5 of cell "RepeatField" of current record
Create an account or sign in to comment