|
More site info...
Crystal Reports for Visual Studio | Forum profile
|
|
Forum profile page for Crystal Reports for Visual Studio on http://msdn.microsoft.com.
This report page is the aggregated overview from a single forum: Crystal Reports for Visual Studio, located on the Message Board at http://msdn.microsoft.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Crystal Reports for Visual Studio" on the Message Board at http://msdn.microsoft.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Crystal Reports for Visual Studio:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
95
|
269
|
439
|
|
Post:
|
114
|
329
|
566
|
|
|
Crystal Reports for Visual Studio Posting activity graph:
|
Top authors during last week:
user's latest post:
crystal reports
Published (2009-11-13 04:24:00)
We are changing the issue type to “General Discussion” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer...
user's latest post:
Change Visual Studio 2008...
Published (2009-11-09 15:12:00)
Owin, NO Crystal reports version XI will not work with Visual Studio 2008 I presume because of internal conflicts caused by the bundling of Version 10.5. I have to ask though why you need this, is it because the client want's to edit reports externally and the applcaition then isn't able to display them? If so the way I got around this was to use VS2005 and create a dll for the Crystal Functions in version XI then re-encorporate the...
user's latest post:
embed picture dynamically
Published (2009-11-13 11:02:00)
Hello, I would like to try this solution from virenl in VB2008 Professional but the dialog boxes, tabs, etc. refered to above from the Field Fxplorer and right clicking the picture do not seem to match VB2008. Can you provide the instruction based on VB2008. Thank you, Dan
user's latest post:
"suppress if...
Published (2009-11-13 10:32:00)
Sample report: State Total For AL PTD Direct Ship $4,686.04 $2,323.16 101.71 State Total For AL PTD Stock $608.48 $521.99 16.57 ...
user's latest post:
Crystalreportviewer vertical scroll
Published (2009-11-09 07:00:00)
Hey, Yes, I tried it in a different computer and it seems like it does the same thing. I dunno, maybe I'm just splitting hairs. I haven't seen any other posts about this and no one else is coming forward, so I think it's just me. I really do appreciate the help though. :)
user's latest post:
Crystal report shows just the...
Published (2009-11-11 14:16:00)
Hello, I have a dataset with a table and in the crystal report I have put it a Box Object (I would like to simulate a table), and inside the fields from the table. The problem is that in the crystal report shows just the first data row from the table. I have written the data from the dataset: ds.WriteXml("myfiletest.xml"); The file (myfiletest.xml) has three rows with data and in the crystal report is just...
user's latest post:
Change Visual Studio 2008...
Published (2009-11-13 02:21:00)
Hey Rupert, Sounds good. I just dont know how to: - create a dll for the Crystal Functions in version XI - re-encorporate the dll into the Vs2008 (You mean a reference in the Solution itself) Can you eleborate a bit on this? Thanx, Owin
user's latest post:
"Report filename was...
Published (2009-11-04 20:40:00)
So after two whole days of searching, I fixed it! Just in case anyone's interested. My code is: private void FiveMonthBatch() { FiveMonthBatch fivemo = new FiveMonthBatch(); fivemo.DataDefinition.FormulaFields["1mo"].Text = "ToNumber({Batched_." + cbox_month2.Items[4] + "})"; ...
user's latest post:
Can't Add New Crystal...
Published (2009-11-11 22:59:00)
I have downloaded and Install VS2010 Beta 2 on a computer which has never had Visual Studio installed on it, Running Visual Studio 2010 Premium Beta 2, this problem still exists. This is on a completely different computer than my original problem. In addition there isn't 1 computer in our 10 developer's computers which is able to add a new Crystal Report to a C++ Project without first creating the report some other way or adding...
|
|
|
|
Latest active threads on Crystal Reports for Visual Studio::
Started 11 months, 2 weeks ago (2008-12-04 17:36:00)
by [_Joe_]
Here's a good example... http://www. codeproject.com/KB/vb/Image_in_Crystal_ Reports.aspx
Started 4 days, 14 hours ago (2009-11-11 03:35:00)
by Harry Zhu
Hi, Please take a look at the article about how to show image on crystal report: http://www.codeproject.com/KB/vb/Image_in_Crystal_ Reports.aspx You might also want to use subreport to show only one image . Harry
Started 3 days, 15 hours ago (2009-11-12 03:12:00)
by Harry Zhu
Hi, 'Suppress If Duplicated' only applies to individual fields. You might need to sort the records to make the same reords next to each other and check if they are equal using PreviousValue in formula. For more info , please see: http://www.crystalreportsbook.com/Forum/forum_post s.asp?TID=4821 Harry
Started 2 days, 15 hours ago (2009-11-13 02:41:00)
by Harry Zhu
Hi, Have you tried to print another report to see if it will take that much time? harry
Started 2 days, 13 hours ago (2009-11-13 05:25:00)
by HemangiK
Hi Rupert, Thanks for your reply. I have two field from which i want one field to be bold and other one with normal font. So i use formula field and concatenate these two field. Below is my formula field, ( 'Rating : ' + '<b>' +{myfield name} + '</b>') and then i go in Format editor and change 'text interpretation' from 'none' to 'HTML text'. and make Horizontal alignment to 'right'. When i ...
Started 2 days, 13 hours ago (2009-11-13 05:16:00)
by Barbi Rio
Noone answered? Looks like everybody has a vacation season. Good that I managed to solve it myself It needs to copy only the report file in Debug and Release folder Marked As Answer by Barbi Rio Friday, November 13, 2009 5:16 AM
|
|
Hot threads for last week on Crystal Reports for Visual Studio::
Started 5 days, 10 hours ago (2009-11-10 08:11:00)
by Harry Zhu
Hi, Please follow the steps below: 1. Create New Connection 2. Under the Connection there is a Add Command item , you can double click it or using right click to add command. Harry
Started 6 days, 14 hours ago (2009-11-09 04:01:00)
by Harry Zhu
Hi, You might want to push the data into a dataset then show the image : http://www. codeproject.com/KB/vb/Image_in_Crystal_ Reports.aspx Harry
Started 3 days, 15 hours ago (2009-11-12 03:12:00)
by Harry Zhu
Hi, 'Suppress If Duplicated' only applies to individual fields. You might need to sort the records to make the same reords next to each other and check if they are equal using PreviousValue in formula. For more info , please see: http://www.crystalreportsbook.com/Forum/forum_post s.asp?TID=4821 Harry
Started 6 days, 11 hours ago (2009-11-09 07:26:00)
by Harry Zhu
Hi, Could you please be more specific about the question ? How do you create the project ? What is the data source of the report? Harry
Started 4 months, 2 weeks ago (2009-07-03 21:40:00)
by Damian 2009
Hi All: I had the same problem, and found that I have installed Visual Studio on drive E: but the Crystal Reports Templates were on drive C:. So I've copied the Crystal Reports templates files to My Documents\Visual Studio 2008\Templates\ and now they appear as My Templates. The template files were on C:\Program Files\ Microsoft Visual Studio 9.0\Common7\IDE\ Damian
Started 1 week, 5 days ago (2009-11-03 06:08:00)
by Harry Zhu
Hi, It's strange the scrollbar does not work smoothly. Have you tried to create a new project to see if the problem persists? If so, it might be caused by bad installation , please try to uninstall and reinstall VS . For the question relating to the focus problem , I do not think there is something to be turned on to allow mouse wheel to work. I'd suspect the effect on these buttons might be ...
Started 6 days, 8 hours ago (2009-11-09 09:53:00)
by Harry Zhu
Hi, As far as I know, Cryatal Report is shipped with VS 2010 Beta 2.You might want to get the edition. For the question relating to Crystal Report 9 , please try to refer to Object Bussiness. Thanks, Harry
Started 6 days, 3 hours ago (2009-11-09 15:12:00)
by Rupert Davis
Owin, NO Crystal reports version XI will not work with Visual Studio 2008 I presume because of internal conflicts caused by the bundling of Version 10.5. I have to ask though why you need this, is it because the client want's to edit reports externally and the applcaition then isn't able to display them? If so the way I got around this was to use VS2005 and create a dll for the Crystal ...
Started 2 days, 15 hours ago (2009-11-13 02:41:00)
by Harry Zhu
Hi, Have you tried to print another report to see if it will take that much time? harry
Started 4 days, 9 hours ago (2009-11-11 08:59:00)
by DilC85
if you have added tables, those have a relationship with each other(like foriegn key relation) there want be a issue and no message will come. You are getting the error message because there is no relationship with the tables you have added. when you add the tables to the report from the database expert, it will automatically link the added tables by matching field names.
|
|