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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Just get report of one RECORD !

Status
Not open for further replies.

HadiRezaee

Technical User
Mar 9, 2001
165
IR
Hello,

Q1. I'm using vc++ and Crystal Report activex, can i connect DAO to CR activex ?

Q2. Is there any way to get report just of one record ???
by passing record number to CR activex ??

Regards,
 
Yes to both questions.

Q1: Use the More Data Sources->ActiveX->DAO in Crystal.

Q2: This sort of thing is generally handled by the select statement. In CR you might set up a parameter, and pass the parm from your app to CR to filter the rows in the where clause. Hard to say without knowing what type of database and whether you have a field which you can limit on.

Here's the list of sample VC++ apps from Seagate:


-k kai@informeddatadecisions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top