|
-
Mar 14th, 2008, 06:37 AM
#1
Thread Starter
Lively Member
creat a selectionformula using crystalreport1
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|