Another Pagination issue

Maybe this has been previously addressed, but if so I couldn't find it doing a search.
Anyway, here's the problem I'm having. I have a search form with 4 regions.
Region 1 has three search fields, defined as "Select List with Submit". The other three regions are conditionally displayed reports, depending on how much data the user selects from the select lists, i.e, in region1 I have country, state, and county. Once the user selects a country, then a report shows the entries for that country. If they also specify a state, then a different (but identical) report runs for that country/state combination. (I did it this way since I was having a devil of a time getting my query to work if the user only supplied a country, and the state and county fields were null, but that's another issue).
Anyway, say a user is just using at first to see whats out there. They pick a country with 250 entries for it, and then use the pagination "Row Ranges 1-15 16-30 in select list (with pagination)", and go to say record 201. They then decide to look at a different country, say one with only 8 entries. The page is re-submitted, the correct region/SQL Query runs, but the report shows no entries and the pagination says "1-8 of 8" because somehow, somewhere, the pagination is trying to look at record 201 still.
I finally discovered this after running the above scenario sevaerl times myself, and then finally selecting a country with more entries than the one with the wrong page number, and for that country I was still at the same record number.
I think I've worded this correctly. Is there some simple fix to this I can do? I'm sure I'm missing absurdly simple once again.
Thanks,
Bill Ferguson

Nevermind...
I thought about it some more and decided to do a search for "reset pagination" (as opposed to just pagination) and came across a couple other threads that said to create a reset pagination process, and that seems to work for me on this page.

Similar Messages

  • Does Acrobat Pro 9 support "page-break-before" CSS tag? ie Pagination issues

    Hey there
    Converting a whole stack of html files to PDF and having some pagination issues.  Titles not staying with images and tables getting chopped in half by page breaks etc.
    Thought i could solve it by using carefully placed "page-break-before:always" tags where i wanted the page break.  Works as expected in Safari when i go to print but not when i "File:Create PDF: From File" in Acrobat Pro.  They get ignored.
    Here's how they should work:
    http://www.w3.org/TR/CSS21/page.html#x3
    This is a major hassle. I've got over 600 webpages to convert to PDF's and manually entering <br> to force items onto the next page is getting old.
    Here's some sample html, paste it into a file, save, open it in Safari and then go to print.  It should print 7 pages.  Open it in Acrobat Pro 9.1.0 and you get one page.
    <body>
    test0
    <p style="page-break-before: always">
    test
    <p style="page-break-before: always">
    test1
    <p style="page-break-before: always">
    test2
    <p style="page-break-before: always">
    test3
    <p style="page-break-before: always">
    test4
    <p style="page-break-before: always">
    </body>
    The really nice thing is this would be so useful.  You can attach the tag (page-break-before:avoid)  to a Caption style and always be assured that it will stay with a following graphic when you print the webpage. Or use it to make sure a table doesn't get cut in half.
    http://reference.sitepoint.com/css/page-break-after
    http://reference.sitepoint.com/css/page-break-before
    Any hints would be great
    tia
    Jeremy

    Nope.  Did the </br> thing. 
    Cost me some serious cash.  Very annoying.
    I haven't tried it with Safari 5. Acrobat allowed me set page margins, something that Safari 4 didn't allow (didn't support margin css tags).  But acrobat didn't support the pagination and Safari 4 did.
    Like i said annoying
    I'll see if Safari 5 supports the print margins css tags.
    I'll prob get asked to do this again so would like to sort it out
    Jeremy

  • Pagination issues in Word output from RoboHelp HTML 8

    Hi All,
    We're generating a Word document from our online help (RoboHelp HTML 8) with MS Word 2003 installed. The page numbers inserted automatically are wrong in that it's skipping numbers. For example, in scrolling down through the document, the page number after 95 is 97. Sections of the doc are paginated correctly, but then we come to a few pages where it skips a number in assigning page numbers. Some of our users have MS Word 2003 and others have 2007, but the pagination issue is occurring in both versions of Word. (BTW, I'm developing WebHelp Pro on Windows XP.)
    Today when I clicked in the Word TOC and pressed F9 to regenerate, it corrected some of the pagination problems but not all (go figure).
    Is there a patch I need to download or anything?
    Thank you!
    Mendonite

    Do the unnumbered pages have any content? This is ringing a vague bell and it was a Word issue related to blank pages.
    Have you actually printed the document?
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • [svn:fx-trunk] 9578: Found another embeddedfontcontext issue in the player.

    Revision: 9578
    Author:   [email protected]
    Date:     2009-08-25 10:23:52 -0700 (Tue, 25 Aug 2009)
    Log Message:
    Found another embeddedfontcontext issue in the player.  ElementFormat.getFontMetrics() must be called in the embeddedFont's moduleFactory context.  Added a general "callInContext" API to IFLexModuleFactory.  Eventually, TLF will add a new API so they can connect up to this capability and we'll change the code one more time.
    QE Notes: None
    Doc Notes: New API in IFlexModuleFactory.as
    Bugs: SDK-22159
    Reviewer: Darrell
    API Change: Yes
    Is noteworthy for integration: No
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22159
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModuleFactory.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/SimpleText.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Updates:
    I've opened a bug with Adobe regarding this issue:
    http://bugs.adobe.com/jira/browse/FP-4362
    Also, the Cancel operation on a FileReference causes the same issue to happen as does loading.  I really think it's an operating system focus issue.
    UPDATE:
    Looks like this has already been tracked and is scheduled to be fixed:
    https://bugs.adobe.com/jira/browse/FP-2785

  • CanSplitImage Rule causing pagination issues while creating RTF output

    Hi,
    We are facing spacing/pagination issues when we use CanSplitImage rule for RTF output with NoFrames. It splits the section and prints in next page as expected but leaves the remaining page empty/blank and prints the next consecutive sections in the next page(basically the 3rd page).
    Any suggestions on the solution based on your experience will be highly appreciated.
    Thanks!

    Hi,
    We are facing spacing/pagination issues when we use CanSplitImage rule for RTF output with NoFrames. It splits the section and prints in next page as expected but leaves the remaining page empty/blank and prints the next consecutive sections in the next page(basically the 3rd page).
    Any suggestions on the solution based on your experience will be highly appreciated.
    Thanks!

  • Table section with 3 header rows pagination issue

    Hi experts.
    I have a table section pagination issue. In my case the table section combines 3 header rows.
    Down bellow the series of screenshots I hope they describe my example well (click on screenshots to enlarge).
    1) The data context
    2) Layout elements
    Here is my issue (table header output at the end of the page but there is no data row):
    As you can see on the first page there is no more place for a data row but the header still exists.
    if I set keep with next flag on the pagination tab for all header rows the result will be:
    Is it possible somehow to fix it?
    I would like to have the header row output on the page only if a data row exists bellow the header, the footer should only output if a data row exists above.
    Here is PDF output:
    https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B4wQz1XhRuysMzhiN2EyYzM tMDdjZS00Yzc3LWIyNTgtODUzZWRhY2MwYjMx&hl=en_US
    https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B4wQz1XhRuysNmYxNGFlOTk tZGQ2MS00MDQ3LTgyMWUtZTg4YmEwYWRmMWQ4&hl=en_US

    The solutions is easy. You´d better create the corresponding DDIC objects hierarchy in the backend and then use the form to PRINT the prepared data ONLY. I mean:
    In your backend:
    in a row there is a dataset (table) and a optional dataset (table) == DDIC structure with two "fields" of type "table" = row A
    use this "row" to create the "outer" table == DDIC table type with row A
    Then you can just drag and drop this structure in your adobe form and will have do difficult with formatting.
    Regards Otto

  • Bookfile re-pagination issues

    I work in publishing and we deal with bookfiles (indesign CS4) which include chapters that are non-sequential in pagination ie. colour section chapters which slot in the middle of standard text chapters.  We need to include these non sequential chapters in our bookfiles for indexing. Our problem is that despite switching off ALL automatic page numbering options ie. in the "book page numbering" options pallete from within the bookfile and within the "number & section options" pallete in each seperate chapter (where the desired page number is entered twice - under "start page numbering" and "start chapter numbering"), we still have frequent instances where chapters are automatically repaginating and continuing on from the previous chapter (and flipping from rhs to lhs and vice versa).  This issue also extends to exporting our bookfiles as a pdfs - where similar problems with pagination occur.  Looking at other forums this pdf problem at least, seems to be a common issue but the fix of saving files as IDML is not an option for us as we use a third party plugin and saving to IDML effectively strips this out. 
    Does anyone have any suggestions on how to manage these pagination issues?

    here is an example of one of our bookfiles.  Chapter 31-col-architiecture (pages 284-287) is a colour section that slots into chapter 32-architecture-rom7 (pages 280-294).  When this colour section is first added to the bookfile it automatically repaginates the first page to page 295, picking up from the previous chapter rather than maintaining the specified pagination (as seen, corrected, below) and throws the entire bookfile out. By doing so, it also flips the the document to start on the opposite page which has on occasion caused havoc with masterpages. Note it is not possible to physically insert the colour section into the chapter to produce a single chapter due to paragraph styles having the same names yet differing attributes (due to it being a colour section yet the content structured in the same way as the rest of the book).
    our settings are as follows:
    in the bookfile....
    in each chapter.....
    i suspect its the bookfile numbering options that arent able to be over-ridden which is the issue? 
    Note that we need these files in the bookfile for both indexing purposes and cross referencing purposes, and the third party pluggin we use is Typefi which is unlikely to be the issue...

  • Ssrs pagination issue

    This issue is related to pagination in ssrs.I want to handle pagination using stored procedure. I have created below sp and would like to know that how can i set  value for parameter @pageNum. so that every time i change page in report viewer value
    get increase with +1(like 1,2,3,4,5.....).
    create proc [dbo].[Test_paging]
     @pageNum int, --page no
     @pageSize int---how many rows
    as
    ; with test 
    as
    SELECT DISTINCT row_number() over(order by column name),
    List of the columns 
    from table name
    select * from TBL_CMBLY
    WHERE RowNum BETWEEN (@pageNum - 1) * @pageSize + 1
      AND @pageNum * @pageSize
    order by rownum

    Hi Tejaskumar,
    As you may know, per the RDL specification, accessing the current page number from within the report body is not supported in Reporting Services. Using custom code to work around this limitation is also not supported, because it would rely on intrinsic expression
    evaluation order and pagination/rendering order which is not documented.
    One possible workaround is calculating the page number by yourself to display the page number in the report body. Suppose the report has 100 records, and one page has 10 row, then we can refer to the steps below:
    Add another column with the expression like below in the tablix, then hide the column:
    =ceiling(Rownumber("DataSet1") / 10)
    Drag a table right of the current tablix, and delete the tablix header, second and third columns.
    Right-right the Details group to add Page Breaks with the “Between each instance of a group” option.
    Insert the expression below in the textbox:
    =ceiling(Rownumber("DataSet1") / 1)
    Then use the expression below to control the row visibility:
    =iif(ceiling (Rownumber("DataSet1")  / 1)>reportitems!Textbox6.Value,true,false)
    Note that the Textbox6 is the name of the textbox which contains the value: =ceiling(Rownumber("DataSet1") / 10)
    Besides, we can use the expression below to manually add page break with 10 rows for each page in the tablix:
    =ceiling(Rownumber("DataSet1") / 10)
    The following similar thread is for your reference:
    http://social.msdn.microsoft.com/forums/sqlserver/en-US/ab9c18bc-ee37-45a2-a52d-628c12d08b33/ssrspagination-on-report-body
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • LimitFilter pagination issue

    I have a new pagination framework used by a GUI client that passes the filter criteria and the page number. The problem I am having is that I see unpredictable page results with the new version of coherence (3.6.1) compared to 3.3.1
    For ex the data sets for each page is not consistent when invoked multiple times through the GUI.
    I am using methods setPage and setPageSize on the LimitFilter. Also on the Cache I use keySet(Filter arg) method.
    Pls advise if this is a know issue or bug internally tracked and if there is a workaround
    Thanks
    Ashish

    I've discovered similar effect and after several testcases I can confirm that even if you keep a reference to the filter on subsequent calls,
    LimitFilter will loose current query context and may return empty enty set or keyset if you try to request next page, while last entry of the current page became unavailable or gone missing after query re-execution.
    It's just the way the filter was built.
    Another very unpleasant effect is that if you use LilitFilter on top of your own custom-built filter, then LimitFilter tend to re-execute query on every page request.
    So, base on my experience, I can say that if you plan to process over large dataset, the approach with using LimitFilter as a preventative for pulling entire dataset at once is not efficient, because the filter itself does not save the query context, just the references on some key entries are saved for paging purposes, but that's it.

  • Another bootcamp issue

    Hey everyone. I'm having an issue running windows 7 on bootcamp. I install it, everything works install a few things restart it then suddenly when I go on it the computer gets stuck at the 'starting windows' screen. The first time I installed the drivers from snow leopard and while it was logging off it froze so I had to press the manual off button. When it turned back on it was freexing on 'starting windows'. The next time I after reinstalled bootcamp etc the drivers installed perfectly, installed a few games. When I was installing Age of Empires 3 while it was installing it kind of froze. This happened on my windows pc doe to compatibility and pressing ctrlaltdel usually fixed it. But it froze on this and everything else started freezing. I then had to manually press the off button which I did, and then I got the problem again. I was wondering if anyone knew the answer to my problem? By the way Windows boots up in safe mode but not normal.
    Help would be appreciated. By the way this is boot camp installation for the second latest macbook pro.
    Message was edited by: Numaholic

    Hey again! I'm actually having another problem now. I'm trying to play Star Wars Battlefront II but it pops up with a tnl error. After a bit of research tnl stood for texture and lighting and I needed 3d graphics which requires nvidia drivers which I just deleted because they caused errors on my system (post 1).
    Is there a safr Nvidia card or another way to fix this? Thanks guys.

  • Pagination issue with Command Link

    Hi
    I have a HtmlDatatable in which I am I am using pagination. Pagination is working fine the issue is one colum has been used with commnadlink.
    Whne I use the pagination(Say when I click next or last) i am not getting the hyper link in that column.
    Any idea?
    Thanks in advance
    Best Regards
    Sathish

    Hi,
    hard to say. Looks as if the browser blocks the command link when the note window launches as modal dialogs would do.  There are two reasons for this IMO
    1. The hover code also executes when you want to click the link, which means that you don#t get to executing your action. Work around is to detect whether the note window is open and if don't try and re-launch the note window
    2. If you use showPopupBehavior to launch the note window, then this actually kills all action listener methods (which then may be a second reason). So my suggestion is to try and launch the hover popup from JavaScript using an af:clientListener
       Sample code: Sameh Nassar: JavaScript With ADF Faces Samples
        the client listener should listen for the mouse over event.
    If none of this help and you have access to customer support, I suggest to create a test case and file a service request. My current guess though is that the reason for the behavior is in in your code (browsers tend to work differently in the way they execute JS events too).
    Frank

  • XsltListViewWebpart pagination issue

    Hi,
    We are using XsltListView webpart with custom XSL to format dsQueryResponse of a custom List(named "Posts"). That custom list has Attachments. PAgination was default pagination from vwstyles.xsl. Everything works fine on Page Load.i.e., each post
    is displaye dwith corresponding attachment. But, when we use bottom pagination to go to next page or to previosu page...same attachment(attachment in the first post of that page) is repeated for each post...But, when we reload the page...attachemtns are fine
    again.
    Please help us resolve this issue..Why does default pagination behave this way?
    Thanks,
    Neelima.
    Neelima

    Hi Daniel,
    Thank you for responding..XsltListViewWebPart is like this:
    <WebPartPages:XsltListViewWebPart runat="server" AllowHide="True" PartImageSmall="" PartOrder="6" Title="Posts" ManualRefresh="False" ViewGuid="{53B037C2-222F-4431-84D1-7B7EC7768E19}" HelpMode="Modeless" AllowEdit="True" SuppressWebPartChrome="False" ShowWithSampleData="False" ListId="4a92c048-f331-4979-9073-1404e3458d5c" GhostedXslLink="main.xsl" PageSize="-1" UseSQLDataSourcePaging="True" EnableOriginalValue="False" ConnectionID="00000000-0000-0000-0000-000000000000" ExportControlledProperties="False" AutoRefreshInterval="60" ViewContentTypeId="0x" Description="Use the Posts list for posts in this blog." AllowZoneChange="True" ID="g_52262e87_ee8e_4ba3_9241_74c607c9135e" MissingAssembly="Cannot import this Web Part." FrameState="Normal" AllowMinimize="True" Dir="Default" ViewFlag="9" AllowConnect="True" DetailLink="/sales/ProductAnnouncements/Lists/Posts" WebId="76774c76-912f-424b-b62b-603e428a4e64" PartImageLarge="" TitleUrl="/sales/ProductAnnouncements/Lists/Posts" ListName="{4A92C048-F331-4979-9073-1404E3458D5C}" ExportMode="NonSensitiveData" FrameType="Default" DataSourceID="" IsIncludedFilter="" AllowRemove="True" HelpLink="" IsIncluded="True" IsVisible="True" AsyncRefresh="False" AutoRefresh="False" InitialAsyncDataFetch="False" __MarkupType="vsattributemarkup" __WebPartId="{53B037C2-222F-4431-84D1-7B7EC7768E19}" __AllowXSLTEditing="true" __designer:CustomXsl="fldtypes_Ratings.xsl" WebPart="true" Height="" Width=""><DataFields>
    </DataFields>
    <Xsl>
    <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal" xmlns:o="urn:schemas-microsoft-com:office:office">
    <xsl:include href="/_layouts/xsl/main.xsl"/>
    <xsl:include href="/_layouts/xsl/internal.xsl"/>
    <xsl:param name="AllRows" select="/dsQueryResponse/Rows/Row[$EntityName = '' or (position() &gt;= $FirstRow and position() &lt;= $LastRow)]"/>
    <xsl:param name="dvt_apos">&apos;</xsl:param>
    <xsl:template mode="Item" match="Row[../../@ViewStyleID='15']" ddwrt:ghost="" xmlns:ddwrt2="urn:frontpage:internal">
    <xsl:param name="Fields" select="."/>
    <xsl:param name="Collapse" select="."/>
    <xsl:param name="Position" select="1"/>
    <xsl:param name="Last" select="1"/>
    <xsl:variable name="NumColumns" select="count($Fields[not(@Type='Note' or preceding-sibling::*[@Type='Note'])])"/>
    <xsl:variable name="thisNode" select="."/>
    <xsl:if test="../../@ViewStyleID='15'">
    <tr>
    <td class="ms-newsletterline" colspan="{$NumColumns}">
    <img src="/_layouts/images/blank.gif" width="100%" height="4" alt="" />
    </td>
    </tr>
    </xsl:if>
    <tr>
    <xsl:if test="$Position mod 2 = 1">
    <xsl:attribute name="class">ms-alternating ms-newsletteralt</xsl:attribute>
    </xsl:if>
    <xsl:for-each select="$Fields[position() &lt;= $NumColumns]">
    <xsl:apply-templates select="." mode="printTableCellEcbAllowed">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    </xsl:apply-templates>
    </xsl:for-each>
    </tr>
    <xsl:for-each select="$Fields[position() &gt; $NumColumns]">
    <tr>
    <td class = "ms-vb-tall" colspan="{$NumColumns}">
    <xsl:if test="not(@Type='Note')">
    <xsl:value-of select="@DisplayName"/>:
    </xsl:if>
    <xsl:choose>
    <xsl:when test="@Type='User'">
    <xsl:value-of select="$thisNode/@*[name()=concat(current()/@Name, '.span')]" disable-output-escaping="yes"/>
    </xsl:when>
    <xsl:otherwise>
    <xsl:apply-templates select="." mode="PrintFieldWithDisplayFormLink">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    </xsl:apply-templates>
    </xsl:otherwise>
    </xsl:choose>
    </td>
    </tr></xsl:for-each>
    <xsl:if test="$NumColumns &lt; count($Fields)">
    <tr>
    <td id="ItemAttchment{generate-id()}" class="ms-vb-tall">
    <table cellspacing="0" cellpadding="0" border="0">
    <tr>
    <td width="5%"> <span>Liite:</span>
    </td>
    <td>
    <xsl:element name="SharePoint:AttachmentsField">
    <xsl:attribute name="runat">server</xsl:attribute>
    <xsl:attribute name="FieldName">Attachments</xsl:attribute>
    <xsl:attribute name="ControlMode">Display</xsl:attribute>
    <xsl:attribute name="Visible">true</xsl:attribute>
    <xsl:attribute name="ItemId">
    <xsl:value-of select="@ID"/>
    </xsl:attribute>
    </xsl:element>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td colspan="{$NumColumns}">
    <img src="/_layouts/images/blank.gif" width="100%" height="4" alt="" />
    </td>
    </tr>
    <tr>
    <td colspan="{$NumColumns}">
    <img src="/_layouts/images/blank.gif" width="100%" height="4" alt="" />
    </td>
    </tr>
    </xsl:if>
    </xsl:template></xsl:stylesheet></Xsl>
    <ParameterBindings>
    <ParameterBinding Name="dvt_sortdir" Location="Postback;Connection"/>
    <ParameterBinding Name="dvt_sortfield" Location="Postback;Connection"/>
    <ParameterBinding Name="dvt_startposition" Location="Postback" DefaultValue=""/>
    <ParameterBinding Name="dvt_firstrow" Location="Postback;Connection"/>
    <ParameterBinding Name="OpenMenuKeyAccessible" Location="Resource(wss,OpenMenuKeyAccessible)" />
    <ParameterBinding Name="open_menu" Location="Resource(wss,open_menu)" />
    <ParameterBinding Name="select_deselect_all" Location="Resource(wss,select_deselect_all)" />
    <ParameterBinding Name="idPresEnabled" Location="Resource(wss,idPresEnabled)" />
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(core,noXinviewofY_DEFAULT)" />
    <ParameterBinding Name="AddNewAnnouncement" Location="Resource(wss,addnewitem)" />
    <ParameterBinding Name="MoreAnnouncements" Location="Resource(wss,moreItemsParen)" />
    </ParameterBindings>
    <XmlDefinition>
    <View Name="{53B037C2-222F-4431-84D1-7B7EC7768E19}" Type="HTML" Hidden="TRUE" TabularView="FALSE" DisplayName="" Url="/sales/ProductAnnouncements/Lists/Categories/Category_copy(1).aspx" Level="1" BaseViewID="1" ContentTypeID="0x" ImageUrl="/_layouts/images/posts.png">
    <Query>
    <OrderBy>
    <FieldRef Name="PublishedDate" Ascending="FALSE"/>
    <FieldRef Name="ID" Ascending="FALSE"/>
    </OrderBy>
    </Query>
    <ViewFields>
    <FieldRef Name="LinkTitleNoMenu"/>
    <FieldRef Name="Body"/>
    <FieldRef Name="PostCategory"/>
    <FieldRef Name="Created"/>
    </ViewFields>
    <RowLimit Paged="TRUE">10</RowLimit>
    <Aggregations Value="Off"/>
    <ViewStyle ID="15"/>
    <Toolbar Type="Standard"/>
    </View>
    </XmlDefinition>
    </WebPartPages:XsltListViewWebPart>
    Many Thanks,
    Neelima.
    Neelima

  • Another strange issue onmy touch

    Hello - I had some cover flow and music playing issue in the past.. restore (1st time) seemed to have fixed this problem.
    But I recently encountered another.
    I have few songs that simply do not play off my touch but it will play from the touch icon when the touch is connected to my PC via USB. I check the same songs in the itunes library and they play fine. These same songs play fine on my mini.
    What is going on here?? MY serial number starts with 9C741..
    Is this trouble?
    thanks

    Get a mac.
    /thread

  • Yet another export issue with Aperture 3

    Judging by a search of topics, there seem to be a myriad of problems associated with getting files out of Aperture, some of which represent occult setting issues, others which seem to be actual bugs.  I've run into an issue which seems to defy categorization, and I'm not sure if it's me doing something wrong, or if it is actually yet another bug with this software.  I've been an Aperture user since 1.0 and I have to say the current version I'm running (3.4.3) is by far the worst yet.  Anyway, enough whining.  Here are the issues:
    I'm running Aperture on a 6 core Mac Pro with Lion 10.7.5.  There are two thing happening. 
    1.  Exporting JPEGs is INCREDIBLY slow - perhaps as long as 4 or 5 minutes for a 3MB file. 
    2.  This is the one driving me batty right now.  Tried exporting a batch of images as JPEGs at the 50% original size setting.  The master files are large 16 bit TIFF images from Nikon D800 RAW files, post-processed in Nik HDR Efex Pro 2.  They are 80-100MB in size.  When I export the images to a file on my Desktop, it consistently exports 6- 10 KB thumbnails.  I've checked and rechecked my export settings and can find nothing amiss there.  Has anyone else had a similar experience?  Could the view I'm working in have anything to do with this?  I work 95% of the time in split view.
    Thanks,
    Russ

    I agree that there re a lot of posts about exporting, but a very large number of them refer to the same thing, and it's not a bug, but rather a misunderstanding.
    For instance:
    Tried exporting a batch of images as JPEGs at the 50% original size setting.
    Okay.
    The master files are large 16 bit TIFF images from Nikon D800 RAW files, post-processed in Nik HDR Efex Pro 2
    Not relevant.
    They are 80-100MB in size. 
    Not relevant either.
    Why?
    Because size refers to the dimensions of the image. So a 1,000 x 1,000 pixel image exported at 50% will turn out as 500 x 500 pixels.
    Were you expecting a jpeg between 40 and 50 MB? That's Jpeg quality or the amount of compression applied to the image. And as you're compressing a lossless format (tiff) to a lossy one, and one with an aggressive compression algorithm, he resulting Jpeg, even at high quality, will be much, much smaller, more likely in the 6 - 8 MB range.
    That's the nature - and indeed the point - of Jpegs.
    So, if you're getting 6 - 10 kb images, you're exporting at a very low Jepg Quality.
    This may also explain why it's taking so long to export. Getting rid on 99.99% of the data and compressing into 10kb is always going to take time.

  • CS4 on Windows XP SP3 - Another Install Issue

    All,
    I finally got the cash together to get CS4 Design Premium. Now having issues installing.... gee? Really? I've read through this thread but haven't seen anything that mirror what I'm experiencing so, here's yet another post.
    1st...I'm installing from DVD.
    When the autorun kicks in, I select the option to install the product.
    A progress bar appears and gets about 80% of the way across when the Load Setup window pops up. It sits there for about 15 seconds and then just disappears. I downloaded CS Clean Script and Advisor. Advisor tells me diddly squat.
    I've been in touch with Abobe support and have an open ticket with them. Case #0181336723: Instalation of Design premium cs4 I've done everythig that has been suggested to me thus far by Support. Hoping someone else might have a good suggestion.
    I had been running CS2 Design Premium and did a de-install BEFORE starting this process. Also de-fragged my drive to get back some space. I have 20G free on my C drive so that's not the issue.
    Any and all suggestions GREATLY appreciated.
    Thank you.

    1G Memory
    20 G Free on C drive
    1.7Mz processor
    Previously has CS 2 Design Premium installed
    What else might you need to know?
    If you can use them, I'm also attaching the Installer files from my recent attempts to load the software. 1st 2 are from DVD load attempts and most recent was using dowloaed DVD install files from C Drive. Still no luck in installing.

Maybe you are looking for

  • How can I allow users to access SQLPLUS?

    Hi everyone, I have been charged with the task of creating an Oracle server on a CentOS VM. Installation and configuration is complete and SQL is working fine for the database admin user "oracle." I copied the environment variables to the .bashrc fil

  • Get my iPhone 4, 3G iPod Touch disappears from iCloud.

    Like it says, I updated my 3rd Gen iPod Touch to iOS 5 and it works fine, including Find My iPhone. I get an iPhone 4 a few days later and I get that updated, and now the iPod disappears from iCloud and Find My iPhone. Anyone know how to correct this

  • IS Retail related

    Hello every one...Please clarify the following. 1) how are the inbound and outbound store integrate in IS retail.? 2) How do we transact data in and out of SAP to POS, what output types do we use here? 3) If an organization has both Wholesale and Ret

  • How to place nulls has last rows.Find query for below problem

    I have a table..MyTable(value number(10)) select * from Mytable; value 12 null 13 null 11 null This is the table i have and the records i have...... and i need output like this value 12 13 11 null null null ..............>ike this i need output for t

  • Standard Business Content available for FSCM in SAP BI

    HI All. I need to know the Objects available under FSCM in SAP BI Content. If you have any documents. Please share it. Regards, Ashok.