Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB6 & Crystal Report8.5 (URGENT!!!!)
Name: Erna Date: February 26, 2002 at 19:36:11 Pacific
Comment:
I would like to ask if anyone knows how to open a text file in Crystal report by VB Coding? Or write to a field of Crystal report under the situation of no database file and can put the text in the crystal report.
if you interest in Crys. Reports & VB try to send me a mail. I'll help. JK.
0
Response Number 2
Name: Veeraprakash Date: April 18, 2002 at 00:57:00 Pacific
Reply:
Hai, I am having a problem with crystal report in vb. I have pasted a Crystal OCX control on the vb form and having a button.On click event of the button i have written following code
Now whenever i run the application of vb and press the button the crystal report is visible for some seconds and disappear immediately. i have checked the location of the report its there in my application path. The report is displayed properly thorough when i invoke it with Seagate Crystal Report 8.5.
Pl help me out to solve this problem
Thks veeru
0
Response Number 3
Name: Hamzah Date: May 16, 2002 at 01:35:08 Pacific
Reply:
Hi I developed a system in vb6 for reporting I use crystal report 8.0 when deploying the system when I process the report I got “Error 20599 - Cannot open SQL Server” from Seagate I down lode the p2sodbc.dll and update the dll file in my windows system directory it didn’t work plz help me on this prob
Thanks Hamzah
0
Response Number 4
Name: ENG NI Date: July 8, 2002 at 18:17:20 Pacific
Reply:
I would like to ask if anyone knows how to open a text file in Crystal report by VB Coding? Or write to a field of Crystal report under the situation of no database file and can put the text in the crystal report.
Summary: how to pass parameter from vb6 to crystal reports8 i have date parameter in crystal reports but when i execute my vb application,i haven't any result the code is .... crystalreport.parameterfields(0)...
Summary: I've not done it in VB 6 but have in Delphi, First I was able to configure the PDF in the VCL 'Export Options' then added the code: Crpe1.ExportOptions.FileName := 'c:\Exports\Export.pdf'; Crpe1.Expor...
Summary: Hi, I want to change the database location at runtime in VB6 using crystal report 8. I created a software that will be used in a network by several people. When I start the program, it reads in the w...