Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5273 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.