Hi to all
I hav a crystal report named as Rid here i want to display all the candidates ID which is fetched from a table filtered through certain searching criteria.
I hav table report as a blank report and add the database and the required table by right clicking on report.
i hav draged a candidateID field from field explorer and i took a crystal report viewer in my form.There are 10-12 Candidate ids seleted from my query now what i want is dat all of that candidate ID should displayed on a single page but by my coding only the last candidate ID is displayed. Now please tell me how can i display multiple records on a single page in a crystal report.My coding is written below:
Dim cr as Rid
cr.RecordSelectionFormula =" (Table.Candidatid)= " ' " & Candid & " ' "
CrystalReportViewer1.ReportSource= cr
I m new to crystal report please help me if anyone can.If possible den plz give an example.