Jump to content

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

Recommended Posts

Posted

i have the ean converstion working fine. the thing have to export it to a particular application that does not see the field. i created a filemaker script. very simple one to do the job. below is the script.

Go to Field ['AMZean"]

Perform Script [sub-scripts, "eanconvert""]

Go to Record/Request/Page [Next]

Perform Script [sub-script, "eanconvert"]

Pause/Resume Script ["AMZean"]

i was hoping that this would touch all 31113 records, but it only touches the displayed record. i have to active the script to get the data from the ean field into the AZMean field. how can i have this convert to all the records so i don't have to visit all 31113 files in the DB?

Posted

Loop

Go to Field ['AMZean"]

Perform Script [sub-scripts, "eanconvert""]

Go to Record/Request/Page [Next] [Exit after Last]

End Loop

i don't have my fm up but this i believe would be the correct script for you.

if someone else can check my syntax if i'm wrong, i appologize!

Tina Marie

Posted

You may want Go to Record/Request/Page [First] and/or Show All Records before the loop, just in case.

This topic is 7483 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.