hi,
i using crystal report 7 and i facing a problem with the selectionformula.

i load the report using this:

CrystalReport1.SelectionFormula = "{lic.numero} like '1' and {lic.tic} like 'AB'"
CrystalReport1.ReportFileName = "xxx.rpt"

but this take some time to load the records because the report first load all records i see the progress bar and the number of records and he load all them he use the formula that i say and only display 1 record that is correct.

how can i load only what i want?
i have see other app using the same component and he as fast so its possible to filter just what i want without load all the content of db but who?

any one can help me?
thanks a lot