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!

Using VB App to Save Crystal Reports to File

Status
Not open for further replies.

SharonM

Programmer
May 2, 2000
1
0
0
GB
I am currently trying to save crystal reports to a .txt format using a VB application.&nbsp;&nbsp;The CR report name and required parameters are passes to the VB application from an ASP page.&nbsp;&nbsp;This opens a command line using ASPExec and passes them in.&nbsp;&nbsp;&nbsp;I have been trying the following type of code to get the reports to save to a text file but it will not work<br><br>CrystalReport1.Destination = crptToFile <br><br>CrystalReport1.PrintFileName = MyArray(0) & &quot;.txt&quot; <br><br>CrystalReport1.PrintFileType = crptText <br><br>CrystalReport1.Action = 1<br><br>This is not working for me.&nbsp;&nbsp;It would be great if you had any ideas<br><br>Thanks in advance<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top