Jump to content
We've recently updated our Privacy Statement, available here ×

stuartbloom

Members
  • Posts

    3
  • Joined

  • Last visited

stuartbloom's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi there, and sorry if I am asking a silly question. I have used JasperReport in a Java application, and it works great. Now we are moving some of the implementation of the system accross to Android. Since the development language used is Java, can JasperReports work on this platform also? If it can, does anyone know how to print a report that has been created? I know I can use Google Cloud printing to print documents, etc, but can I use that as a driver and print a report?? Thanks for any help/advice in advance Stuart
  2. Notrolls Thanks for your reply, you are correct Google is good, however, it helps to know what you are actually looking for ;) I have been searching all morning without success, however, I now have a file that looks like below, and although the parser doesn't fall over the Euro symbol is just not printed on the report. Would you have any ideas? Many thanks Stuart File Contents-------------------------------------------------------------------------- <?xml version="1.0" encoding="ISO-8859-15"?> <data> <row idVoucher="1234" issuedDate="02/02/2011" issuedTo="Stuart Bloom" expiryDate="02/02/2012" amount="€22.00" comapnyName="Company Name" comapnyAdd1="Add1" comapnyAdd2="Add2" comapnyAdd3="Add3" comapnyPhone="Phone" comapnyFax="Fax" /> </data>
  3. Hi Sorry if this is a silly question. I am writing a simple report that uses an XML data source. The contents of which is similar to <data> <row idVoucher="1234" issuedDate="02/02/2011" issuedTo="Stuart Bloom" expiryDate="02/02/2012" amount="€22.00" comapnyName="Company Name" comapnyAdd1="Add1" comapnyAdd2="Add2" comapnyAdd3="Add3" comapnyPhone="Phone" comapnyFax="Fax" /> </data> The problem I am having is that is fails to parse the XML, however, if i remove the € symbol all is fine. I need the € symbol as the output may be created in a different local to that of the users browser. I would be extremely grateful for any assistance to be able to pass a € or £ to the report in the XML file. Stuart
×
×
  • Create New...