[RESOLVED] crystal reports dll`s
Good Day, I have a simple program which runs on vb6, and with it reporting tools from crystal reports 10. now i was wondering if all installed crystal reports tools on the program will work on pc`s...
View ArticleHow about the Open Source FyiReporing and its forks?
Firstly, is this subforum purely for "Crystal Reports, Access and Data Report Designer" or are other options welcome? I noticed that there was an Open Source RDL-based reporting option called...
View Articlecrystal reports on a different computer
Good morning everyone, I have created some crystal reports but my issue is I need to install the .exe file on different computers for users to use reports. I dont know how to do this, can anyone tell...
View ArticleSSRS Sum and iif problem
I have a field "Work_code" which can ent in "0", "1" etc. I also have a field "Hours". I want to display all the hours if the work_code ends in "0" and sum them. THe expression...
View ArticlePrint Directly to Printer with RDLC Report
I am wondering how I can print directly to a printer with a local rdlc report instead of using the report viewer. Basically what I am trying to do is allow the user to push a button and print a report...
View Article[RESOLVED] Getting Sum on right side
Can i sum two left columns in datareport of vb6, I have two bounded textboxes which obtained data from database and i want to display sum of every record on their right side. Can i do this? If yes then...
View ArticleOpen Source RDL: My-FyiReporting
It appears that My-FyiReporting is the sole active fork of the old (now defunct) FyiReporting, so I've started a new thread to share my findings. It seems to me that it has great promise if the...
View ArticleError 20544 in Crystal Reports on a certain XP computer
I have the same VB5 program using crystal reports installed on 3 different computers for testing. Two XP computers and one Win7 computer. When the database and Crystal Reports are located on one of my...
View ArticleError of Password in Crystal Report
I make crosstab crystal report and then want to display it through vb, it display error Attachment 90371 I am using Crystal Report 9 Visual Basic 6 Attached Images
View ArticleRun existing Crystal Report in VB.NET
I have an existing Crystal report built (using Crystal Reports), and I want to be able to share it with other users who don't have Crystal installed. Actually, I want them to be able to run it...
View Article[RESOLVED] Reportparameter: "Overload resolution failed"
im new to reporting and im following a tutorial http://www.youtube.com/watch?v=psLVb...eature=related however im using my own table and also my personal controls, namely reportviewer1, Textbox1, and...
View ArticleWhen having a record characters more that 26000 cdoRecordSet.AddRows...
Attachment 90543 I provide data in to vb code through xml as follows <?xml version="1.0" encoding="ISO-8859-1"?> <Report> <Configuration> <Printer>Default</Printer>...
View Articlevb.net bind/rebind data source to reportviewer at runtime?
how do we bind/rebind data source to reportviewer at runtime?
View Articlei cannot create report
Hi I am new to crystal report I use mysql for database so I try to create new report using report wizard and go to create new connection to connect to database and I dont know where to go next from...
View Articlevb+ cr 8.5 open report
link to my other post related to crystal report http://www.vbforums.com/showthread.p...77#post4219177 moreover, i have created rpt using cr 8.5 and i use mysql db with mysql odbc 5.1 that means I used...
View Articlevb and crystal reports 10
I am using crystal reports version 10 and vb6 and mysql database I am connecting with crystal reports using connectionstring and not odbc. I intend to use connectionstring. I am using reference crystal...
View ArticleModifying an RPT in CR9 that was created by exporting as RPT from VB6 IDE
Hi I am really stuck trying to do the above. I keep getting an error "object doesn't support this property or method" when I reference the modified report in my VB6 app. If I do not modify the RPT file...
View ArticleProblem with iif expressionstatement in rdlc
I am using the following expression: =Fields!job_number.Value It gives either a number or blank. I want it to give a number or '0' if it is blank. Therefore I have used the following expression:...
View Articlesend crystal report4.6 via vb6
Hi when I designed an report by crystal report 4.6 in vb6 I can send the report as attached file via email, but when I preview the report thtough the application the MAPIMessages and MAPISession...
View ArticleSub Report in VS2010
Dear All, I have to display 2 reports in VS2010 as one. So what I am using is sub-report. but the thing is I don't know how to display data from my db in the sub report. please see code below. Code:...
View Article