Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I check the number of rows returned by Crystal Report in VB6

Status
Not open for further replies.

SiphoNombebe

Programmer
Apr 11, 2003
3
0
0
ZA
> I need urgent help, I need to know if I can check the number of rows
returned by the crystal report from VB after executing a code like this one
:
- mReport.ReadRecords
 
RecordsRead method is not supported in VB. Any other suggestions?
 
RecordsRead is supported by CR.

You said you were using CR and DIDN'T say that you were using the DataReport!

The underlying recordset recordcount property will give you the total records
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top