June 15, 201015 yr Hey all, I have a fMS script scheduled and in that script it has an import script step. The import is pulling data from another hosted filemaker file. But when the script runs it does not import the records. I do a find the database that I want the data from. Then go to the table that I want the data to end up. Set Error Capture[On] Go To Layout ["Default Main" (Default)] Enter Find Mode[] Insert Text [select; Default::Next Date; "<="] Insert Current Date[Default::Next Date] Perform Find[] If [Get(FoundCount) > 0] Go To Layout ["MainRecords Main" (MainRecords)] Import Records [No Dialog; "Maintenance"; Add; Windows ANSI] Go to Record/Request/Page [First] Set Field [MainRecords::gtest]; "checkstart"] Commit Records/Requests [skip data entry validation; No dialog] End If
June 16, 201015 yr The import is pulling data from another hosted filemaker file. IIRC, this is not a supported action. See Tech Info 7035. Steven
Create an account or sign in to comment