I want to pass a complete query to a Crystal Report from Visual Interdev. I'm calling the report with this intruction:
strUrl = " & SelFor & ""
where SelFor is a variable that has my selection formula. But instead of this, I want to pass a complete SQL statement.
strUrl = " & SelFor & ""
where SelFor is a variable that has my selection formula. But instead of this, I want to pass a complete SQL statement.