February 15, 200322 yr I have to duplicate several files and redirect some of their links to other files. Is there a quicker way of doing this other than clicking on the links and changing them manually? Thanks for any help Oz
February 17, 200322 yr Could you restate the problem? By "files" do you mean "records", by "links" do you mean "match field"? If so, make a relationship for each file to file route, then a script (in FileX) that contains: 1 - SetField (RelaY::GlobalAnyText, value of match field for relationshipY ) 2 - Perform external script (in Related File Y - creat new record, and set match filed to GlobalAnyText 3 - SetField (FieldInFileX), (RelaY::FieldInFileY). Is there more to the problem??
Create an account or sign in to comment