Hi Nicholas

If I want to fill several fields with find criteria, how would I write a script to do it? I can manually fill the fields of a layout in the FIND view and it works. But I cannot figure out how to do it in a script. I thought that the Copy and Paste statements for each field would do it but it seems that the first Copy loads values that are not replaced when I issue the second one.

I am using Filemaker Pro 5.5
Use the Set field step
Enter Find mode
Set field (YourField ; TheValue)
Set field (YourField2 ; TheValue2)
...
Perform Find

Ciao
G. Pupita
Certified FileMaker 7 & 8 Developer
FSA Associate

Reply via email to