Jarvis Posted March 18, 2009 Posted March 18, 2009 (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 March 18, 2009 by Guest
bcooney Posted March 18, 2009 Posted March 18, 2009 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.
Jarvis Posted March 18, 2009 Author Posted March 18, 2009 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
bcooney Posted March 18, 2009 Posted March 18, 2009 Um..why not use Replace? Copy/Paste is not best practice.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now