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 wOOdy-Soft 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 programmatically populate Crystal Report?

Status
Not open for further replies.

dotnetprogrammer

Programmer
Aug 17, 2000
77
US
Using RDS & VB & ADO, how do I programmatically populate the detail section of Crystal Report?
 
How about designing a report that's connecting to a stored procedure you have created. Assign whatever columns return from the stored proc to the Detail section.

Then, place a Crystal Reports control on your VB form, and make use of the control to display the report. This way, when the report is called, it would go and execute the sproc, get the result, and display the data.

Hope this help.


Min.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top