Smartform issue with page break

Hi All,
         I have an unusual issue with page break. Here is my scenario, I have a group of items in my table main area and for each group there is sort of header that prints. Similarly there are multiple groups needing a header whenever there is a new group printing. So far it prints fine. But whenever there is a page break and when items from the same group also print on the next page the same header needs to print on the top of next page similar to how the header area repeats on each page. Unfortunately I did not see any page break event for table main area.
Here is an alternative I have tried but having issues: I have created two rows for this group header one printing from header and another printing from main area. Whenever there is a page break the same group header prints as part of the header and on the rest of the page it prints from the main area. But in a particular scenario, there is a new group starting at almost bottom of the page but as there is not enough space left on the same page (page protection) jumps to next page. In this case there are two group headers printed one coming from the preivous page main area and another coming from the next page header. I hope my explanation is clear enough to understand.
Please suggest if there is any basic feature of smartform that I have missed out can solve this issue or if there is another alternative you can think of. I appreciate your responses.
Thanks..

I was able to solve this issue on my own.
Instead of checking for a page break on header line I am using a flag that is prepopulated in the table. I set this flag whenver a new group of items starts. If the flag is set I print it from the main area and if it is not set I print it from the header. This helped in avoiding the multiple header lines..

Similar Messages

  • Issue With Page Break When Sorting is also applied on group

    Hi
    I am facing an issue with Page break only when I have sorting applied on the grouping that I have in the template.
    The following is the sample XML
    <ROWSET>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Accounts</ORGANIZATION>
    <FULL_NAME>test1,</FULL_NAME>
    <ELEMENT_NAME>TEST BONUS</ELEMENT_NAME>
    <CLASSIFICATION>Supplemental Earnings</CLASSIFICATION>
    <RUN_VALUE>250</RUN_VALUE>
    <MONTH_VALUE>500</MONTH_VALUE>
    <QUARTER_VALUE>500</QUARTER_VALUE>
    <YEAR_VALUE>500</YEAR_VALUE>
    </ROW>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Finance</ORGANIZATION>
    <FULL_NAME>test2</FULL_NAME>
    <ELEMENT_NAME>VOLUNTARY AD AND D</ELEMENT_NAME>
    <CLASSIFICATION>Voluntary Deductions</CLASSIFICATION>
    <RUN_VALUE>5.19</RUN_VALUE>
    <MONTH_VALUE>10.38</MONTH_VALUE>
    <QUARTER_VALUE>10.38</QUARTER_VALUE>
    <YEAR_VALUE>10.38</YEAR_VALUE>
    </ROW>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Finance</ORGANIZATION>
    <FULL_NAME>test3</FULL_NAME>
    <ELEMENT_NAME>HMO MEDICAL</ELEMENT_NAME>
    <CLASSIFICATION>Pre-Tax Deductions</CLASSIFICATION>
    <RUN_VALUE>19.67</RUN_VALUE>
    <MONTH_VALUE>39.34</MONTH_VALUE>
    <QUARTER_VALUE>39.34</QUARTER_VALUE>
    <YEAR_VALUE>39.34</YEAR_VALUE>
    </ROW>
    <ROW>
    <GRE>org1</GRE>
    <ORGANIZATION>Finance</ORGANIZATION>
    <FULL_NAME>test4</FULL_NAME>
    <ELEMENT_NAME>PENSION NR DC</ELEMENT_NAME>
    <CLASSIFICATION>Pre-Tax Deductions</CLASSIFICATION>
    <RUN_VALUE>0</RUN_VALUE>
    <MONTH_VALUE>360</MONTH_VALUE>
    <QUARTER_VALUE>360</QUARTER_VALUE>
    <YEAR_VALUE>360</YEAR_VALUE>
    </ROW>
    </ROWSET>
    In the template I group the data based on CLASSIFICATION and then sort on the same column CLASSIFICATION. I have a page-break applied for every group.
    When I generate the PDF, I am not getting the page-breaks for every group. Instead some of them are displayed in the same page.
    But when I remove the sorting that I had in the template on the column CLASSIFICATION, I am getting the output in the desired way but not in a sorted order.
    kumar

    Hi All,
    I am using MS-WORD 2007 and BI Publisher desktop 10.1.3.3.3.
    When I use split-by-page-break, splitting is performed for every line .. but not for group of lines.
    Can anybody throw some light on this?
    FYI...
    I am using this code:
    ?if: position() mod 6= 0?
    ?split-by-page-break:?
    ?end if?
    (Of course with in tags)
    in G_LINES loop.
    Can anybody help me out :-(
    --Saritha                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Help with Page Breaks!

    Hello,
    I am having great difficulty with page breaks.
    I have included a link below to a jpg of a format template I am working on (edited for public release, but it works):
    http://home.swbell.net/grog1/work/pagebreaksample.jpg
    The layout template has many text form fields but I have re-colored them all to grey so that the pagebreak stands out in pink (and default text is the same as the help text for clarity).
    The data format that I am using for this layout template can be found at:
    http://home.swbell.net/grog1/work/testdata.xml
    This data is for sample use only and would (normally) contain many G_ORDERS for multiple G_ORD_TYPES in multiple G_REGIONS.
    My problem is that it does not matter where I place the page break, it simply does not work correctly.
    As you can see from the current placement I WISH the report to break between each and every occurrences of REGION in the group “REGION”. At this placement it does not break at all.
    I ‘can’ get the report to break (incorrectly, but at least it breaks) if I place this exact same syntax into the innermost grouping of data (i.e. the G_ORDER group) but even then the breaking is NOT CONSISTENT at all. In this case I would ‘expect’ it to break before every order…it does not.
    I have also tried the syntax: “ <xsl:if xdofo:ctx="inblock" test="1=1"><xsl:attribute name="break-before">page</xsl:attribute></xsl:if> “ (without the quotes which got from he forum here) as well as the MSWORD pagebreak (which has never worked for me). None of these work correctly.
    Any assistance in or insight into getting my reports to CONSISTENTLY break at the appropriate times would be most appreciated as I have been trying to get this to work for several days now...
    Thank you,
    Scott

    Hello again!
    I have the pagebreak problem working, but I would dearly like some insight as to why/how it is working…
    I have template builder 10.1.3.2.1 for reference and I now have the report breaking at the correct times, i.e. after each region.
    My confusion is that to get it to work I must use the syntax and placement of the pagebreak text field exactly as shown below. No other placement cause the pages to break correctly and the other syntax sample varations I have found on this forum, etc (listed above) do not work at all.
    Please review the link to the (now working format template) jpg and provide feedback/insight.
    http://home.swbell.net/grog1/work/pagebreaksample_working.jpg
    Thanks in advance for feedback,
    Scott

  • HT1199 Hi. I've got an issue with Pages running on Mavericks on Macbook air. Every time I open the app it hangs right there and I can't do anything on it. I've uninstall and install it back again but the issue still persists. Any help please?

    HI. I've got an issue with Pages running on Mavericks. Everytime I open it up it just hangs right there and I can't do anything with it. I've deleted the app and installed it back again but the problem sitll persists. Any help please?

    Thank you so much for helping,
    But i really wonder how you did that. did you always switch between design view and preview view, then change the key position for 2px then switch back, to align the four letters? because i imagine that can get really frustrating, if you have a logo consisting of 58 parts instead of 4!:)
    Anyway thank you very much for your time and effort!!!!

  • Table in main window with page break in smartforms

    I want to print data with heading and items in tabuler form (grid form) using table with PAGE PROTECTION in main window in smartform.
    if you would say staight way to use Table or Template under FOLDER with page protection, will not work.
    So, it is little bit tricky. So,if any body have a proper solution please help.
    Thanks and regards,
    Vijay Kr. Gupta

    Hello,
    Include the Text ELEMENT U have used to draw the table in the loop of the main window.
    Vasanth

  • Matrix exporting to excel with empty columns, with page break option of "Between each instance of a group" selected.

    I am working with Report Builder 3.0 I am using a matrix to produce grouped data on separate worksheets in excel.
    The select is:
    SELECT ID, Measurement, Value, [Date] FROM Measurements_Report. (please ignore the underscores they are just for formatting) 
    The contents of the Measurements_Report table:
    ID__Measurement__Value__[Date]
    1___Hot_________33_____10/1/2014
    2___Hot_________44_____10/2/2014
    3___Cold_________55_____10/2/2014
    The matrix contains a single row group based on the field "measurement". The Measurement group has the page break option of "Between each instance of a group" selected. 
    There is a column group based on the field "Date". 
    When this is matrix is exported to excel on the first worksheet (Hot) there are three columns as shown below:
    ID__10/1/2014____10/2/2014___10/2/1014
    1___33
    2_______________44
    Notice the last column doesn't have a value.
    On the second worksheet (Cold) there are also three columns as shown below:
    ID__10/1/2014___10/2/2014___10/2/1014
    3__________________________55
    This time notice there is only one row and only a value in the last column.
    I only want the columns with data for that worksheet to show up. How can I remove these empty/duplicate columns? Hopefully there is a simple fix. Thanks ahead of time.

    With the following contents of the Measurements_Report table:
    ID__Measurement__Value__[Date]
    1___Hot_________33______10/1/2014
    2___Hot_________43______10/1/2014
    2___Hot_________44______10/2/2014
    3___Cold________55______10/2/2014
    Returns on the first tab (Hot):
    ID__10/1/2014____10/1/2014____10/2/2014
    1___33
    2_________________43
    2______________________________44
    In the excel worksheet it contains a separate column for each date with a value. Thanks again!
    Why is the same date repeating on multiple columns? Do you've the time part also returned from database?
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Problems with Page Break in an Interactive Reporting report

    Hello everybody,
    Platform: Hyperion System 9.3.1.
    I have serious problems in managing the 'page break' in an Interactive Reporting report.
    The report shows sales data by store, with article and colour details and it is organized like this:
    group 1: geographic area
    group 2: country
    group 3: city
    group 4: store
    columns: article, colour
    facts: quantity, price, value
    My client's request is to perform a page break at the store group level, meaning that apart from the first store occurance, any change in the store value shoul start a new page.
    The requested result is like this:
    page1: geographic area1
    country1
    city1
    store1
    data store1...
    page 2: store2
    data store2...
    page3: store3
    data store3...
    I tried several combinations of using Break After and Break Before on the store group, with Keep Next / Keep Together and it was impossible to obtain the desired result.
    If I use Break Before the result is as follows:
    page 1: geographic area1
    country1
    city1
    page 2: store1
    data store1...
    page 3: store2
    data store2...
    If I use Break After the result is as follows:
    page 1: geographic area1
    country1
    city1
    store 1
    page 2: data store1...
    store 2
    page 3: data store2...
    even if I specify 'Keep with next' or 'Keep together' for store group and the store data table.
    Any help will be very very appreciated because I've been trying for weeks to figure out this issue.
    Daniela

    First start without using any of the Keep with Next and Keep together.
    Second. try putting the Page Break in the Group Footer. You do not need to keep it visible
    Then you may want to repeat headers on Store in case the Store's Detail rolls onto next page
    Hope this helps
    Wayne

  • Problem with page breaks in IE when printing to PDF

    Hey,
    I am having formatting issues with IE when printing to pdf, I have a dynamically created report which has page breaks at the end of each page, if I open this report(report is in html) in firefox and goto print the formatting is correct, if I open the same report in IE and print the report 80% of the pagebreaks are in tact, 20% are ignored which just makes the report look rubbish, my question is,( I know it not directly related to the reader but was unsure on which forum to post) is there a different css or formatting I should use to make IE play ball.
    Cheers
    Tom.
    the style I use to insert pagebreak is
    <code>
    .breakhere {page-break-before: always;}
    code I then use to implement it is.
    <TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0 CLASS="breakhere">
    </code>

    You may use a forum for IE.

  • Issue with conditional breaks

    Hi Experts,
    I am working on conditoinal breaks in adobe.
    My requirement is: For a delivery item if i have 3 batched i have to print 3 forms with item data. Here the data of one batch can flow into multiple pages I had applied a conditional break on batch field at the item level of the table(designed with dragging the table into the layout.). this form contains Batch at header and footer. When the data fits in one page conditional breaks are working fine and i am getting 3 forms in the same spool as desired. But when there is more item data conditional breaks are not working properly.
    Issue like item data over flow on the footer and batches are not showing up properly according to the page breaks.
    Please help on this issue.
    Thanks,
    Anil

    Guys, Tell me if my question was not clear or need further information.

  • Problems with page break

    I have a report that is group Row by Land then for each current group by Parcel. So in other words this report is group by Land number and within each land number are the parcel details for this land. My problem is when the next land number with the detail portion of the land number cannot fit all on the same page, I want it to go to the next page. Is there a way to programatically find the number of lines on a current page and when there is only a certain amount of lines left to have it go to the next page? I am using this logic now for my page break and it doesn't work like I want it to:
    <?if@row:position() mod 7=0and position()!= last()?><xsl:attribute name="break-before"xdofo:ctx="incontext">page</xsl:attribute><?end if?>
    Plus for some reason I get a blank page for page 5???
    Anyone that may have any suggestions for me will be greatly appreciated.
    Susie

    hi
    you have to write
    <?split-by-page-break:?> syntax before the <?end for each?> of the parcel group.
    the o/p wouldn/t contain any blank page.

  • Problem with Page Break In ALV Report

    Hi
    I have got a problem in my ALV report. I have a checkbox in the user input screen where users decide whether they want a page break or not in the print preview (or print) page. Now i also have the option to have layout name in the input screen. so If i leave the layout box empty the check or not check of page break works fine. but if use a save layout name in the layout box the add check box doesn't work anymore. If i have a layout name in the layout box it doesn't matter whether i have checked for page break or not it does the same thing.(in one report it always puts the page breaked)
    Any ideas where to look for the error?
    here is the code for the page break. Opt5 is the check box.
      perform build_sort tables pt_sort changing ls_sort.
      ls_sort-fieldname = 'PERNR'.
      ls_sort-subtot    = 'X'.
    IF OPT5 = 'X'.
       ls_sort-GROUP = '*'.
      ENDIF.
      append ls_sort to pt_sort.
      ls_sort-subtot    = ' '.
      ls_sort-GROUP = ''.

    Never mind it was acting like the page break was not working because the layout was saved with the page break on/OFF.

  • HTML to PDF conversion - problems with page-breaks and bookmarks

    Hello,
    My company is currently considering updating your software (from Acrobat 9 Pro to Acrobat XI Pro) and I’ve been assigned to research its features and make sure that it is a right fit for our goals. Basically we want to automate the whole process as much as possible and we want to create PDF directly from HTML. We’re providing a lot of content in HTML and we need a fast way to transfer it into PDF format. There are however some guidelines:
    We want page-breaks in is this kind of documents, and thus - your app needs to be able to interpret HTML and put them where we want to;
    We need to have bookmarks in there. Converter must be able to make them based on headlines from HTML source or afterwards, directly in PDF by using some auto-bookmarks feature;
    There has to be table of content generated, based on HTML Link Tags if possible. Here’s sample of TOC structure that we have currently:
    <A NAME="redirect">sample_text</A>
    <A HREF="#redirect">sample_text</A>
    Of course we can modify HTML in any way you want us to. The important thing for us is to make it work in PDF without the need to make a lot of manual changes after conversion.
    I’ve been messing with Acrobat 9 Pro and reading some documentation that you have provided and I’m convinced that point 3 is not a problem. I’m aware that Acrobat 9 Pro is not having any difficulties with links in document and they work fine in PDF format that has been created from HTML.
    Page-breaks on the other hand are bothering me. Your app is apparently ignoring every HTML code that the Internet is advising me to use to force page-break where I want. Honestly - I’ve tested like ten ways to make them and not even one was working. That’s why I’m asking for your help.
    Another problematic subject for me is the bookmarks creation. I know that they are not a problem if I’m doing DOC to PDF conversion. Then I’m able to decide what header should be used as a curtain level of bookmarks and everything is working great at the end. However - with direct HTML to PDF conversion - I really don’t know how to generate bookmarks that are based on the source of the input document. Is there any way to make fully working 2 level bookmark tree in this case? Here’s an example of the structure we want at the end:
    header1
    header2
    header2
    header1
    header1
    header2
    Could you please help me in finding the solutions? Just like I’ve mentioned - we can modify input HTML in any way, but in the end we would like to achieve our goals as quickly as possible.
    Please excuse my English.
    I am looking forward to your response,
    Lucas

    Frankly - we would like to avoid using Word. We are using it currently but there are long-term plans of improving whole conversion process, eliminate any mid-steps and automate as much as possible even though conversion is not going to be done unattended on a server. Thank you for your response, but I hope that maybe someone else would have any idea?

  • PDF Color issues with Pages 09

    I made a new Page Layout document with Pages 09. I created my own page templates for this document. The left page of the document uses a wide blue filled band and the right page uses a narrower blue filled band.
    Both use the same exact color. (I'm even using the DigitalColor Meter app to show me this.)
    I exported the finished file to pdf using the best setting. When I open it up in Adobe acrobat reader, I now have two different colors. One is purplish, the other is navy blue. This is visible on the PC screen. If I open it up in Preview on my mac, they are all the same color.
    Any ideas?

    Well, yes. I was more after links to information about why they wait.
    There is a legal side and a technical side. The legal side revolves around antitrust issues, apparently. The technical side revolves around the same issues as in the past.
    Through cross-licencing, Adobe Systems controls the composition model and the configuration of composition products at any point in time.
    At the Seybold Conference on Computer Publishing in September 1989, John Warnock stated that the proposed protective separation of character processing from glyph processing was "garbage" - according to the New York Times.
    In December 1990, the PostScript Language Reference Manual, Second Edition, Appendix E, published how drawing ligatures, small capitals etc would be done by overruling the character set.
    This is the road to destructive drawing: it sacrifices content-based spelling, searching and sorting for the sake of appearance-based composition.
    The Apple developer discussion stated in 1992 that a composition model that can draw a glyph design if and only if the glyph codes is directly depicted onto a character code is disastrous.
    By the time QuickDraw GX was available in q3 1994 there were at least 15,000 Adobe Type 1 products and at least 100 million licences (there were 22 million licences in September 1989).
    By promoting the Adobe Type 1 library, and in particular the Adobe Type 1 Expert library, Adobe destroyed the text services of Apple Mac OS, simply.
    Microsoft TrueImage was discontinued partly because PostScript Level 2 does not support the screen in its colour management model and partly because Adobe Type 1 and the PostScript use of a completely configurable name space instead of a coded character set allows Adobe to overrule the OS text services at any time.
    When Adobe in April 2002 made the the Adobe OpenType library available on the Adobe Font Folio, in place of the Adobe Type 1 library, Adobe applied the same tactic. As John Hudson points out, all alternate glyphs were available for drawing with Private Use Area characters which is analoguous to what Adobe Type 1 Expert did before.
    Because Adobe bases PDF on PS and because PS ignores intact SFNT indices as well as intact ICC indices, Adobe based PDF on the completely configurable name space model of PS. For this to work in synthesising source character specifications it is necessary that the name space be configured with ISO-IEC 10036/AFII glyph identifiers or with ISO-IEC 10036 character identifiers.
    It is also necessary that the glyph stream be passed into PS in reading order and not in geometric order, that there be a linear relationship of characters to glyphs in the processing (problems with bidirectional ordering and with functions like insertion in AAT e.g. for Khmer), and of course that font-indenpendent identifiers in fact by implemented by all concerned - which they are not.
    XPS revolves around keeping the source character string intact, PDF does not revolve around keeping the source character string intact (not for lowend office typesetting of the Latin script, at any rate). At the Linotype Typotechnica in April 2007, Adobe announced that configuring CMAPs with PUA would not be discontinued - it would be continued.
    In other words, technically Adobe is using the completely configurable name space of PostScript as a weapon against Microsoft just as it used it as a weapon against Apple. But the problem is that Adobe publishes no documentation with its type products informing the customer in the EU of how the type product is in fact configured, and that may or may not be illegal.
    Personally, I don't have a problem with PUA drawing provided it is documented in order that the everyday enduser understands that the ISO-IEC 10646 standard character set is being overruled and that a synthesis has to take place from a private name space model, but if this is not documented then the everyday enduser is made hostage.
    This is where Adobe's tactical use of type as a strategic pawn in its struggle for the digital document market becomes politically problematic. How are we ever going to rid the Mac of Adobe Type 1 'Expert'? Adobe and Linotype spent a fortune marketing the idea that correct type was done by changing the correct text. Utterly braindead from day one.
    /hh

  • Extended table printing issues over page break

    I have an extended table on a form that may have many rows - multi pages generated from a database.
    when printing or print pdf - safari and firefox will split a row at bottom of a page and start of next page... page break problem...
    if i control database output wich 50 recs per page then user would have to print each page separately - wasting time - so that is not a good option....
    Q: how do I get this to print best for viewing without page break problem?
    Thaks in advance for your help - dave

    Hi Amruta ,
    I hope the following steps will solve your problem :
    1. Merge the data from the 3 tables into a single table (say gt_outtab).
    2. The table gt_outtab should have a field (say tab ) to indicate the table from which the data has come . Depending on the tables conatining the initial data , you can assign 1, 2 , 3 into the new field (tab).
    3. Bulid the fieldcatalog with the particular column (TAB) of the output table as no_out='X'.
    gs_fieldcat-COL_POS = lv_line.
      gs_fieldcat-fieldname = 'TAB'.
      gs_fieldcat-outputlen = 1.
      gs_fieldcat-just      = 'L'.
      gs_fieldcat-coltext   = 'Table'.
      gs_fieldcat-seltext   = 'Table'.
      gs_fieldcat-NO_OUT   = 'X'.
      APPEND gs_fieldcat TO lt_fcat.
    4. Define the data of type lvc_s_print
    DATA: gs_print TYPE lvc_s_prnt.
    5. Before calling the method set_table_for_first_display assign grpchgedit of the structure gs_print as 'X'
    gs_print-grpchgedit = 'X'.
        CALL METHOD gr_grid->set_table_for_first_display
            EXPORTING
               is_print            = gs_print
               is_layout           = ls_layo
            CHANGING
              it_outtab           = gt_outtab[]
              it_fieldcatalog     = lt_fcat.
    6. Run the report . The particular column is not displayed in the list.
    7. Go to Print Preview mode. Press the sort ascending or descending button on toolbar (without selecting a column).A dialog box appears asking for sort order.
    8. Add the field(TAB), from the available list on right hand side.
    9. In the last column titled NG of this sort order dialog box, write * for page feed .
    10. Press the copy button .
    Hope this solves your problem .
    Thanks ,
    Sudipto

  • How to export pdf from numbers with page breaks

    I am trying to export a pdf from numbers that contains page breaks.  When i print the page breaks are created for printing automatically and i like scrolling with no page breaks while working on spreadsheet.  But, if export pdf the file becomes one long scrolling page.  Which is good on screen but when email recipient tries to print, it prints to a single page and type face is impossibly tiny to read.  I would like to export a view in which page breaks are included but can not seam to find the process (i have recently switched  from excel to numbers).

    One thing you might try (if you haven't already) is to pretend you are printing your numbers document, but after you press the "Print..." button (perhaps after doing the "Print setup" thing) do "Save as PDF" instead of just printing it.  Presumably, this gives you the PDF that is used to do the print job.

Maybe you are looking for

  • FBRA and FB08- Reverse Credit Memo

    Hello SAP Guru's, I am trying to reverse a credit memo incorrectly billed for the wrong amount and I used FBRA and received an error message Document NNNNNNNN NNNN 2007 is not a clearing document.  There is no clearing document associated with this t

  • Recover Datafile with Noarchivelog

    Dear all, Received a call saying the database cannot up the error message as below ORA:01113 file2 needs media recovery ORA:01110 Data File 2..... Thus, svrmgr> startup mount svrmgr> alter database datafile 'c:.....' offline drop; svrmgr> alter datab

  • 802.1x and IP Phone

    Is it possible to enable dot1x and voice on the same interface? If so which switches and IOS support this feature ? Any references to documents ? Commands that cannot be configured together :- switch voice vlan xxx dot1x port-control auto

  • EJB 3 reference problem

    Hello all. I use glassfish b48. I need two classes with unidirectional ManyToOne relation: Pupil -> Grade Pupil.java: @Entity public class Pupil extends Person {     @ManyToOne     private Grade grade; }Person.java: @Entity public class Person extend

  • Desktop/screensaver prefs, hang, crash

    I have two monitors. I installed 10.6.4, earlier, and a number of things began to go wrong, including the above: One of my monitors lost its desktop picture. When I tried to fix it with desktop/screensaver prefs, the system prefs basically crashed. N