I am new to FileMaker and have just written my first script to export 11 fields from a larger database (by date range). My immediate problem is that every time I run the export (once a day) it asks me to "Specify Field Order for Export" which makes me reselect the 11 fields. Is there a way to automate this either by specifying the fields in the script or some other way?
My current script is:
Go to Layout ["export"]
Enter Find Mode [Pause]
Perform Find []
Export Records [No dialog]
Go to Layout [original layout]
Show All Records
My current script is:
Go to Layout ["export"]
Enter Find Mode [Pause]
Perform Find []
Export Records [No dialog]
Go to Layout [original layout]
Show All Records