Additional CR when printing unicode character

Hello,
the following code prints two lines on a printer. The second line contains an escaped unicode character. When running the example code I can't even see the unicode character on the paper; but in my original application it is visible. So this is not the problem. But always an additional carriage return is inserted after the unicode character, thus overprinting the beginning of the line with the remaining text. This did not occur in java 6 if I remember correctly. Is there any workaround for this?
Regards
J.
import java.awt.*;
import java.awt.event.*;
import java.awt.print.*;
import javax.swing.*;
public class HelloWorldPrinter implements Printable, ActionListener {
    public int print(Graphics g, PageFormat pf, int page) throws
                                                        PrinterException {
        if (page > 0) return NO_SUCH_PAGE;
        Graphics2D g2d = (Graphics2D)g;
        g2d.translate(pf.getImageableX(), pf.getImageableY());
        g.drawString("Hello world!", 100, 100);
        g.drawString("Now the line with a unicode \u2259 character.", 100, 120);
        return PAGE_EXISTS;
    public void actionPerformed(ActionEvent e) {
         PrinterJob job = PrinterJob.getPrinterJob();
         job.setPrintable(this);
         boolean ok = job.printDialog();
         if (ok) {
             try {
                  job.print();
             } catch (PrinterException ex) {
                  System.out.println(ex);
    public static void main(String args[]) {
//        UIManager.put("swing.boldMetal", Boolean.FALSE);
        JFrame f = new JFrame("Hello World Printer");
        f.addWindowListener(new WindowAdapter() {
           public void windowClosing(WindowEvent e) {
           System.exit(0);
        JButton printButton = new JButton("Print");
        printButton.addActionListener(new HelloWorldPrinter());
        f.add("Center", printButton);
        f.pack();
        f.setVisible(true);
}

Hello Sabre,
thank you for testing. Of course it's good news that you don't see any overprinting, but unfortunately that doesn't help me on my site (Win7 64-Bit, java 1.7.0_09).
Since I can see the character in my original application as I wrote, I made up the following test case and met a strange behaviour. I can make my desired unicode character appear without any overprinting as long as I don't use any other character in the string below 2000(16).
Kindly run the following code. It prints a line of unicode characters starting with my desired one.
Then change iConstant in makeTextLine() to any value below 0x2000. At my site this results in overprinting.
Does it also happen at yours?
import java.awt.*;
import java.awt.event.*;
import java.awt.print.*;
import javax.swing.*;
public class UnicodeTest extends JFrame implements Printable {
  String text= "Test line with unicode \u2259 character.";
  public UnicodeTest() {
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    setSize(350, 200);
    text= makeTextLine();
    JLabel lb= new JLabel("<html>Printing started...<br>"+text);
    add(lb);
    setVisible(true);
    PrinterJob printerJob= PrinterJob.getPrinterJob();
    printerJob.setPrintable(this);
    try {
      printerJob.print();
    catch (PrinterException e) {
      System.out.println("PrinterException: "+e);
  public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
      public void run() {
     new UnicodeTest();
  public String makeTextLine() {
    StringBuilder sb= new StringBuilder();
    int iStartValue= 0x2259;
    int iConstant= 0x2020; // Tested with 0x100, 200, 400, 800, 1000, 2000.
    for (int i=iStartValue; i<iStartValue+30; i++) {
      sb.append((char)i);
      sb.append((char)iConstant);
    return sb.toString();
  public int print(Graphics g, PageFormat pf, int page) throws
                                                        PrinterException {
    if (page > 0) return NO_SUCH_PAGE;
    Graphics2D g2d = (Graphics2D)g;
    g2d.translate(pf.getImageableX(), pf.getImageableY());
    g2d.setFont(new Font("Dialog", Font.PLAIN, 12));
    g.drawString(text, 50, 40);
    return PAGE_EXISTS;
}

Similar Messages

  • Bug when printing unicode

    I try to print some unicode character. The browser display it well, but when printing it show some square like when the unicode is not found.
    For instance try http://getbootstrap.com/components/. Unicode is well displayed in the browser, but when I print (In a .xps file or with a printer) it is not. On the first page (only the first page is required to highlight the bug), the "glyphicon-glass" is the first to fail.

    It seems that I had an older version. I update to 24.6.0 on ESR and the trouble is gone.

  • Unicode character not displaying when PDF is created using PDFMaker

    Using Adobe Acrobat Pro 9
    Our company letterhead contains a special character (Unicode 25AA "Black Small Square"). When a PDF is created of a Microsoft Word document (2003 or 2007) using the PDFMaker, that character is not displayed in Acrobat (shows as whitespace). Strangely enough, if I search for the character in that PDF file using the Acrobat search function (query "u/25AA"), the search finds the character, but again, it is displayed as whitespace.
    However, if I create a PDF from that same Word document by printing to Adobe PDF, the character displays correctly in Acrobat. Additionally, if I do a SaveAs to PDF (Using the Microsoft plugin), the character displays correctly in Acrobat. This leads me to believe that muy issue is related to the PDFMaker (as opposed to the PDF printing function) and how the character is embedded into the PDF file. I have tried opening the PDF in other versions of Acrobat, but I get the same result.
    Any suggestions? We would like to utilize the convenience of the PDFMaker for our letters and reports, and not have to use the print function. I can email a sample of all the PDF's I spoke of upon request, but the issue should be reproducable using the following steps:
    1. Open MS Word and type (or copy from the Character Map) unicode character 25AA in Arial font.
    2. Save Word file.
    3. Use PDFMaker to create PDF file.
    4. Open PDF file and view results.
    Any guidance or help is appreciated.
    Phil Hinton

    First, check the fonts in the PDF to be sure that they are not embedded (you are likely correct that there is a problem). What job settings are you using. Try the press or print. Also check the job settings to be sure that ALL fonts are to be embedded.
    Also, check the log file of Distiller (set it to not be deleted in the settings). If there is an issue with the license of the font then the font will not be embedded. In that case you need to find a licensed version of the font or change to a different font.

  • Report cant print Chinese character properly when direct output to printer

    I have follow the instruction {How to Print PDF/UTF8 in R12? [ID 778970.1]} {PASTA 3.0 Release Information}
    I am able to print the chinese character properly in PDF format. (direct to printer)
    However, some standard report like "Final Payment Register" "TEXT format" NOT able to print chinese character(direct to printer)
    When I preview the report it can display chinese character properly.
    Please advise

    However, some standard report like "Final Payment Register" "TEXT format" NOT able to print chinese character(direct to printer)
    When I preview the report it can display chinese character properly.Please see (What Happened To The Preliminary And Final Payment Register In R12? [ID 746339.1]).
    Thanks,
    Hussein

  • Printing unicode from an xml file

    I have a unicode character in an xml file
    say
    < item name="Notification" value="hi amigo\u0041" />
    When I parse this file and try to print out the String value I get the follwoing output
    hi amigo\u0041
    Thoug what I expected was
    hi amigoA
    any idea what am I doing wrong or what am I missing?
    any help would be greatly appreciated.

    Yep I tried that too.
    if I try it with ) I get
    java.lang.reflect.InvocationTargetException:
    org.xml.sax.SAXException: **Parsing Fatal Error**
    Line: 38
    URI: file:C:/opt/config/mmcpSpecific.conf
    Message: Illegal decimal character reference.
    at
    configuration.ConfigParser$ConfigErrorHandler.fatalErr
    r(ConfigParser.java:1005)
    at
    org.apache.crimson.parser.Parser2.fatal(Parser2.java:3
    38)
    at
    org.apache.crimson.parser.Parser2.fatal(Parser2.java:3
    23)
    at
    org.apache.crimson.parser.Parser2.parseCharNumber(Pars
    r2.java:2327)
    at
    org.apache.crimson.parser.Parser2.parseLiteral(Parser2
    java:730)
    at
    org.apache.crimson.parser.Parser2.maybeElement(Parser2
    java:1375)Nope as the doctor mentioned you are not doing it the right way
    < item name="Notification" value="hi amigo\u0041" />
    instead of this you should use
    < item name="Notification" value="hi amigo&#0041;" />
    you would not get the exception if you dont miss the semi colon. I guess you must have been missing that
    < item name="Notification" value="hi amigo&#0041;" />

  • No mapping for the Unicode character exists in the target multi-byte code page

    hi,
    i have an issue with sharepoint 2013 and IE 10.
    im using the sharepoint  rest web service and make an ajax data call to retrive data from sharepoint lists, the call fail and return a server error: "No mapping for the Unicode character exists in the target multi-byte code page". 
    i have to say that everything works fine with chrome and firefox. 
    what can i do for fixing it?
    Thanks a lot
    alon

    Hi,
    From your description, I know you get an issue with IE 10 in SharePoint 2013 when you use SharePoint REST API to retrieve data from SharePoint list.
    I am not quite sure what cause your issue. Could you provide your code, so I could test it in my environment and troubleshoot for you.
    In addition, you could test your issue in another computer or another version of IE.
    Best Regards
    Vincent Han
    TechNet Community Support

  • Unicode character can't display in smartforms.

    Hi everybody!
    When I type some unicode character (like ổ ữ...) into a text in smartforms, that character can't display it converted to "?". I don't know how to display it.
    Thank!

    Make sure you use Cyrillic fonts for displaying unicode characters.
    Mostly, if you preview this character on non-unicode enable printer it may display as junk character.
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • Unicode Character - getString - ResultSet - Java.

    Hello experts,
    I am trying to query some records, containing unicode character of fields. When i execute the query in Oracle 9i, i am able to see the unicode character in the query result.
    When sending the same sql from java, though i am getting same count of records, but the field name containing special characters, are not being visible in the rs.getString(1) method.
    Could you please help me, on getting the special character in the output.
    Your direction in this regard is highly appreciated...
    Regards,
    girig.

    Basically, i am using eclipse Ide, and seeing the
    output in the console window.Try printing the unicode hex value of the characters rather than the charcters. This way you will not be worried about whether or not the font used by the display actually has glyphs for the characters.

  • Arabic Unicode Character

    Dear Sirs,
    Could anyone please help me how I could convert Unicode Character to Arabic and then display on the console (Windows XP).
    For example
    String alif = "\u0625";
    System.out.println( alif );
    ONLY PRINTS ( Question Mar) ?
    Thanks in advance

    Thanks a lot.
    I beleive that the proper answer was to inform me that this is not java related and it windows O/S related.
    IF I WOULD HAVE KNOWN, TRULY AND SINCERLY, THAT THIS IS NOT JAVA RELATED I WOULD NOT HAVE COME TO THE JAVA FORUM AND ASK SUCH QUESTION.
    I HAVE TESTED OTHER UNICODE CHARACTERS REGARDING OTHER LANGUAGES AND IT DISPLAYED PROPERLY. I ASKED MY SELF THERE MIGHT BE SOMETHING WRONG WITH MY CODE.
    THAT IS WHY I CAME TO THE JAVA FORUM AND ASKED MY QUERY.
    When I have checked the forum search, after your reply, I have seen that many people asked similar questions.
    Any way thanks a lot for your help and GOD BLESS.

  • PST Capture 2.0 - Import Errors - Unable to translate Unicode character

    Currently using the Office 365 service. I have installed both the PST Capture Console as well as the 64-bit Agent on to a Windows 7 64-bit laptop which has Office 2013 64-Bit installed.
    Scenario: A misconfigured retention policy in Office 365 accidentally deleted thousands of email messages from an employee's mailbox. We've obtained the .ost file and using a Third Party tool have converted the OST to a PST file. I am able to add the file
    to my Outlook profile and see the recovered contents. Normally I would just copy the contents of the PST file back to the mailbox but it randomly errors out during the copy process forcing me to start over. The PST is roughly 8.5 GB.
    I setup the PST Capture tool to try and migrate the PST contents back to the mailbox. I am able to locate the PST and import it to the mailbox in question but when the import has completed, it says "Complete with errors". Reviewing the Message
    Alerts tab, it has 70,314 errors (pretty much every email). The error is difficult to understand but it is the same for each item:
    "Unable to translate Unicode character \uDC47 at index 6 to specified code range"
    Looking for any suggestions/advice on maybe what to look at.
    Thank you all!

    I went to Shared Components -> Static Files -> Create
    I have split my exported application file, creating various size files for testing, ranging from 380 Kb to 1638 Kb (halves, quarters, eighths). Sometimes I can upload; sometimes I can't. Typically I can upload several. But once I get the error, it's fairly consistent in failing but not 100%. At least once, I've uploaded all four quarters of the file plus an additional half of the original (4 eighths, all different). But I can't find the pattern of failure. The most consistency I see is once it starts failing, I can almost always get it to be successful again if I click around APEX and come back to uploading.
    I've tried to upload one half of the file. That failed except for the first few times I tried to do it. It always failed when I tried to upload a second half of the file. That's why I continued dividing the file into smaller pieces. I thought maybe there was something inherent in the file causing the problem. But since I have subsequently load all four quarters, I guess that can't be it.
    I've also deleted files at various times throughout. Sometimes I can upload and sometimes I can't after that. And again, often I can get back into "Success" mode by clicking around the interface and then returning to upload files.
    Thank you,
    -J
    Edited by: jsorense1 on Sep 16, 2008 10:06 AM
    Edited by: jsorense1 on Sep 16, 2008 11:45 AM

  • Left side of reports are being cut off when printed.

    The leftmost character is being cut off some reports when printed. I have added the following to the registry on the report server but it still is cutting off the the left side of some reports.
    REPORTS_ADD_HWMARGIN = YES
    I am also getting a blank page after each printed page.
    Edited by: user1065650 on Jun 22, 2010 11:35 AM

    Any change the OS changed?
    For example we were running 6 and everything was Windows.
    On 10 the Report Server in on Linux and we had to play with the Fonts some to make it work.
    We change the uifont.ali file
    Its a long shot but in that file under these sections here what I have it it helps (Please make a copy first)
    In the file /u01/app/oracle/product/midtier/guicommon/tk/admin/uifont.ali there are several issues.
    First under “Mapping from MS Windows”
    # Mapping from MS Windows
    #Arial = helvetica
    #"Courier New" = courier
    #"Times New Roman" = times
    #Modern = helvetica
    #"MS Sans Serif" = helvetica
    #"MS Serif" = times
    #"Small Fonts" = helvetica
    Arial = "arial.ttf"
    #Arial = helvetica
    "Courier New" = courier
    "Times New Roman" = times
    Modern = helvetica
    "MS Sans Serif" = helvetica
    "MS Serif" = times
    "Small Fonts" = Helvetica
    The lines in bold have been added.
    Next under “Support for Far Eastern Languages”
    # PDF section can be additionally used to enable Multibyte language support
    # built into Reports. To use this feature with Adobe (r) Acrobat (c), you
    # need to install the Asian font pack available online at the Adobe web site.
    # .....SJIS = "HeiseiKakuGo-W5-Acro"
    # A Japanese report run with Shift-JIS character set is replaced to
    # HeiseiKakuGo-W5-Acro CID font.
    #itcadvantgardegothic = arial
    #"ITC Avant Garde Gothic" = arial
    #itcadvantgardegothic = Arial
    #"ITC Avant Garde Gothic" = Arial
    itcadvantgardegothic = Helvetica
    "ITC Avant Garde Gothic" = Helvetica
    # Required
    #itcadvantgardegothic = Arial
    #"ITC Avant Garde Gothic" = Arial
    The lines in bold have been added
    Finally under “PDF:Subset” everything is commented out.

  • HP LASERJET CP1525nw print error when printing online Gmail emails with Google Chrome

    HP LASERJET CP1525nw print error when printing online Gmail emails with Google Chrome. Extra large font sizes and weird formatting issues only when printing emails from Gmail within Chrome. No problems when printing the same email from Gmail+Internet Exolorer or Thunderbird. Using the IE Tab extension in Chrome prints the email correctly but the style of Gmail's message window is completely weird ie: formatting bar is spread out vertically instead of horizontally. I believe it is clear that this is an application specific issue between the HP LASERJET CP1525nw printer and Google Chrome + Gmail. This printing scenario does not occur when printing anything else or when printing via another printer. I would appreciate receiving any suggestions to solve this issue.
    OS: Windows 7 Ultimate x64
    Browser: Google Chrome 15
    HP Print driver: HP Universal Print Driver for Windows PCL6 v5.4.0
    Printer is connected by WiFi to 4 computers

    Hi AbZu, 
    You need to contact Google Chromes technical support as this is only an issue with Chrome. You have indicated that the printer functions correctly everywhere else. Check out the link below for Google Chrome technical support. Let me know if you need additional assistance?
    http://support.google.com/chrome/?hl=en
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Error message or program crashing when printing on Epson printer

    In July 2008, I upgraded my computer from a MacBook to a MacBook Pro (and bought a Time Machine so that all my files are backed up regularly!) I then bought my wife a MacBook Pro in November 2008. We both used to have iBook G4s.
    We have an Epson EPL-6200 Laser Printer that we print from using our Airport Express. It used to work fine printing documents from any program and printing wirelessly from the iBook G4 computers we had when we bought the printer around three years ago.
    But since I have switched to a MacBook and now a MacBook Pro, I have all kinds of problems printing on the Epson EPL-6200 printer. At first, my MacBook did not print remotely at all. I had long conversations with both Apple and Epson, knowing there was a problem with the Epson driver. To top it off, the problems seemed worst with Microsoft Office, so both of them also said it was Microsoft's fault!
    Now that Epson has upgraded its drivers and I have dowloaded the latest one, and switched to a MacBook Pro, I can print some files easily -- Word documents now print immediately, although I get an error message saying that the printer is not connected. But trying to print from other programs such as Firefox either takes a very long time (around 5-8 minutes for one page) or causes the program to crash.
    Any ideas? The strange thing is that my wife's computer and mine are exactly the same (running Mac OS X version 10.5.6) but behave slightly differently when printing. I can print from Firefox, albeit after a long time per page, whereas if she tries to print from her computer in that program it instantly crashes.
    I guess we still have driver issues with the Epson EPL-6200.
    But I have looked on the Apple support forums and there seem to be a lot of printer-related issues like this. Do you guys have any suggestions? Or is there a printer that will work well with our MacBook Pros, an Airport Express and/or Time Machine (we have both) and when printing remotely?
    All the best,
    Alex

    hey,
    well, i use the below machines with the current mac os (10.5.6).
    i (kind of often) had issues with the network printer epson epl-6200.
    of which every issue could be resolved by myself, more or less quickly.
    i.e. until the last update (10.5.6).
    none of my machines is able to get anything through the network to the printer.
    at least they don't get the printer to print a page.
    today i spent (almost) the whole day, trying out things to get it fixed this time.
    none of it worked.
    just to let you know:
    i can access the printer through its http-interface.
    i can ping it.
    it gets recognized by the printer/fax-dialog in the system-preferences.
    here's what i tried so far:
    i tried to install the osx driver for the epl-6200 with every single protocol that's available in osx (i.e.: Appletalk, IPP, Bonjour, EPSON (IP), etc.)
    i of course tried to update the driver with the latest software available on the epson-website. and did the thing with the different protocols again.
    i tried the "generic" postscript driver of osx, too.
    then it was getting interesting:
    i tried to get "cups" for the epl-6200. i don't want to get into details here, but to drop some names:
    foomatic-rip (combined with ghostscript)
    http://linuxfoundation.org/en/OpenPrinting/MacOSX/foomatic
    gutenprint (doesn't have an epl-6200 driver included)
    pxlmono (doesn't have an epl-6200 driver included)
    to sum that up:
    there are two drivers on the "openprinting"-site (foomatic). but one is (of course) the official epson driver.
    but:
    there is a "third-party" driver downloadable on that website.
    http://openprinting.org/show_printer.cgi?recnum=Epson-EPL-6200
    well, i downloaded it, installed the required additional software (foomatic + ghostscript), all very fine. i could choose it in the osx printer setup menu.
    but:
    my printer still won't print a single page.
    the error messages i got:
    other than the above post none of my programs ever crashed, or was "dead slow".
    but:
    the printing job got constantly stopped, i could restart it, but it was then stopped again. without any error message.
    there was the same thing with the halt of the printer (also monitored in the printing cue window). i could restart it, but it would stop again. without any error message.
    but i also got two decent error messages: :))
    the first involved the pdftoescpage.app, either it was failing (shown in the printer cue window), or it was crashing (i got the error message in a separate window popping up). according to folks on the net this malfunction involved user permissions, so i to set up the "right" permissions (giving everybody the right to do anything (rwx) - i know i shouldn't have :)) ). but it didn't help. still crashing or failing.
    the second decent error message, finally:
    "double free" - what that meant, i cannot tell.
    conclusion:
    i don't know. :))
    required action:
    i will await the next osx update, and hope it'll be fixed then. :))
    good night, y'all
    p.s.: ahh, if anybody knows anything i didn't and should try. please drop a line. thx

  • Print to PDF - using Snow Leopard (Saving a PDF file when printing is not supported. Instead, choose

    i have a PDF form that i created that is used as a custom proposal that my company sends out to potential clients. the form in its editable state is only used internally. we recently upgraded to snow leopard, but prior to the upgrade, we were able to fill the custom proposal form out using adobe reader, and, as you well know, we weren't able to save that edited document as a PDF with the custom form fields filled out. our work around using adobe reader was to print to a pdf using the adobe pdf printer in the printer dialog. with the addition of snow leopard, however, instead of choosing the adobe pdf printer, we were to choose PDF from the bottom left corner, then Save As PDF, and it would spit out an uneditable pdf that then allowed us to email it to the potential client without them being able to edit it as well as have an internal, digital copy for our records instead of having lots of paper floating around (i know this is also doable using security that disallows the client certain editing privileges, but printing to a pdf is much quicker and more efficient, and the pdf security isn't really that secure at its best).
    in any case, i came across this gem of a post here on the support forums that installs another option from the PDF drop down on the bottom left of the print dialog menu that reads Save As Adobe PDF and is supposed to do exactly what i am trying to get it to do...print to a pdf file from adobe reader.
    http://kb2.adobe.com/cps/509/cpsid_50981.html    
    once i updated to acrobat 9.2 (as the link above suggests 9.1), however, the Save As Adobe PDF does appear in the print dialog menu, but it still gives me the same error that acrobat 8 - 9 gave me while using Snow Leopard — Saving a PDF file when printing is not supported. Instead, choose File > Save — and as i've already explained, you can't save an edited pdf form in reader (as i am the only one in the office with acrobat) and still keep the fields as you've entered them in. the only work around is to print to a pdf but is apparently having some recent problems.
    using acrobat, however, i know that i can save the editable pdf as a new file with the fields customized as i have left them, but it still saves it as an editable pdf and the print to a pdf option still remains the best option...that way we have digital copies internally that are uneditable that can be printed at any time or emailed to the client.
    how can i do print to a pdf, based on what i've written above, using snow leopard and acrobat and reader?

    A simple way is to flatten the form fields, which converts the field appearances to regular page contents. You can do this with JavaScript or PDF Optimizer (Advanced > PDF Optimizer > Discard Objects > Flatten form fields). A very nice script that adds a custom menu item can be found here: http://www.uvsar.com/projects/acrobat/flattener/

  • Print in Character Mode on Dot Matrix Printer

    Dear All,
    When we print any reports from SAP to Dox Matrix printers it comes in graphic mode. So it will take too much time to print and  print is also not readable.
    Same I want to print in Character mode (Simole reports where graphics are not involved e.g. Financial Ledger, Cash Voucher etc.).
    Whether it's required to setup at printer level or at SAP.
    Thanks

    Hello,
    I think this required to setup at printer level.
    Regards,
    David

Maybe you are looking for

  • Can you transfer your star ratings from an iPod classic back to itunes?

    Hi Is it possible to get your star rating from your ipod and use the data to recreated your top rated in iTunes? Any help would be much appreciated.

  • Macbook not showing correct storage

    When i go on my macbook's infomation it says like 40gb but i keeps changing and when i choose my HDD to install a program it says 90gb im soo confused and the other day it said 70 on computer infomation but i have deleted soo many files i dont unders

  • ICloud KeyChain - Not using Certificates

    Looks like the iCloud KeyChain cannot Sync the Single Sign On  Certificates across the devices. Any idea - how to make it work?

  • Cannot connect to XMPP Service ("client tried unknown domain")

    Has anyone managed to get the XMPP Service to work ? Even though I believe to have configured the correct valid domain name in the Service config I cannot seem to get in using either Pidgin or Oracle Messenger. The XMPP Service log keeps complaining

  • Passing data to reports from Forms

    Another question, we have a few Forms which call a report and pass the data directly to the report. The report itself isn't doing another query. At the moment I can't imagine a solution to that, but myabe I'm wrong. Changing the report to get some pa