October 5, 200124 yr Newbies I am using FileMaker 5.5. I have a script that has several 'Import Records [..]' commands one after the other with different queries. I would like to run these imports without dialogs. Problem: Properties, for example field mapping and the sql statement, of the first import command seems to overtake the others. I cannot have each of the import commands to have their own query setting. What is going on? What am I doing wrong? Thanks Erol
October 5, 200124 yr The remembered properties are linked to the script (not the step). You can only have one set of parameters per script for script steps such as Import, Sort, Page Setup, and Export. You need to put each Import script step in a separate script and call them from a main script as subscripts. -bd
Create an account or sign in to comment