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

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

Recommended Posts

Posted (edited)

I would like to be able to:

Create a FOUND set

Navigate to any particular record within FOUND set

Select any particular field

Copy the contents of that field

Replace the values for that particular field in all other records

using the value of initially selected field.

(I hope I explained that right)

Any ideas how to make this happen?

Could I launch this replace function or would I need to start at the top record and work down?

Thanks Jarvis

PS: Can anybody tell me how to change my operating system & FM level? I selected FM 10 Advanced on Tiger but the profile indicates FM9 Panther.

Edited by Guest
Posted

The Replace command would easily do what you want. However, it is not multi-user friendly, in that any record that another user is editing would be skipped.

The FM info is in your Control Panel.

Posted

I figured it out!

The code is:

Copy[select]

Go to Record /Request/Page(First)

Paste[select]

Loop

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

Paste[select]

End Loop

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