[RESOLVED] Exporting output from a stored procedure to be viewed as a report...
My stored procedure returns data that is to populate fields in an Excel file. The data is to display in a grid on the user's monitor screen so that the user can review it before printing, viewing as an...
View ArticleTotal at the end of Report
hi to all I m working on Crystal report 2008 ,..and I wanted to know the total of values at the end of report..can any one give me brief idea .. for example I need like this productid product price 1...
View Articlecount on crystal report
Select count(id) from table where company_id='"& textbox.text &"' How i can formulate it in crystal report? i've formulate in SQL Expression Field - Selection Formulas - Group Selection but...
View Articlei am new with vb.net 2008 to develop Reports
Hello Experts; Good day. I want to generate the rldc report with parameters using. The database is used is .mdb. I design the report by using wizard and set parameters names. When i run the select...
View ArticleCrystal Report very slow on first load
Hello, I have a piece of code that prints an empty page. Code: Private Sub pnKassa_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles pnKassa.Click Me.Cursor = Cursors.WaitCursor...
View ArticleSpecial Formating in RLDC report Field
Hello Friends; I want to format a number which shown in the report at runtime. I have a number 1,2,3 but i want to show as 0001, 0011 and so on. i use in expression like =...
View ArticleNeed to Automate in Crystal Report
Hi All,,,, i am currently working on Crystal Report which takes data from sql database,, Now i have around 100 reports in my hand and in each report i need to set printer setup to a particular size say...
View ArticleHelp with MyNeoReport
Hi guys... Im wondering if anyone reading this has used MyNeoReport before. I have posted a few times in this form trying to get a receipt to print and now I am trying to use MyNeoReport to do so. I am...
View ArticleReport Viewer - Accessing DataSet1
Greetings, New Member and First Time Posting... I created a Visual Basic Application using Visual Studio 2013. I do not connect to a database, but instead read in an XML file and have the contents...
View Articleinsert multiple page ole in crystal report using vb6
Pls help I am using multipage word document as ole object in crystal report8.5 but only first page is displaying and rest of the pages are not displaying. kindly provide a solution to diplay all pages...
View ArticleHiding duplicates does not hide them from totals!!!
VS 2010/VB.NET/ReportViewer Hi, I hope I will get help in here as this is driving me crazy! I use the following in the Visibility section to hide duplicates: Code: =Previous(Fields!XYZ.Value) =...
View ArticleLineObject Height
Hi, using crystal report in vb.net 2010 & 2012, my problem is the height of the Line Object control. All I want to happen is make the height of Line Object base on the height of the paper even how...
View ArticleAdd New Field
Hi This is the below code . I want to add 1 more field to query . Problem is after adding field in query i want that Database Fields in designer should also update which is not happening. Code: Private...
View ArticleProgrammatic Page Setup
Hi, I have an RDLC report my users need to print on two kind of pages; A4 (Landscape) and A3 (Portrait) At the design time I setup the page kind and margins as: Layout1: "A4 Landscape, Left/Right 3mm,...
View ArticleWhy my Crystal Report sections are off
Hi. I added a crystal report and attached data with it but my report 2 sections are off. I mean that anything i add on these 2 sections, does not appear on runtime. Please guide me. Attached Images
View ArticleURL with Port Number Does Not ask for Authentication While URL w/o Port Asks...
Hello, I have a virtual web directory set up and VS 2005 installed on my machine. My project is a Web app and when I view my ASPX page (connected to a Crystal Report), I see a URL with a port number...
View ArticlePrinter Name,Paper Size Programmatically
Hi How we can set printer,paper size programmatically in Crystal Reports . We are using Crystal Reports9 & Visual Basic. Is there any option other than programming to allow user to select...
View ArticleNot able to run app on 2008 R2 server with Crystal Report
I am moving applications that prevopusly been running on windows 2000 server to our new internal web server running windows 2008 r2 (64 bit). I am running into CR issues which I have not been able to...
View ArticleWhy there is too much space in my Crystal Report
Hi. I have created a crystal report as: When the actual report is created so it has this much between Detail Section and Footer. Please tell me that how do i remove this extra space and make my report...
View ArticleReceipt
Hello everyone! I have a POS already done in visual basic but one thing is missing, pritting a receipt. How can I do it? Something like this: Regards, Bernardo Correia Attached Images
View Article