I'm intending to use Crystal from a VB.NET 2 WinForms program. The program will have several users connecting to a central SQL Server database, and each will wish to produce the same report, but on different data subsets. Rather like producing order line-item lists for different orders. Of course, this'll happen at the same time (Murphy's law !).
It seems that I can either create a data source (a View, for example) and a corresponding report for each user, or else a temporary table (#results or res_<username>) and a report for each user.
Am I missing something fundamental ? I would have thought that I should be able to run a report and, at the same time, tell it what table to get its info from (I promise to always have the same table structure <grin>).
Can I do that ?
Mike Irwin
(PS. If this qualifies me for a free copy of your book: I already have it - just haven't read it all yet - so please keep my copy for someone who wouldn't be able to afford it - like in India - and I'll pay packing/postage for the long-distance mailing.)
Merry Christmas