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

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

Recommended Posts

  • Newbies
Posted

I would like to copy (not duplicate) multiply records from a table to the same table and some of the new fields would have same values as the original ones. The table fields are:

1. ID - auto-enter serial

2. Name - text

3. CategoryID - number

4. L - number

5. N - number

For example I have records with 10 different categories and I would like to create a new category (with ID=11) and copy all the records from category 3 to category 11.

The fields 2.Name and 5.N should have the same values as the values from category 3, but the other fields (without 1.ID and 3.CategoryID) should be entered manualy. The field 3.CategoryID should be set by script. Is there any way to do this with script in FM?

Posted

Your script must:

Find all records with Category_ID=10

Duplicate records

Then do with duplicated records what you want.

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