fiogf49gjkf0d I wonder if anybody else has run into this. I have a Crystal Report that I run from a button using ShowReport(ReportNameOrId, EntityTableName, EntityId). The report has a recordselection formula that uses a prompt paremeter. When I run the report, it ignores the EntityId parameter that I pass in and returns every record that matches the record selection formula. If I remove the record selection formula, then the report returns just records for the EntityId that is passed in. My question is, is this the way it's supposed to work, that you can't have a record selection formula AND pass an EntityId parameter? |