Print Page | Close Window

displaying multiple records on a single page

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=304
Printed Date: 19 May 2024 at 2:52am


Topic: displaying multiple records on a single page
Posted By: fozia_izhar
Subject: displaying multiple records on a single page
Date Posted: 10 Mar 2007 at 1:20am

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.



-------------
This is not so easy so we are here...



Replies:
Posted By: hilfy
Date Posted: 12 Mar 2007 at 10:54am
Your record selection criteria is set to only select one candidate ID.  This may be where your problem is.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window