WingMaker Posted June 15, 2010 Posted June 15, 2010 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
Steven H. Blackwell Posted June 16, 2010 Posted June 16, 2010 The import is pulling data from another hosted filemaker file. IIRC, this is not a supported action. See Tech Info 7035. Steven
Recommended Posts
This topic is 5273 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now