Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: displaying multiple records on a single page Post Reply Post New Topic
Author Message
fozia_izhar
Newbie
Newbie
Avatar

Joined: 10 Mar 2007
Location: India
Online Status: Offline
Posts: 4
Quote fozia_izhar Replybullet Topic: displaying multiple records on a single page
    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...
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet 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
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.