Problem printing frames and lines

Hi,
I have problems when printing frames and lines. As far as I know in reports created by WRITE statement. Frame characters aren't printed at all, I mean not even spaces and so all layout of page is corrupted. It changes even with format types what I don't understand.
Could you tell me basic concept of printing frames?
I think some of box_drawings_* characters are used.
I tried to change characters in character set used by device type of chosen output device. But I probably haven't done it right, because in comparing character sets it still compares values before my change.
What is proper way of changing character set?
Thank you for every reply.
Dasa

What format are you using for your output?
Try using something other then HTML, Try HTMLCSS or PDF or RTF insead.
Simply set the DESFORMAT parameter to one of these values.

Similar Messages

  • Problems printing labels and envelopes with related names

    When I try and print out labels for Christmas cards from Address Book, the program creates the first line of the label with the name on the Address Book "card", plus the names of the "Related Name" entries on the card. This works for most cards except in the following situation.
    The Related Name field (Spouse, Child, etc.) does a 'fuzzy lookup' to match other cards in the Address Book database. If there is another card with the same name as one of the related names, the address is checked to see if the address matches. If it matches (or if there is no card that matches the related name), Address Book will include the related name on address labels. (Address information is required for this test since Address Book will not print a label for a card that does not have and address.) This was the source of my first problem as I had a card for a related name that had an old address on it, so Address Book chose not to print that related name on the labels as they did not live at the same address. I agree with this logic.
    The real problem is revealed when you add a related name to a card in which the first name of the related name matches the first name of another card which is NOT the same person. So I have a card for "John Hart", and on that card I have two relate names, a Spouse of "Nancy Hart" and a Child of "Eric Hart". I also have a card for "Nancy Hart" with a Spouse of "John Hart" and a child of "Eric Hart" and the address matches that on the card of "John Hart". If I print a label for "John Hart", Address Book properly prints "John, Nancy and Eric Hart". Now if I add a card for "Eric Smith" and either have a different address or no address at all on that card, when I print a label for "John Hart" Address Book will print "John and Nancy Hart", effectively losing the child. I can only think that Apple made the search for related cards TOO FUZZY and forgot to include the last name in the search.
    Apple... are you out there? Please help!!!
    PS: My full database has many records that are incurring this problem, and it's annoying.
    PowerMac G5 Dual 2.5 Mac OS X (10.4.3)

    After going through 3 2nd level support personnel, I finally reached one who cared enough to actually type in what I asked him to, and then to research the findings.
    As I pointed out above, Address Book compares the related names with the other cards in the database. If there is no card for the specific related name, Address Book will stop at a record with a matching first name and then compare addresses. If the addresses do not match, it will not print the related name. The support rep stated that hopefully in future version this might be refined.
    AS A WORKAROUND, he suggested I create cards for any of the related names on my cards. Once this is done, and the cards have matching addresses, all of the related names on the selected card for label or envelope printing are printed.

  • Problem in Frame and JSP

    hi all,
    i built an web application and now i want to add a menu using frame in HTML or javascript. The problem is all my JSP pages are data dependant from one another that means sometimes i am sending the data using input boxes and sometimes using HIDDEN values in HTML. Now i tried this followig way to use frame and to send my data to other pages but it is not working can anyone please help me.
    "DOES ANYONE KNOW WHETHER I CAN USE FRAME IN THE JSP PAGE OR NOT"
    LOGIN.HTML
    <form action="startframe.html" method="post">
    <center><h2>Employee Number:</h2></center>
    <center><input type="text" name="emplno" maxlength="4"size="4"></center></br>
    <center><h2>Password:</h2></center>
    <center><input type="password" name="pass" maxlength="6" size="6"></center></br>
    <center><input type="submit" value="SUBMIT YOUR INFO"></center>
    </form>
    </body>
    </html> DATA are GOING FROM LOGIN.HTML TO VARIFYLOGIN.JSP
    Now in between these two i used an HTML file to place a frame so that i can use the frame and the code is:
    <HTML>
    <HEAD>
    <TITLE> </TITLE>
    <frameset cols="15%,85%">>
    <frame name="frame1" src="buttons.html">
    <frame name="frame2" src="varifylogin.jsp?emplno=<%=emplno%> &pass=<%=pass%>" >
    </frameset>
    </HEAD>
    <BODY>
    </BODY>
    </HTML> "DOES ANYONE KNOW WHETHER I CAN USE FRAME IN THE JSP PAGE OR NOT"
    and then it should go to VARIFYLOGIN.JSP which is:
    String empl_no = request.getParameter("emplno");
       String password=request.getParameter("pass");
       Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
       Connection con = DriverManager.getConnection("jdbc:odbc:finalmp" );
       Statement stmt = con.createStatement();
       ResultSet rs = stmt.executeQuery("SELECT StaffID,FirstName,LastName,Password FROM StaffDetails");...................................................etc.
    i am getting this error on the RIGHT hand side frame meaning it showing the buttons on the left but this error on the right:
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:367)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    root cause
    java.lang.NullPointerException
         org.apache.jsp.varifylogin_jsp._jspService(varifylogin_jsp.java:83)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:320)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856Can anyone please help me.
    Cheers

    i am working in jubuilder
    and have made there three forms,and
    calling s-aots and st_aots in fs_aots
    but when i compile
    it takes fiel,d text on seprate page display result on other window
    why it dosent use frame here
    2nd thing
    i want to enable scrolling
    how i can do
    or how can i display required no of records in second row
    if i mention page size in any check box
    <html>
    <head>
    <title>
    fs_aots
    </title>
    </head>
    <jsp:useBean id="fs_aotsBeanId" scope="session" class="s_aots.fs_aotsBean" />
    <jsp:setProperty name="fs_aotsBeanId" property="*" />
    <body>
    <FRAMESET Rows="30%" Framespacing="0">
    <Frame Name ="Header" SRC="s_aots.jsp" Frameborder="0" Scrolling="no">
    <FRAMESET Rows="70%" Framespacing="0">
    <Frame Name="data" SRC="st_aots.jsp" Frameborder="0" Scrolling="yes">
    </frameset>
    </frameset>
    </BODY>
    </html>
    <html>
    <head>
    <title>
    s_aots
    </title>
    </head>
    <jsp:useBean id="s_aotsBeanId" scope="session" class="s_aots.s_aotsBean" />
    <jsp:setProperty name="s_aotsBeanId" property="*" />
    <body>
    <p>update database content
    <form action="st_aots.jsp" method="post">
    Region<input type=text name=Regionparam><br>
    Bill Month From :<input type=text name=BmonthFparam><br>
    Bill Month To:<input type=text name=BmonthTparam><br>
    Connection Type:<input type=text name=Conntypeparam><br>
    Exchanges:<input type=text name=Exchparam><br>
    Phone No:<input type=text name=PhoneNoparam><br>
    <input type=Submit value="Retrive from DB">
    </form>
    </BODY>
    </HTML>
    <html>
    <head>
    <title>
    st_aots
    </title>
    </head>
    <jsp:useBean id="st_aotsBeanId" scope="session" class="s_aots.st_aotsBean" />
    <jsp:setProperty name="st_aotsBeanId" property="*" />
    <%@ page language="java" import="java.util.*"%>
    <table border=1 cellpadding=0 cellspacing=0 >
    <tr><td> Phone No: </td>
    <td> Current Bill: </td>
    <td> Net Payable: </td>
    <td>Net Arrers:</td>
    <td>customer Name:</td>
    <td>Customer Address:</td>
    <td>Connection Type:</td>
    </tr>
    <%
      Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
      java.sql.Connection connection = java.sql.DriverManager.getConnection("jdbc:odbc:AOTS4");
      java.sql.Statement statement = connection.createStatement();
      Enumeration parameters = request.getParameterNames();
        if(parameters.hasMoreElements()){
        String REGION = request.getParameter("Regionparam");
        String BILL_MONTH_FROM = request.getParameter("BmonthFparam");
        String BILL_MONTH_TO = request.getParameter("BmonthTparam");
        String CONN_TYPE = request.getParameter("Conntypeparam");
        String EXCHANGES = request.getParameter("Exchparam");
        String PHONE = request.getParameter("PhoneNoparam");
       //String q;
       // statement.executeUpdate("INSERT INTO updatephonebook (LAST,FIRST,PHONE) VALUES ('"+LastValue+"','"+FirstValue+"','"+PhoneValue+"')");
    // q= " SELECT PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS WHERE REGION_CODE='" +REGION+ "' AND BILL_PERIOD BETWEEN '" + BILL_MONTH_FROM + "' AND '"+BILL_MONTH_TO+"' AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE='"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"'";
       // System.out.println(q);
         java.sql.ResultSet columns = statement.executeQuery
        (" SELECT PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS4 WHERE REGION_CODE='" +REGION+ "' AND (BILL_PERIOD BETWEEN '"+BILL_MONTH_FROM+"' AND '"+BILL_MONTH_TO+"') AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE='"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"' ")  ;
        //(" SELECT PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS4 WHERE REGION_CODE='" +REGION+ "' AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE='"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"' ")  ;
         // java.sql.ResultSet columns = statement.executeQuery(q);
       // String sql =  ("SELECT BILL_PERIOD,REGION_CODE,EXCHANGE_CODE,PHONE_NO,GROSS_CURRENT_BILL,AMOUNT_PAYABLE,NET_ARRERS_AMOUNT,NAME,ADDRESS_1,ADDRESS_2,ADDRESS_3,ADDRESS_4,CONNECTION_TYPE FROM AOTS WHERE REGION_CODE ='"+REGION+"' AND (BILL_PERIOD BETWEEN '"+BILL_MONTH_FROM+"' AND '"+BILL_MONTH_TO+"') AND CONNECTION_TYPE='"+CONN_TYPE+"' AND EXCHANGE_CODE = '"+EXCHANGES+"' AND PHONE_NO='"+PHONE+"') " );
         //System.out.println("THE SQL QUERY = " + sql);
          //java.sql.ResultSet columns = statement.executeQuery(sql);
                                while(columns.next()){
                                String Phone_No = columns.getString("PHONE_NO");
                                String G_C_Bill = columns.getString("GROSS_CURRENT_BILL");
                                String Amount_Payable= columns.getString("AMOUNT_PAYABLE");
                                String N_A_Amount= columns.getString("NET_ARRERS_AMOUNT");
                                String Name= columns.getString("NAME");
                                String Address1= columns.getString("ADDRESS_1");
                                String Address2= columns.getString("ADDRESS_2");
                                String Address3= columns.getString("ADDRESS_3");
                                String Address4= columns.getString("ADDRESS_4");
                                String C_Type= columns.getString("CONNECTION_TYPE");
    %>
                                <TR>
                                <TD> <%=Phone_No %></td>
                                <TD> <%=G_C_Bill %></td>
                                <TD> <%=Amount_Payable%></td>
                                <TD> <%=N_A_Amount %></td>
                                <TD> <%=Name %></td>
                                <TD> <%=Address1 %>,<%=Address2%>,<%=Address3%>,<%=Address4%></td>
                                <TD> <%=C_Type %></td>
                                </tr>
                                <%}
    }%>
                                </table>
                                </body>
                                </html>

  • Photoshop CS5 Print Printing problem: print count and print to ICC profile

    Since Adobe still haven't acknowledge the printing issue with CS5, I start this thread to report my own problems.
    Problem 1:
    print copy count is not working. The first print is always one print regardless how many copies you set in the dialog window. The next print will actually print the copies set in the previous print job.
    This is a well documented problem, and until today no fix.  I am not too worried about this problem because I can always print one copy each time to get job done, until the day Adobe acknowledge and fix the problem.
    Problem 2:
    when I let the Photoshop manage color and print to a custome ICC profile (generated by Spyer3Print), Photoshop RANDOMLY decides to print a light colored magenta cast picture.  It's like Photoshop has used the wrong ICC.  Now every time I print a 13x19, I have to pray.  Because this thing is so random, I can't even reproduce the problem consistantly.
    here's the information about my system:
    Windows 7 Ultimate 64Bit (not a fresh system) with 8GB RAM.  Printer drivers installed: Canon Pro9000II, Canon MP600, Epson 1400.
    I experience problem 2 after I installed CS5 with Epson 1400 printer, but not too frequent.  Later on I installed drivers for Epson R1800, Epson R2400, and I mainly print with R2400.    All the printer drivers, software updates are the lastest available.
    I was a software developer. I wrote windows application before. I am pretty sure the problem is with CS5 based on my knowledge.  If I wrote an Windows application that crashs Windows or another party's appliction, I certainly would not blame Microsoft or another party for not writing a bulletproof system. I would try to find a workaround in my own application.  That's just my take. Adobe may have different mind set. They are still pointing finger to MS and Epson.

    I don't condone the problems, but a workaround I've recently read about for the copy count problem is to do the following, in order:
    1.  Set the copy count you want.
    2.  Click the Print Settings... button to enter the printer driver setup dialog.
    3.  [OK] out.
    4.  Print
    This is reported to get the proper copy count into the print driver and make it "stick".  I just tried it and it seems to work.
    Keep in mind you may want to go through this again after printing to get the copy count to default back to 1 for the next print.
    -Noel

  • FCP7 export problems - black frames and text irregularities

    I'm on FCP 7.0.3 and have recently started editing stuff from my new Panasonic HDC-HS900.
    I started a small project just to get to grips with the new workflow and realised that I had made the mistake of trying to import .mts files. However, I found a plugin from Panasonic's website which allows this but editing with the imported files is a nightmare because FCP starts running so slowly that it is impossible to make any kind of precise edits - the scrubber bar jumps all over the place and moving it forward one frame with the arrow keys takes about three seconds.
    So, I realised my mistake and having discovered that using ClipWrap circumvents all these problems, I devised a new workflow and resolved to stick to it.
    The only problem is that I showed the test edit to my girlfriend and her parents and despite it being full of bad stuff (I mean very rough edits caused by the slowness and audio problems that I couldn't be bothered sorting out also because the process was so frustratingly slow), they all liked it. So, whilst I would like to consign this experimental disaster to the bin, I need to at least iron out some of the problems so that I can give my girlfriend a copy which does not look quite so awful.
    So, after labouring through this excruciatingly slow process, I try to export the finished thing only to find that the opening ten seconds, where I have used a slow motion sequence (which, ironically, is not an .mts file - it's a 10s .mov file I exported from FCP in order to convert it from 50p to 25p slow motion without losing frames) and a bit of text which dissolves in and out, there are a few single black frames and the text disappears momentarily several times.
    Everything else is fine (apart from the awful edits!).
    Having now left FCP to render the whole sequence, I managed to inspect it frame by fram much quicker and on the timeline it looks exactly as it should - the edit itself couldn't be much simpler; two layers - one text, one .mov file. dissolve the text in for one second, two seconds later dissolve in the .mov then a virtual reverse process. What could possibly go wrong?
    Anyway, I have deleted all the render files and I am currently waiting for the sequence to re-render - estimated time: two hours.
    All I want to do is wrap this junk up so that I can start a proper project.

    I'll have to respond in an unordered fashion, just to try to make sense in my reply.
    I was using ProRes 422 HQ because I found three options in ClipWrap and had to make a quick decision based on two minutes research and having found by trying it that 422 HQ files were only about 25% bigger than 422 files, I figured I had nothing to lose - especially as the workflow I WILL BE employing does not require permanent storage of the files and I now have 1TB external space for media archive storage and over 600GB internal space for ongoing projects. I might as well use the highest quality.
    The reason I suspected the rendering files is that they were being used by FCP in the export of the project - evident in the fact that it takes almost three hours to save an unrendered sequence vs about six minutes to export a rendered sequence. Therefore, being unaware of the inherant problem you mention, I think it was reasonable to guess that a forced re-rendering might have sorted it out.
    Yes, with 20/20 hindsight, it might have been quicker but, again being unaware of the issue you mention - which I shall have to look into - it seemed like a small problem which ought to have a had a simple answer. But now I know better.
    I have, incidentally, discovered that all the dissolves I inserted have very similar problems.
    And, to answer your first point last, I have already gone down that path - I'm just waiting for the results.
    Could you perhaps point me at some article where I can read about the inherant problems of H.264, please?

  • Problem Print Screening and Pasting

    Sometimes I have no problem doing a Print Screen then pasting it into photoshop, but MOST of the time... I do. I do a print screen and it does nothing at all when I trying to do a paste into photoshop.
    It has no problem pasting the print screen into like... paint.
    Is there anything I am doing wrong, or can do to fix this issue? Driving me nuts! Thanks.

    There has to be a way to fix this by now. I keep having to restart like.... 50 times a day. No exaggeration, I need to take a lot of print screens during the day.

  • Problem printing labels and envelopes from Address Book

    I am very frustrated by the impossibility, when printing labels or envelopes from Address Book, of including both an individual name and a company name on the label or envelope. The Address book will only print one or the other. When sending correspondence to a person in a large company or building, the correspondence will not get to that person with only the company name or the individual name. It shocks me that in all these years I have been a Mac user, Apple has never noticed and fixed this fundamental problem. I would now like to buy an Ipod or an Ipad, but I am reluctant because I do not want to have to sync my addresses to Apple's juvenile address book. Is there any solution to this?

    !http://i46.tinypic.com/2nvn6f.gif!
    "It shocks me that in all these years I have been a Mac user, Apple has never noticed and fixed this fundamental problem.
    Is there any solution to this?"
    Upgrade to Snow Leopard!
    Or check out the Mail & Address Book - Tiger Forums & ask if there is a work-a-round.
    !http://i50.tinypic.com/izvwo1.gif!

  • Please Help: Problems w/Frames and Rollovers

    I've been having a problem recently w/making rollovers in
    Fireworks 8. Whenever I change the color of the text (intended to
    be made into a rollover link) in one frame, it changes the color of
    that text in all of the frames. I've never had this happen in the
    previous software version. Please help! Thanks!

    PSparky wrote:
    > I've been having a problem recently w/making rollovers
    in Fireworks 8. Whenever
    > I change the color of the text (intended to be made into
    a rollover link) in
    > one frame, it changes the color of that text in all of
    the frames. I've never
    > had this happen in the previous software version. Please
    help! Thanks!
    Make sure that Share Across Layers, and Share Across Frames
    are unchecked.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    http://www.adobe.com/communities/experts/

  • How do I fix problem with linked and cropped image frames not printing properly when spanning pages?

    We are using InDesign (ID) to develop and print church bulletins which contain a combination of text frames and graphics. One of the graphic types we use are TIF files which are high-resolution scans of hymns.
    A hymn usually has a combination of the musical score, plus the lyrics - with many verses., so the modular structure is 'staff' composed of a treble clef, followed by verses, followed by a base clef.
    If the example above had 6 verses instead of one, we would crop the image by adjusting the frame, so that the treble clef and the desired verses showed through the frame.
    We would then copy and link the frame - piggy back - adjusting the next content window etc....so we build a custom version of the music as a series of linked frames - each with the same base image, but a different frame position.
    So this works fine, when we do this on a single page, but when we then add a 'last staff' at the top of the following page, we encounter print problems with some output devices.
    Imagine a two-page spread, with a full page of music on the left, and the last staff (treble clef, verses, base clef) unit as a separately linked frame at the top of the right page of the spread.
    It displays correctly, and will print individually as pages correctly, but when we print it as a booklet, the last frame drops out and we have blank space.
    I can print the document to PDF and it works fine, but if I print it to a copier or laser printer I get drop out.
    It is inconsistent.
    Previews are always okay. Individual page prints are okay, but when you print the entire document, the last frame in this kind of linked series gets blanked.
    If we create and name the image differently, and call it in as a new image - (not linked to the previous), but it is still a large image that is cropped to a small piece, then it doesn't print.
    If we save the last frame as a different image type (take the TIFF file into photoshop, crop it and save it as a jpg - so it is only the 'snippet') and then import it, it works fine.
    So my question to you InDesigners....is there some setting or tip or trick I need to know to be able to link a series of frames with the same base image, but different crops and make it span across two pages properly.
    Or do we need to play this game of crop and trim the image so that it doesn't drop out?
    Any thoughts, advice, direction would be gratefully received!

    I did a lot of such hymn things in the past, but I was alway working on the scans in Photoshop, like adjusting, retouching spots and cropping. And I was always seperating those images to be more flexible so I never run into such a problem.
    I am always scanning in a higher quality level than I would need, I scan it in color, this allows me to eliminate paper color easily, even if I need 1-bit images at the end, I do it in color, so I can also turn the image.
    I did once run into a similar problem with a scan I have got from a copier-scanner machine (it was not a song). But saving as PSD resolved my problem.
    So I would suggest: Open your files in Photoshop, resave them as PSD files and use those instead. If you use 1-bit images (which is fine for this type of images) you should use a resolution equal to the printer's resolution.

  • Has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and matched the other clips but when I drop it in the time line it becomes a fully zoomed in version of itself

    has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and fine and it matches the other clips in my bins but when I drop it into the time line it becomes a fully zoomed in version of itself and I can only see a small portion of the image.  What's going on?  I've noticed this has happened in the past randomly with other clips and it's driving me cray cray!  Any help appreciated greatly and thanks in advance for taking the time

    In the FCP Browser, click on the source clip that is showing up sized incorrectly to select it. Once it is selected, type Command + 9 to see the item properties for the clip. Either report those properties here, or take a screen shot of the item properties and post the screen shot here.
    Next, click anywhere in your sequence timeline and then type Command + 0 {zero} to see your sequence settings. Either report those settings or take a screen shot of the sequence settings and post that screen shot here.
    MtD

  • Just bought a new iMac, with Lion, for my wife.  When is was wifi with her old iMac on line with it's printer, HP C6200, no problems printing.  Now that it is by itself it does not recognize the C6200...It recognizes my laser hp 1012 and laser hp 6300

    Just bought a new iMac, with Lion, for my wife.  When is was wifi with her old iMac on line with it's printer, HP C6200, no problems printing.  Now that it is by itself it does not recognize the C6200...It recognizes my laser hp 1012 and laser hp 6300 but will not print to them wanting an autenication

    How is the C6200 connected to the iMac, is it via USB or Wi-Fi? If it's via Wi-Fi please make sure it's connected to the router using the printer's Network Wizard. Then click System Preferences - Print & Scan and assuming the iMac is on the same network as the printer, if it is the printer should be seen. If it's not then click the + sign and add the printer. Apple provides instructions in Printing Overview OS X Lion

  • Dbms_lob and line size problem

    Hi,
    below is a simple function which returns a CLOB.
    When I call this function from sqlplus and spool the result in a
    file via the SPOOL command I get a line break after 80 characters.
    When I replace in the function the CLOB type with a VARCHAR2 type
    the whole TESTSTRING is printed on ONE line.
    I do specify 'SET LINESIZE 200' in both cases and the length of
    TESTSTRING is smaller than 200 characters.
    How can I increase the line size for the CLOB case ?
    CREATE OR REPLACE FUNCTION GetSimple (
    RETURN CLOB
    IS
    RESULT CLOB;
    TESTSTRING CONSTANT VARCHAR2(4000) := '123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_AFTER_LINEBREAK' ;
    BEGIN
    -- create CLOB for RETURN
    dbms_lob.createtemporary(RESULT, TRUE);
    dbms_lob.writeappend(RESULT, length(TESTSTRING), TESTSTRING);
    RETURN RESULT;
    END GetSimple;
    /

    problem solved !
    I had to add
    SET LONGCHUNKSIZE 4096;
    default is 80

  • Problem with Print Preview and Print events

    Hello Experts,
    We have developed a program, in which, I m trying to display the % values in the Sub Totals and Grand Total lines, The logic and program functionality is performing very well. The report is displaying the output the way end user is willing to see.
    The main problem is, the entire % values are going to a toss when we click the Print Preview or trying to print the report, which is not supposed to go that  way. I have even tried to debug the program where the problem is evolving in the code, but it is not raised from the code.
    Please refer to the screen shots.Before clicking the Print Preview and after clicking the print preview.
    Do anybody face the same kind of problem ever?
    If so please let me know what could be the best possible solution.
    Thanks & Regards
    Harish Kumar MK

    Hi Harish,
    I have use the below code but not for percentage... I think for percentage you just have to calculate the normal percentage and replace it with a subtotal value.
    This is not your complete code it will be better if you mail your complete code so that i can debug and check.
       TABLES: vbak.
    TYPE-POOLS: slis.                      " ALV Global types
    SELECT-OPTIONS :
      s_vkorg FOR vbak-vkorg,              " Sales organization
      s_kunnr FOR vbak-kunnr,              " Sold-to party
      s_vbeln FOR vbak-vbeln.              " Sales document
    SELECTION-SCREEN :
      SKIP, BEGIN OF LINE,COMMENT 5(27) v_1 FOR FIELD p_max.
    PARAMETERS p_max(2) TYPE n DEFAULT '20' OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    DATA:
      BEGIN OF gt_vbak OCCURS 0,
        vkorg LIKE vbak-vkorg,             " Sales organization
        kunnr LIKE vbak-kunnr,             " Sold-to party
        vbeln LIKE vbak-vbeln,             " Sales document
        netwr LIKE vbak-netwr,             " Net Value of the Sales Order
        waerk LIKE vbak-waerk,             " Document currency
      END OF gt_vbak.
    INITIALIZATION.
      v_1 = 'Maximum of records to read'.
    START-OF-SELECTION.
      PERFORM f_read_data.
      PERFORM f_display_data.
    *      Form  f_read_data
    FORM f_read_data.
      SELECT * INTO CORRESPONDING FIELDS OF TABLE gt_vbak
               FROM vbak
                 UP TO p_max ROWS
              WHERE kunnr IN s_kunnr
                AND vbeln IN s_vbeln
                AND vkorg IN s_vkorg.
    ENDFORM.                               " F_READ_DATA
    *      Form  f_display_data
    FORM f_display_data.
      DEFINE m_fieldcat.
        add 1 to ls_fieldcat-col_pos.
        ls_fieldcat-fieldname   = &1.
        ls_fieldcat-ref_tabname = 'VBAK'.
        ls_fieldcat-do_sum      = &2.
        ls_fieldcat-cfieldname  = &3.
        append ls_fieldcat to lt_fieldcat.
      END-OF-DEFINITION.
      DEFINE m_sort.
        add 1 to ls_sort-spos.
        ls_sort-fieldname = &1.
        ls_sort-up        = 'X'.
        ls_sort-subtot    = &2.
        append ls_sort to lt_sort.
      END-OF-DEFINITION.
      DATA:
        ls_fieldcat TYPE slis_fieldcat_alv,
        lt_fieldcat TYPE slis_t_fieldcat_alv,
        lt_sort     TYPE slis_t_sortinfo_alv,
        ls_sort     TYPE slis_sortinfo_alv,
        ls_layout   TYPE slis_layout_alv.
      m_fieldcat 'VKORG' ''  ''.
      m_fieldcat 'KUNNR' ''  ''.
      m_fieldcat 'VBELN' ''  ''.
      m_fieldcat 'NETWR' 'X' 'WAERK'.
      m_fieldcat 'WAERK' ''  ''.
      m_sort 'VKORG' 'X'.                  " Sort by vkorg and subtotal
      m_sort 'KUNNR' 'X'.                  " Sort by kunnr and subtotal
      m_sort 'VBELN' ''.                   " Sort by vbeln
      ls_layout-cell_merge = 'X'.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          is_layout   = ls_layout
          it_fieldcat = lt_fieldcat
          it_sort     = lt_sort
        TABLES
          t_outtab    = gt_vbak.
    ENDFORM.                               " F_DISPLAY_DATA
    BR
    Sumeet

  • I want to print. 'selection' and' print frames' are greyed out.

    I want to print info on a page. 'selection' & 'print frames' are greyed out.
    == This happened ==
    Every time Firefox opened
    == forever

    Hi,
    My dad told me he had this 'no selection' problem when he wanted to print out a selection in Hotmail, so I had a hunt around, but didn't find a definitive solution.
    So, I have done some playing around, and have come up with this solution which works if you want to print out a selection in Hotmail (using firefox), but it is now greyed out.
    It seems to be connected with the way that Hotmail handles frames.
    (Thought I would post it as posts like this have helped me a ton in the past :0))
    '''To print a selection in hotmail you need to do this.'''
    1/ On the email you want to print click the small Printer icon in the hotmail menu.
    There is no need to highlight a selection at this stage because the email is in a frame, so it will do no good anyway.
    2/ A new page will open up and the printer dialog box will open up.
    Close the printer dialog box.
    3/ Highlight the text selection that you want to print on that page.
    4/ Press Ctrl-P on the keyboard.
    5/ The printer dialog box will now pop up again and you will be able to choose 'Selection'
    Your selection will now print.

  • Faint blue speckles and lines appear all over printed documents, Laser Jet CP3525dn

    Dear Toner Problem Community,
    Every time I print, faint blue speckles appear all over my document.  When I print in mass, blue lines also begin to appear at around page 34, and double blue lines begin to appear around page 62.  I performed "Process Cleaning" three times with no difference.  Someone suggested vacuuming out excess toner, but I pulled out the cartridge and don't see any excess toner.  Please help.  Thank you!

    PrepressPro1 wrote:
    <snipped>... so if your looking for this forum to play detective and tell you who in your workflow set the elements to overprint, I don't think this can be done. I don't think I have ever seen Illustrator set any elements to overprint all by its self. <snipped>
    Hi PrepressPro...
    Many thanks for your earlier inputs, but not quite sure where you got the idea that i want someone or anyone to play detective... i've understood the Overprint problem... and moved on. If anything, maybe i was just musing and wondering if any particular action turns on "Overprint Fill"...
    Or maybe, i was referring to the second question which has not been resolved yet... Quoting it below for easy reference:
    ++++
    The other issue...
    Same black background(s)... placed  Photoshop file/s with a transparent background... Prints fine at the  printers (various machines and media) ... But on the laserprinter an HP  Color Laser Jet CP1510 series, there's a dark patch around the image  (the actual file area).
    ++++
    To elaborate, the pix above are product shots which have been cut out and placed on a transparent background... The PS file is then placed in AI CS4 with the object option selected to maintain transparency. The transparent area is printing darker on the printer above. But is fine when sent to commerciqal printers...
    Attached is a scan of the problem...

Maybe you are looking for