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!

Creating report in VB

Status
Not open for further replies.

mmemon

Programmer
Nov 21, 2002
46
US
Hello,

We have an application(VB)that when a button is clicked by the user, we want a crystal report to be created and exported to a pdf file and stored in a folder for users to pick up and save to their machine.

I am not sure of how much I have to code and how much can be done in the designer. What are the steps? Can I create the report from Crystal Reports save it as an .rpt somewhere so when the user clicks the button it calls that report, populates the fields with data and exports it to pdf? Or do I have to actually code the database connection, and the actual report(headings/fields) in VB.

We don't want the report to open just created in the background and exported to pdf.

Any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top