need help VB6 datareport how do i use dateadd in shape??
I did not see replies in other post. please disregard this post. administrator please remove. Hi, I am using VB6 with access and data environment with datareport and single table. i need to show batch...
View ArticleIs it possible to use datatable as data source in CR?
I knew how to use dataset as data source in CR. Is it possible to use datatable as data source in CR, like below? Rpt.SetDataSource(myDs.table(3)) The reason is in myDs there are about 10 datatable....
View Articledoing reports using crystal reportss,and statistics using geographic cards ?
Hi all a database containing the following tables card ,distributer,country,shop, offer and its category and type i forget the dimension date which contain a column daekey having this form(XX/YY/ZZZZ)...
View ArticleShowing images (File path stored in DB) in Crystal Report 8.5
Hi All, I am using vb6 and Crystal Report 8.5. i have picture file path stored in database table. Can we call/show picture (related to each record) in crystal report, using picture file path which is...
View ArticleSetting font in export to Excel
I have created a report using the ReportViewer and rdlc files. When the report is created there are three export options - Excel, PDF & Word. When I export then open the report in Excel the text is...
View Articlecrystal report and oracle connection using asp.net (web application)
hi, I am trying to connect with ORACLE database using asp.net 3.5 for displaying Crystal Report. I used the code cr.SetDatabaseLogon("userid", "password", "localhost", "dbName") error message: Logon...
View ArticleVB 6 And Crystal Report 8.5
Hello All, I'm using this codes to connect CR Code: Private sub Command2.Click() Dim crxTable As CRAXDRT.DatabaseTable Dim mReport As CRAXDRT.Report For Each crxTable In mReport.Database.Tables...
View ArticleExport an image from Qlikview into Powerpoint and choose where to paste it
Hello everyone, I'm trying to create a macro in Qlikview (reporting tool) to export graphs into powerpoint. Here is the peace of code I use to open a powerpoint document and select the slide where I...
View Article[RESOLVED] VB 6 And Crystal Report 8.5
Hello All, I'm using this codes to connect CR Code: Private sub Command2.Click() Dim crxTable As CRAXDRT.DatabaseTable Dim mReport As CRAXDRT.Report For Each crxTable In mReport.Database.Tables...
View ArticleUsing Different MSSQL tables to populate table in RDLC report.
Hi, i just wanted to populate rdlc report table with different MSSQL tables depending on the required condition. N.B the structure of all sql tables and table in rdlc report is same. Thanks Bilal
View Articlecrystal report : Suppress Group Header (Need Help Urgent)
How do I Suppress 'GROUP' if 'Details' section is blank, and then move to next page showing the next 'GROUP'? EXAMPLE : Page #1 GROUP - A Detail Section - Blank. If Blank Details, page SKIP to next...
View ArticleReport for Clients
Hello, I have a report database that provides my company with clients that took our training modules and notify us of which clients completed our trainings. The clients can complete training in 3...
View ArticleRecord wise printing in vb 6
Hello All I'm Using Crystal Report to printing Records.. In VB 6 i'm using this codes to retrieve Records from access Code: With CR .ReportFileName = App.Path & "\Report\A4_WN.rpt"...
View ArticleReferences required in VB to connect to Crystal Reports
Hi I have previously used Crystal Reports 6 and my Access 2000 VB connected using the following command Retval = Shell("P:\ClientInvoiceDetails1.exe", 1) But with the demise of XP my client has had to...
View Article[RESOLVED] Crystal Report Number as string formatting {Please Help}
Ok so I'm sure this is a simple fix however I am struggling with what I need to achieve and I'm hoping someone can help me out. I have an order database with a table {ORDER_HEADERS} there is a field...
View Articlegetting report viewer to show only results i've searched for
hey i am using vs2010 and i have connected my db to my program i am trying to create a report where the user can search for one customer and have all their information show up so far i am only able to...
View Article[RESOLVED] Record wise printing in vb 6
Hello All I'm Using Crystal Report to printing Records.. In VB 6 i'm using this codes to retrieve Records from access Code: With CR .ReportFileName = App.Path & "\Report\A4_WN.rpt"...
View ArticleVB.NET 2010 Crystal 2011 (13.0.9.1312) - Missing Parameter Values exporting...
I have posted some information, including code, on the SAP forum about this but have not received a response yet. I am not sure if I am barking up the wrong tree or not. The short story is that I am...
View ArticleReport textbox format date
I have a report returning, the date as 01/012014 10:15:00, would like to return date only mm/dd/yyyy. I have tried right click textbox properties, number, category date etc, etc. I have tried format...
View ArticleMake image to back in Crystal Report
I have a form as jpg file in which there are some member information need to fill. I created a crystal report in asp.net, inserted this jpg file as ole object, painbrush picture. I drag a field into...
View Article