I am writing a script which examines a found set of records in one table and, based on the content of each record, creates a record in a different table.
What I want to know is, if I switch from one layout to another and then switch back, does Filemaker remember which found set I'd been working on in the first layout, and the record I had selected?
The pseudo-script goes something like this:
Go to Layout A
[Get to a found set]
Go to record 1
Loop
Set all fields from record 1 to variables
Go to Layout B
New record
[Create new record based on variables set in step 4]
Go to Layout A
Go to next record (exit after last)
End Loop
It seems to work, I just want to be sure!