FILE: ViewXprt.zip FILE SIZE: 69,092 FILE DATE: 9/25/98 UPLOADED BY: Dean Lind deanlind@epix.net AUTHOR: Dean Lind TYPE: Freeware VERSION: N/A DESCRIPTION: Export contents of a View to CSV COMMENTS: This little application demonstrates how to export the contents of a VIEW to a CSV (comma-delimited) file. Specifically, it shows how to export the contents of a filtered Browse to a file. Though I've chosen to export to a CSV file, the technique shown here could just as easily be used to export records from a Browse to any supported file type. Note that there are three records in the included .TPS file. The Browse is filtered to only show those where the last name is 'Bird'. This to demonstrate that it does in fact only output those records contained in the View. If you find it useful, drop me a line and let me know. Enjoy!