How to use Indian Currency Symbol in CRYSTAL REPORT 2008 - crystal-reports-2008

Only $ symbol Shown in Crystal Report
I Need to use Indian Currency Symbol. So please Help me to do it.
Thanks In Advance

Related

How to fix the issue of unicode utf-8 in Crystal report 2016 when get data from oracle

I'm using Crystal report 2016 connect with oracle, if i export file pdf on my local, it display unicode utf-8 (vietnamese) normal. but if i export file on my server dev, it was break and error font...
my version is 14.2.2
How to fix the problem ? many thank
example of error:

How can I use a custom SQL statement in Crystal Reports?

I need to create a Crystal report with custom SQL code that I have written. Is this possible? I've looked at other posts asking similar questions but none of them work for me. I'm using Crystal Reports 2008.
Here is a link to an SAP knowledgebase article on creating a Crystal Report using a Command. This allows you to use your own SQL:
https://apps.support.sap.com/sap/support/knowledge/public/en/1531012

Verification of currency symbols in webpage using selenium webdriver

For ecommerce web applications, I need to verify whether the correct currency symbol is displayed or not, depending on the country.
In the below site,
http://www.moltonbrown.co.uk/store/index.jsp
am checking for the currency symbol in the basket summary.
In Selenium IDE, when I do verifyText for xpath //div/span[contains(text(),'£18.00')], it runs well. But, when I use the same xpath in selenium webdriver automation code and try to verify the element, it displays:
//div/span[contains(text(),'�18.00')]
Element not found
false
***************
//div/span[contains(text(),'�18.00')]
*************
***************not present***************
I saw this get currency symbol using php . But couldnt understand what should be done to overcome this.
Thanks in advance,
Suchitra
The fact that your currency symbol is turned into a � indicates there is a character set issue that is causing your problem. From the web-driver documentation, there is "limited" support of unicode by using UTF-8. Limited probably means "buggy".
In any case, you should verify that that the file that runs this test is saved using UTF-8, and that the bytes for your currency symbol are correct for UTF-8. If this file is in some other character set, save it as UTF-8 and try again.
Here is somebody that had a similar problem with the ä character and python drivers. Sending unicode with Selenium Webdriver on python They were able to solve the problem by changing the declared character set of their python file.

Why does RecordSelectionFormula suddenly reject my formula?

I have a VB6 application using Crystal Reports XI.
After almost two years suddenly I cannot set RecordSelectionFormula anymore. The error message says, that Basic syntax is not allowed in record selection formula.
The formula is {article.id} = 1234.
I've tripple checked that formula. It works fine in the Crystal Reports designer, but even if I save that formula and change it at runtime to {article.id} = 1235 I get the same error message. Also there's no reason why this worked the whole time and suddenly not.
After googling I find that a few users have the same problem, but since Crystal Reports 11 and VB6 are somewhat antiquated, nobody seems to have solution, except updating to a newer versions of Crystal Reports or Visual Basic.
Are you now running on Vista? Crystal XI has known issues with it and there's no patch. However, Crystal XI Release 2 is a free download for existing users of Crystal Reports XI and combined with the subsequent service packs should solve some issues :
http://resources.businessobjects.com/support/additional_downloads/service_packs/crxir2.asp
There is also this, extracted from a google cache of an old CR knowledge base entry :
KBase Article ID:c2018734
Article refers to:Crystal Reports XI
Symptom
When a Report Designer Component (RDC)
XI web or Windows application passes
a record selection formula to a report
at run time, the following error
message appears:
"Basic syntax is not supported in
group/record selection formula"
Why does this error message appear and
how do you resolve it? Resolution
The error message appears after an RDC
application has been upgraded from a
previous version. As a result, the
record selection formula is being
interpreted as Basic syntax, even if
it is not Basic syntax.
To resolve the error message, add
these lines of code to your
application so that they are executed
before the record selection formula
is passed to the report:
' report is the name of the 'Report'
object
' sets the record selection formula to
be interpreted as Crystal syntax
report.FormulaSyntax = 0 ' Use
crCrystalSyntaxFormula value

Method or Data Member not Found Error?

Using VB 6 and Crystal Report 9
I want to display an output in the crystal report. Last week I used VB 6 and Crystal Report 8.5, it was worked fine, but last day I reinstall my Windows XP, VB 6 and crystal report 9. After that While executing the code it showing “Method or Data Member not Found Error”. I checked the Component and References. It is also same before I used.
Code.
CR.ParameterFields(1)
…….
CR – Picture Box
Not accepting this lines,
CR.ParameterFields
CR.DataFiles
CR.ReportFileName
CR.Action
System File was changed or …? What wrong it is?
How to solve this problem? Can any one help me
It would seem a class/method has changed between the two versions of Crystal Reports. Suggest you check the documentation for the specifics.

Resources