0
votes
0answers
29 views

vb6: Crystal Reports 8 not opening in Client PC but working in Server

My VB6 application is working in server (windows server 2003) and reports are opening in the same system and these are shared across the LAN. Application is working perfectly but crystal reports are ...
-1
votes
1answer
151 views

For Crystal reports 9 for vb 6 ,during export of report , I just want to limit the user see only pdf in export combo, is there a way to do it?

For Crystal reports 9 for visual basic 6 , you can export the report to various file format such as pdf, excel, word, rpt etc. If I just want to limit the user see only pdf in export selected combo , ...
-2
votes
0answers
41 views

Kill function not working for .rpt files [closed]

I have a vb 6 application. I have used the KILL command a file with a .DOT extension but the same command gives error when trying to kill a .RPT file. Kill App.Path + "\Data\" + "filename.rpt" Any ...
0
votes
0answers
123 views

subscript out of range run time error '9' vb6 crystal report

I am getting this error when I try to pass an sql string to an external crystal report. extenal in the the report is not part of the project but a crystal report file. I have uploaded a summarised ...
0
votes
0answers
67 views

Crystal Reports 4.6 - Getting report with Unicode Character Encoding

I have a stable vb project that had developed with vb 6. I need to add new Crystal Reports. CR generates the report without unicode characters. So how can i fix that problem. Things that I tried : ...
1
vote
1answer
399 views

Record Selection Formula in subreport vb6.0

I have a crystal report rpt1. I am using rpt1 as subreport of rpt2. I have following selection formula in my rpt1 rpt1.RecordSelectionFormula = " {BANK.PRID}= " & PRID & " " Here Bank is a ...
0
votes
1answer
47 views

Crystal report4.6.1.0 connection to Mysql

How to set path to a MySQL database which is installed on another server, e.g. 192.168.1.35? strReportName = "Schedule.rpt" intReportDestination = crptToWindow With rptAnnSalExp .ReportFileName ...
0
votes
0answers
183 views

My Sql-Crystal report-VB6 set path to mysql server 'CrystalReport1.DataFiles(0)'

CrystalReport1.DataFiles(0) = GetAppPath1() & "Cust.mdb" How to set path for mysql database which installed on another server..."192.168.1.35" Please help me Guys.......:)
0
votes
1answer
251 views

Crystal report subreport orientation VB6

I am creating a report in VB6, in particular I have a main report with landscape orientation, then I insert a subreport again with landscape orientation but when I print it the sub-report appears to ...
0
votes
1answer
392 views

Cannot get crystal reports 8.5 reports to run under Windows 8 for a VB6 project

I have a rather large code base in visual basic 6. The database server is sql server 2000. For reports we are using Crystal Reports 8.5. I have been successful in installing the prerequisites ...
1
vote
1answer
170 views

How to use SQL Server Reporting Services reports with visual basic 6.0

We have an application in VB6 where reports are created with Crystal Reports 8.5 We want to migrate the reports to SSRS, but the app will remain in VB6 for some time. I have searched a way to print e ...
1
vote
1answer
94 views

How to print continue on ending of ever page except last in Crystal Report XI?

my detailsection2 is default suppressed, I want to unsuppress DetailSection2 only when page reaches to an end then again supress on next page and unsuppress DetailSection3 on last record. I've ...
0
votes
1answer
204 views

Crystal reports 5.2 client?

I have received the source code of an old vb6.0 app that uses Crystal Reports. The original project file shows: Object={00025600-0000-0000-C000-000000000046}#5.2#0; Crystl32.OCX In my old visual ...
-1
votes
1answer
132 views

Which are reporting tools for vb6? [closed]

i'm new to reporting in vb6. i want to know supported reporting tools in vb6. i'm aware of datareport and crystalreport. but, which new version of crystalreport is supported in vb6?
0
votes
0answers
109 views

How to Change Report Title in vb6 with Crystal report

How can I change the Report Title of a report made in crystal report when I print it
0
votes
0answers
74 views

Crystal Report + Vb6 Job Name

How can I change the print job name when I'm printing a crystal report
0
votes
1answer
940 views

Old Crystal Reports doesn't like Windows 7 x64

