I need to create a crystal report to return records list from my application. I need to specify some search criteria to retrieve records. With the standard VS controls I create user controls (one for filter conditions and second for list of retrieved records).
My question is whether it is possible to use SF Browse dialog to specify a datasource of crystal report (e.g. is it possible to get list of records displayed in Browse dialog as a datatable or dataset, or at least get a query statement?). Or is there another solution?
Thanks a lot
George