I've got a sample BSV demonstrating the following:
1) Entering 5 attributes for a client
2) Showing 3 selected Client attributes on a query
3) Click on an operation that allows user to Query by Form to select which clients they want to export to CSV
4) User is presented with Query by Form selection parameters screen
5) User is presented with screen to view the CSV (ie: Excel) of all 5 attributes of the selected clients.
This becomes more useful when you want to give the user a large number of attributes per client in the CSV/Excel file (not just 5 per the above example). In a situation like this the Export button on a Query would not be practical because you would have to show the large # of attributes on the query for AwareIM to export them.
Additionally if you running AwareIM on a hosted server, the EXPORT action is not practical either, because it would export the file to the server & not the client machine.
This BSV solves both of these limitations.
If you want a copy of the BSV, PM me with your email address and ask for ExportTest bsv.
Tom