DigitalDreamer Posted December 9, 2002 Posted December 9, 2002 Hello everyone. Im hoping you can help me with a export question. I need to Export the data from these fields to .csv FirstLastName MemberStreet MemberCity MemberState MemberZip I also need to perfrom this action without dialog. Right now im using a button that starts the export action but the users that are using this have to choose the fields to export. I just want them to click the export button and have it export to a file on the desktop. Thanks for any help you an give me.
Mike D. Posted December 9, 2002 Posted December 9, 2002 You can script the export. Just do an export and then create a script with the Export Records step. Make sure you check the two options for this step - Restore Export Order and Perform without Dialog. Remember the found record set are the records exported. So if you want all records exported, you should include the step Show All Records. If you only want certain records, first do a find. HTH, Mike
DigitalDreamer Posted December 9, 2002 Author Posted December 9, 2002 Thanks Mike thats exactly what i needed.
Recommended Posts
This topic is 8021 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