Crystal Reports :: Modify The Code Which Is In Indian Currency Format?
Oct 28, 2010modify the code which is in indian currency format?
View 1 Repliesmodify the code which is in indian currency format?
View 1 RepliesI want to convert the total price in my crystal report to word. have write the following formula:
formumla1 : TruncateValueStr
towords(truncate(sum({@TotalStylePrice}),0))
formumla2 : num2word
{@TruncateValueStr} + " and " + ToWords ((Round({@TotalStylePrice},2) - Int({@TotalStylePrice})) * 100, 0)
the output of the frmula is:
forty-four thousand five hundred eight and xx / 100 and eight The output containg xx/100 for fraction number. what is the solution to avoid xx/100.
When i run the application locally it works fine but when i publish it n access from it it gives the error asEither the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
View 2 RepliesI have a Cystal Report with Group field "category". I want to enable/disable grouping in crystal report from code behind.I want to do something like this
[Code]....
Acually user will decide if grouping is required or not by clicking on checkbox
I would like to ask is it possible to show crystal report in pdf format in web? I know how to export crystal report in pdf format, however, it is exported to client's computer.
View 1 RepliesI inherited some project which uses crystal reports. The datasource for startdate is in string format but I would like to make it up so that the time does not get added. Should I change the sql query somehow or can I make from the object in crystal reports (IFieldObject) to something more manageable.
View 2 Repliessometimes an export in pdf, or word format, is not the same of the report i mean about a lines, a dimensions of controls and other
View 1 Repliesmy boss wants show a page exporting , but in the combobox he wants remove the ".doc" format
View 2 RepliesI have Cross Tab in a report In database I have time in minutes. I have created a formula which converts minutes to hours. But Summary is correct but it is not in correct format i.e, in time format for every 60 it should round to 1 but this summary is rounding 100 to 1.
View 5 Repliesi have a problem in formating a number that shows inside a legend i want to show in a custmized format but it is shows like that
here's my chart,, i want to format number from 2,010.00 to 2010 only and same for 2,009.00 because this numbers are representing years
How do i display arabic data in correct format?
The following information(fig -1) is displayed correctly in crystal reports viewer but when i export the report in to word or pdf, using the export feature in cr viewer, iam getting a differnt output (fig -2).
I have a crystal report as reportDoc. In reportDoc.ExportToDisk function it is asking only file name. So let me where should I mention path and how should store in my server folder. I want that file to be saved in particular folder in server in pdf format. Report is converting to pdf. I have no problems in converting. Please let me know how to save that pdf file into my project folder.
View 1 RepliesWhen I click on the export button and get the pop-up where you choose the export format....when I choose the Crystal Reports format and click ok,the contents of that pop-up window is now the same as the page where I clicked the export button along with an 'Access Denied' message above the tool bar.
If I choose any other export format,this does not happen and I get the expected dialog where I can choose to open or save the export file.It seems to be a permissions issue, but I can't figure out what CR is trying access that it doesn't have permissions for.
using vb.net 2005 and crystal rpts.I have an iFieldObject on a report that I am using to display a signature line which looks ok except for one thing: the signature line needs to appear at the bottom of the object, how to do this?
View 1 RepliesHow can we consume a web service using asp.net out put in json formate?
View 1 RepliesIn our program, we are exporting crystal report (ExportToStream method) in html format and sendind via email body contents.
The email is showing correct format i.e same format as like format showing in crystal report viewer.
But when the user, farwarding the same email to any other person, the format is totally collapsed. All lines are moving up and text parts showing down with out proper alignment.
How to resolve this issue?
How to set the current system date inĀ ("dd/MM/yyyy") format under datetimepicker on the page_load method ..
View 1 RepliesI am using a datatable with different columns. Datatype of each column is Double. Now I want to format that column to Indian positioning number system. e.g(54,36,54,656.00). How can I do this???
View 1 RepliesHow to validate india mobile number format in c# windows application
View 1 RepliesI'm new to Visual Studio.NET . I need to integrate the crystal reports into an ASP.NET application. I generated Crystal report with the help of crystal report XI developer edition(Stand alone version and NOT from the one which comes from visual studio).
How to integrate this report with the web application.
We have quite a few reports which were developed earlier in Crystal Reports 8.5. We are now planning to use these reports in our web application developed in VS 2008 (C#).
What dlls are needed for calling 8.5 in the application and how should they be added to the application while shipping it to the client?
They are also struggling to get the code running. Would also need the code to call the report with parameters.
How to Code for genereate Crystal Reports.
View 2 RepliesI have already generated crystal reports but i've made them static. but now i want to make the user to select the criteria for generating the reports. for eg., in one of them i want to show monthwise data so user should be able to select the month and year and that would be passed as parameter and compared to the existing data. provide me with proper exact code that can be used for giving parameters in such a report using C#.
View 3 RepliesIn my system Visual studio 2008 with sp1 and Crystal Reports XI Release 2.In Visaul studio 2008 ,while adding add reference it showing crystal reports version 10 instead of 11.How to solve the version problem.
View 1 RepliesI am considering using Crystal Report 2008 as my tool of creating reports on my webpage.The only problem which I'm facing is that I have no control of the remote server which hosts my site (besides uploading files). I can't run a MSI to deploy the CR runfiles.I can't find anywhere in the CR user manual of how to deploy the runtime files without running the msi, and I'm not even sure it's possible.Have anyone deployed CR 2008 without running the MSI and without having to register any files?
View 8 Replies