VB 2013 Reporting
In VS 2013 Ultimate edition there is only RDLC report, i want to work it with parameters, how can i do this, can anybody tell me......
View ArticleHow to create cystal report based on stored procedure with one parameter
HI I created a stored procedure with one string parameter type of character with SQL SERVER 2008 R2 and I would like to create a Crystal Report. Here is my stored procedure: Code: CREATE PROC [dbo]....
View Articlehow to report this styles?
I have question. Use access2000.mdb and CRXIR2. my database: country us uk japan eur korea china germany I can use "Group" function to show all GH1, D, GF1 But I want to show that output/report is this...
View Article[RESOLVED] Problem printing rdlc report without preview
I'm using the example Walkthrough printing a local report without preview https://msdn.microsoft.com/en-us/library/ms252091.aspx I'm trying to print a label to a label printer so it should be simple....
View ArticleExporting rpx file programically...
Hi, I am teaching myself programming, and can't seem to find any clear help on exporting rpx files to pdf using only code. Our business software uses ActiveReports (and there is a file arInvoice.rpx),...
View ArticleEmbeddable Crystal Reports 9 Designer Control
Hi When i am opening the report in Designer Mode i am getting above message . Some reports are appearing blank in design mode. I am using Crystal Reports 9 Thanks
View Article[RESOLVED] Embeddable Crystal Reports 9 Designer Control
Hi When i am opening the report in Designer Mode i am getting above message . Some reports are appearing blank in design mode. I am using Crystal Reports 9 Thanks
View ArticleDeplopying Crystal Reports to other machine
hi guys I need help in deploying crystal reports ie on client machine. Or any other report i can use apart from crystal report and built in report viewer for vb.net.. Thanks
View ArticleExtract a string
Hi I have written the below in Crustal reports Designer Code Section If Field4.Value = "Maxim Ltd " Then Set Picture1.FormattedPicture = LoadPicture("d:\test\max.jpg") Else Set...
View ArticleHow to Logon Server and SQL Server
Dear All, I have create VB6 application and using SQL Server 2000 Databases. I have create Crystal Report 8.5 using Stored Procedures. Every time the Server change or database name change. I have to...
View ArticleRunning Sum in a Report vb.net 2010
Hello, Can someone assist me in creating a running sum text box in a report (in vb.net 2010)? I have some rows with values but I need another column that gives the grand total until every row. Smth...
View ArticleCopying data from excel into word - code error
Hi! I need to create a word document from excel, and I'm using a code which gives me the "Wrong number of arguments or invalid property assignment" compile error. If anyone could help me, I would...
View Article[RESOLVED] Copying data from excel into word - code error
Hi! I need to create a word document from excel, and I'm using a code which gives me the "Wrong number of arguments or invalid property assignment" compile error. If anyone could help me, I would...
View ArticleReportViewer Report: Page header values from column group
Sorry, I tried looking but I guess I need some help as I am not really adept at this reporting tool. What I want to do is to be able to display in the Page Header some specific values based on the...
View Article[RESOLVED] Reporting Issue
Hi all, I’ve battling this problem all day long and am getting tunnel vision… I am using Visual Studio 2012 Pro with SQL Server 2008 and am trying to get a report to work on a webpage using...
View ArticlePrinting a Single Crystal Report to a Single Printer from Multiple Workstations
Hello everyone, I am running Crystal Reports 10 on Windows XP. I have a Crystal Report on the network that I am trying to print to the same printer from multiple workstations. On Workstation 1 I set...
View ArticleMultiple Tables problem in crystal report... help!!
dear all i have problem in Multiple Tables with crystal report data does not appear even if i made it for only one table it is work and i already made relations between tables but nothing happen i...
View ArticleParameter into new report
Ok so I have a form in a visual studio application Form4. This form has a text box EmpID I made a report in a form5 and have a parameter that gets the value for its parameter from EmpID in form4. When...
View ArticleCrystal Repor + VB6 : Filter Multiple Names
In sql this is my approach: Code: SELECT * FROM tbl_Sample WHERE Name IN ('James', Lars, Brian) How about in RecordSelectionFormula? I can only filter one record in this code: Code:...
View Article[RESOLVED] Crystal Repor + VB6 : Filter Multiple Names
In sql this is my approach: Code: SELECT * FROM tbl_Sample WHERE Name IN ('James', Lars, Brian) How about in RecordSelectionFormula? I can only filter one record in this code: Code:...
View Article