Newbies Jaime Posted September 3, 2003 Newbies Posted September 3, 2003 Hi All, I'm new here. I just came back from Devcon and had an incredible time. I have a question that I think this is the best place for it. But, its not the ideal one. I'm trying to set up a method to duplicate a record by selecting manually which fields will be duplicated. This should be similar to the Import/Export control panel. I want to give the users the ability to select which records to duplicate and which not to. Ideally, each user will use a checkbox or arrow to select which fields will be duplicated. The FM duplicate option does not work for us, since it duplicates everything. There are certain fields that we do not want to duplicate. Jaime
CobaltSky Posted September 4, 2003 Posted September 4, 2003 Hello Jaime, Welcome to the forums! There are several ways to go about custom dupliaction of records. However one that I've used on occasions is to establish a script which writes the selected fields to a global text field (as a delimited array). Assuming that your users start by selecting which field values are to be duplicated, from a set of checkboxes atttached to a global field, your script can kick off along the lines of: Set Field ["gArray", "Case(PatternCount("
Newbies Jaime Posted November 30, 2003 Author Newbies Posted November 30, 2003 Ray, Thanks for the help. Jaime
Recommended Posts
This topic is 7665 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