About 15 years ago I wrote a system for a client in VB6 using Crystal Reports. They've been happily using the system, until they contacted me a week or two ago. Apparently they decided to get with ...
1
vote
1answer
773 views

VB6 Crystal Reports ActiveX viewer not displaying all export formats

I am using the Crystal Reports ActiveX viewer (v10) in a VB6 app. 10/12/2003 01:41 AM 799,944 crviewer.dll The viewer loads OK and displays the report but the export formats available ...
0
votes
0answers
254 views

rpt source code

I am able to open .rpt file on IE. It has data in table format and graphs. And I have directory that has all the related files, but I cannot find the source code. Do I have to open .rpt files? or vbp ...
0
votes
2answers
367 views

vb6 to C# conversion. Crystal Reports - ParameterFields

I have the following code in vb6 and I cannot figure out how to convert it to C# (visual studio 2010) for the life of me. vb6 - crtPanelStudyAuditTrail.ParameterFields(0) = "GA_PANEL;" & ...
10
votes
2answers
557 views

Table [tablename] could not be found -2147189180

I have created a report using Crystal Reports XIr2 to report on information from a database for our application. It is a cross tab report, reporting on a variety of data returned from running a stored ...
0
votes
0answers
265 views

VB6 and Crystal Report error: SQL expression can not be used in this report

I have a report that displays all needed data. My SQL string is in my VB6 code: Select * from table_name And the error part that I think is my field in Crystal Report: CONTACT_NO. This field in ...
2
votes
2answers
2k views

pass parameter to crystal report

I write this code but it have this error. "Run-time error '20553': Invalid parameter field name" can anyone help me to solve it? With CR .ParameterFields(0) = "start;" + ...
0
votes
1answer
302 views

Crystal Report (XI RDP) is holding on to Access Database

Our VB6 application works with multiple MS-Access databases which represent different resultsets. When the user selects a resultset, the database that contains the resultset is renamed to Temp.mdb ...
0
votes
1answer
274 views

How to summarize all records in Crystal Reports 8.01

I have a problem with how to sum all records in Crystal Reports 8.01. I'm using VB6. example: date tools in out 1/19/2012 stone ...
0
votes
0answers
343 views

Crystal Report opens then closes from Visual Basic 6 app

I've got a Visual Basic 6 app that launches a crystal report on another server. The crystal report uses a system dsn to connect to a sql server database. When I click the button that opens the report, ...
0
votes
1answer
295 views

vb6 Crystal reports 9? how to simulate formatted string as separate records

Here's another one for ya. I have a column in a database that consists of a formatted string containing titles and values associated to those titles. such as: "Genre : Science Fiction Style : ...
0
votes
2answers
252 views

Why is this causing a type mismatch?

I have a VB6 application that calls a Crystal Report XI Report. However when I try to change the connection info I get a type mismatch. Any help would be appreciated. Dim Report As craxddrt.Report ' ...
0
votes
2answers
336 views

Crystal Reports in VB6 shows up empty for first run

So I'm having a problem with Crystal Reports where the first time I try to run the report, the report shows up empty. The report shows up with the various separators, lines, boxes, etc., but no data ...
0
votes
1answer
710 views

How to make a select query in crystal report

Using Crystal Report 7, VB6 and SQL In the Crysal Report, I want to display a column from SQL Select Query In crystal Report, Where can i add the query, then how can i add the column from the select ...
1
vote
1answer
666 views

Crystal Report with VB6

I have a Crystal (v9) report with field definitions defined (and placed on the report). On my vb6 form I dropped a crystal viewer object from the toolbox. Not sure why but I am assuming that there ...
0
votes
1answer
4k views

How to pass parameter field to 'Command query' in crystal reports 8.5

am using CR 8.5 to generate report.I am passing a parameter field from VB to crystal report. I have added the SQL query for the report in which the "WHERE" condition is got from the parameter field. ...
0
votes
2answers
1k views

Crystal reports in VB6 application on Windows 7 64-bit

We're able to install our VB6 application on Windows 7 64-bit, but it won't display any reports (Crystal Reports). The message is CrystralReport 20599 Cannot open SQL server. How do we fix it? ...
0
votes
1answer
343 views

How to unmerge the excel fields while exporting from crystal reports 9.2

