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.

Enjoy!

Dean Lind