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

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

Recommended Posts

Posted

How would you delete multiple records in a script? Also, how would you know where in the table you are? I see no funtion that allow you to move the record counter to the top of the file. Using SQL deleting records is easy enough. But in FM 6, do I have to find the records I want first, then delete them?

An example: Say i wanted to delete all the records that didn't have a company name. So Company Name field is blank.

Thanks..

Posted

Delete All Records is the command -- it actually deletes the FOUND set of records. So yes, find first, then delete all.

Another option would be to loop through and delete each record that matches your criteria.

Move the record counter? Uh... Go to record(e.g., First, Last, etc.)

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