Re: Crystal Report Problem
Moved to Reporting Section
Re: Crystal Report Problem
You will need to modify your RecordSelectionFormula to be able to include both or multiple records that fit your criteria.
Re: Crystal Report Problem
sir, can u just give me a simple example of how to insert multiple records in a single reports
plz help
Re: Crystal Report Problem
I have an example in my signature for VB6/CR/ADO.
Re: Crystal Report Problem
VB Code:
oReport.Database.SetDataSource oRs, 3, 1
sir plz can u just explain this line
what is data base
ors is recordsource ?
oreport is a report