October 16, 200619 yr Newbies Hello, i'm a newbie and i'm trying to figure out some of the scripts with scriptmaker. the one i'm interested in right now is export records. I have a button that when pressed, export records. my question is this. Is there a way to automatically export the fields you want? for instance I want them to be able to export a email.csv file so they can upload it into email management system. the only fields needed for the export are email. Is there a way to customize this without the user having to delete or add fields with the "specify field order for export" dialog box? I couldn't find a previous thread on this issue. If I've missed it please forward me that thread. Thanks for your help Stephen
October 16, 200619 yr Author Newbies I believe it does. right now the script says this. perform find [restore, replace found set] export records [restore] still reading the manuel so i'm not sure what restore means or repleace found set. It is exporting correctly but what i'm trying to do is bypass the dialog box that says "specify field order for export". the people that will be using might be confused at this dialog box. I want to see if there is a way export the data as you want it through code. ex. when they click the button to export. the only dialog box I want them to see is where to save it and name the file. I don't want them to have to choose which fields they want in the csv file. I want to customize the csv file to only have emails. Is this possible?
October 16, 200619 yr Sorry--in FM6, there's also an option to 'Perform without Dialog'. You'll need to select that as well.
Create an account or sign in to comment