Having a hard time with Crystal Report Crosstabs... I need it to display...
Supplier 1/ Status: (string) Item 1: Unit Price, Total Price Item 2: Unit Price, Total Price Supplier 2/ Status: (string) Item 1: Unit Price, Total Price Item 2: Unit Price, Total Price Supplier 3/...
View ArticleWinforms RDLC Report - Details not showing
I have a problem in my RDLC Report. The report header is displaying whilst the report details are not. Report Layout: Report Output: As you can see I've already called the SQL fields in the report...
View ArticlePrinting a report without preview not working in Windows10
I have been using 'Printing a report without preview' as described below: https://msdn.microsoft.com/en-us/library/ms252091.aspx I now find with Windows10 it is not working - It is not displaying the...
View ArticleHow to set background to image without touch qr code
Problem Image conflict and interact with qr code and when read it not read because color and text affect on qr generation I work in vs 2015 windows form application with c# I using microsoft report...
View Articlemarksheet using crysal reports
Hi .Please help me solve this problem. I need to design a marksheet using crystal reports in this format: I have a table called Subjects that store details about each subject: As is evident from the...
View ArticleCrystal report Issue
Hello, And thanks in advance for your assistance i have an issue with crystal report, for example i have a report that prints out this way: the data are coming a from a join query with distinct...
View Articlecrystal report issue-C#
Hello, And thanks in advance for your assistance i have an issue with crystal report, for example i have a report that prints out this way: the data are coming a from a join query with distinct...
View ArticleCrystal report local variable
I have a table with 4 columns (Morning/Afternoon/Evening/Night)char(1) field data will Y/N in the column with this table i am creating a crystal report the output should be something like this if...
View Articleprint without preview the crystal report
Hi, I am trying to send my crystal report directly to a printer without preview. Some how my code is not working. Any help? Thanks. Here is the code: Protected Sub Page_Load(ByVal sender As Object,...
View ArticleCrystal Report - Export, Preview, Print options
If you've read my other recent posts, you know I am converting a VB6 app to .NET. The app has a dialog for Crystal Reports where the user can choose a printer and the OK button prints, and the Export...
View ArticleCrystal Report - two databases
Hello. I have a report that wants to run a query against three tables. Jobs and xtblProjects are in database A and p21_view_customer is in database B. The report file has already been written and if I...
View Articlejust need help on this...
Public Sub PopulateFormulas(thisSheet As Worksheet) Dim lastRow As Long lastRow = thisSheet.UsedRange.Rows.Count thisSheet.UsedRange.Cells(2, "T").FormulaR1C1 =...
View Articletrying my luck here
Can anyone help me on my code below to simplify... im not a programmer but i just tried to google everything and record some steps. But if you could help me simply the code below would be very much...
View Articlevb6 and crystal report question
I am not sure if this question should be in here cause it involves vb6 code and crystal report or sql query. I have this record for example group of subjects and grade per student. I will print this...
View ArticleInvalid parameter name
Good Day! I need your help guys, I'm having a problem calling my report using parameters. I got this error. I'm trying to print a report that filters the date selected by the user. Code: Dim...
View ArticleCrystal Reports - Main Report having two subreports
Hello, I have a report where I am combining two independent reports together. The main report doesn't have any data sources; they are only on the sub reports. Both sub reports use the same dataset that...
View ArticleCrystal Reports group footer appearing on following page
Hi. I've got a report which has a group footer. The footer sometimes appears by itself on a page. The previous page is full and so the footer (just some totals) appears on the following page. the text...
View ArticleReportViewer does not auto refresh after chainging data
I have an application that goes an gets data from SQL then displays it in a local rdlc. Then close the print preview form and run the program again to get different data. The print preview comes up...
View ArticleRun-Time error 438. Please help
I have a small VB application with CrystalReports integration. The source I was given fails to compile for a missing reference and the debugger highlights the first line here: Code: Dim Report As New...
View ArticleWhat is important about reporting tools?
When you look to buy a 3rd party reporting tool to use with VB or your .NET development, what are the characteristics you look for when making the decision on which to buy? Is it ease-of-use, controls,...
View Article