I am exporting crystal report to excel file using vb6.0. When i tried to export the crystal report file to excel the columns are merged.I need to unmerge all the fields so that i can manipulate data ...
0
votes
1answer
175 views

Column with Numeric DataType returns a value with decimal upon using Crystal Report

SQL Server 7.0 VB 6.0 Crystal Report 8 Column Name: myColumn Data Type: numeric Length: 9 Precision: 10 Scale: 0 Lets say myColumn has a value of: 1, 2, 3, 4, and 5 When I check it on ...
0
votes
2answers
780 views

Crystal Reports - change group header suppress formula programmically

Using Crystal Reports 10 and vb6/classic (although I expect its the same in any language), is it possible to change a suppression formula on a Group header section dynamically from code. I'm ...
1
vote
1answer
186 views

Crystal reports supression not working on some computers

I have a VB6 app that uses Crystal reports 8.5. The report defined in Crystal reports is displayed to the user in Microsoft word. It has a section that is suppressed by using the "suppress" keyword ...
0
votes
1answer
231 views

VB6 with Crystal Reports on Windows 2000 Terminal Services

We got an old app written in VB6, which uses Crystal Reports. Is there a tool that would allow us in which permission the application is being denied to create the Crystal Report object? We've ...
0
votes
1answer
420 views

How many prints had been accured via crystalreport in VB6?

I have a crystal report viewer object in a VB form and I need to know how many times it was printed. actually I want to know "how many times a user hit the print button on the crystal report object" ...
0
votes
1answer
2k views

Crystal Reports Error 20997

I've created some reports in CR 7 and VB6 which connect to an SQL Server2000 database. Then I've created the Setup program by using the VB Deployment Wizard. The problem is that in some (not all) ...
2
votes
1answer
209 views

Tools to Migrate VB6 Data Reports to Crystal Reports?

Hi I need to automate the migration of VB6 Data Reports to Crystal Reports, which is now being done manually, is there any tool available to do this (or) is there a way to create one. Thank you
2
votes
2answers
2k views

How do I redistribute a VB 6 application that uses Crystal Reports?

Assuming target system has "Crystal Reports for Visual Studio 2008", how can I distribute a VB 6 application excutable along with report file? Just moving the executable and report file doesn't work. ...
1
vote
4answers
6k views

crystal reports 8 - set location dynamically in vb6

I have a VB6 front end, SQL Server 2005 as the back end and Crystal Reports 8.5 for reports. I need to set the location at run time in my application as I have 2 databases. My problem is that when ...
0
votes
2answers
959 views

vb6 project saying crviewer9.dll is missing

I have a fairly old project in vb6. And when I am trying to open this project it says: crviewer9.dll could not be loaded so I presume I need crystal report 9 runtime, but I could not find any ...
1
vote
2answers
656 views

VB application with Crystal report 9

We have a VB6 application using CR 7. We want to move the VB application to another box where CR 9 is available. Should I rebuild VB apps with CR 9? Any suggessions? We deployed copied the ...
0
votes
2answers
691 views

how can we pass data from crystal report(8.5) to vb form

I made Invoice By Crystal Report v8.5 (Vb6 & Access). There is item Name and Price. At last Net Payable Amount:500(Exp), I need to Show In words(Five hundred). Crystal built in Function is not ...
1
vote
1answer
452 views

Crstal Reports 8.5 and Temp Files

Scenario 1. Crystal Reports 8.5 2. Visual Studio 6 The above combination creates hundreds of .tmp files on drives and project directory folder on each time a project is compiled/run and I am sick of ...
0
votes
1answer
229 views

How to view the report

Using VB6 & Crystal Report 9 When i click the button, i want to view the report in the form.. Need vb6 code help....
0
votes
1answer
553 views

Crystal Reports “Login failed for user 'acs_sql'.”

I've got an app running in VB6 using Crystal Reports version 9 (shutup -- it's been running great for them for 11 years). I've got MANY crystal reports in this thing, and 99% of them work just fine ...
1
vote
1answer
469 views

Crystal Reports 8 - 2 machines, only 1 exporting

i'm working on an old VB6 project, using CR 8. At the development machine, with Crystal Reports installed, i can export to excel, for example, without problems. Not so at a client machine. I've copied ...

1 2