Generating Duplicating pages

Post Author: raja6791
CA Forum: General
Hi, I have a report of 9 pages. Since one week, system is generating 60 pages, which contains the duplicate of those 9 pages.  I am using Crystal Report 11 & ASP.NET 1.1Please help me. Thanks,Rajasekhar.

This should work without issue. And so will Linda's suggestion. Are you saying the pages don't update at all, or the icons in the pages panel aren't updating?

Similar Messages

  • Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount 28

    Post Author: tadj188#
    CA Forum: Formula
    Needed: Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount > 28
    Background:
    1) Report SQL is created with unions to have detail lines continue on a page, until it reaches page footer or report footer, rather than using  subreports.    A subreport report is now essentially a group1a, group1b, etc. (containing column headers and other data within the the report    with their respective detail lines).  I had multiple subreports and each subreport became one union.
    Created and tested, already:
    1) I have calculated @TotalLineForEachOfTheSameGroup, now I need to sum of the individual same group totals to get the total line count on a page.
    Issue:
    1) I need this to create break on a certain line before, it dribbles in to a pre-printed area.
    Other Ideas Appreciated:
    1) Groups/detail lines break inconveniently(dribble) into the pre-printed area, looking for alternatives for above situation.
    Thank you.
    Tadj

    export all image of each page try like this
    var myDoc = app.activeDocument;
    var myFolder = myDoc.filePath;
    var myImage = myDoc.allGraphics;
    for (var i=0; myImage.length>i; i++){
        app.select(myImage[i]);
        var MyImageNmae  = myImage[i].itemLink.name;
        app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;
        app.jpegExportPreferences.exportResolution = 300;
           app.selection[0].exportFile(ExportFormat.JPG, File(myFolder+"/"+MyImageNmae+".JPEG"), false);
        alert(myImage[i].itemLink.name)

  • File Manager Not Showing Duplicated Page(s)?

    Hi all,
    I'm using ICE to create "landing pages" for my client's site. I have set up a 'site' for each landing page in the ICE 'file manager'. In addition, each landing page has its own directory on the server, in which the index.htm and associated image files are contained.
    My first question is, if I duplicate one of these landing pages using the 'Duplicate Page" button, how do I get to it when I log back into the ICE file manager by clicking the 'Manage Sites' button? The duplicated page doesn't show up there.
    In other words, I'll be making pages that share some of the same links as the 'regular site' does, but are 'hidden'. That is, they have a specific URL that you can only get to in a browser if you know the exact URL.
    I don't see a 'listing' of all the pages I can edit if I click on a URL in the Manage Sites/file manager. If I click on a Website URL link, the 'home' page (index.htm) opens, without any apparent way to navigate to the duplicated page.
    Am I making any sense? Anyway, thanks in advance for your help. ICE is an awesome service you are providing.
    Regards,
    Greg

    Hello Greg,
    I'm very sorry for the delayed response. I don't know how your message was overlooked.
    Your question make sense. Without a link from the index page to the new duplicated "hidden" page, your users will have to navigate directly to the page, then use Ctrl/Cmd+E  to enter the editing environment.
    That is, they have a specific URL that you can only get to in a browser if you know the exact URL.
    What you've described here, using the exact url, is how editors/publishers would have to access the page to edit it.
    Best regards,
    Corey

  • My changes to a duplicated page are not syncing up in the Creative Cloud. How can I fix this?

    I'm using Adobe Proto on an iPad. I created one page and successfully viewed it in the Creative Cloud. Then I duplicated that 1st page so I could work on the next page in that project. I made some changes to the 2nd page and then synced the project with the Creative Cloud again.
    Once I try to view the 2nd page in the Creative Cloud, it's still an exact copy of the 1st page. In other words, my changes on the 2nd page don't show up. I've tried synching the project many times and I get the same result. Tried opening the project from another browser, same result.
    My changes to a duplicated page are not syncing up in the Creative Cloud. How can I fix this?
    Thank you.

    Yes, I'm 99% certain the project is being synced. If I duplicate more than the one page so that I end up with more than 2 pages, I still see every single page that I duplicated and made changes as the initial version of the page.
    I duplicated that 1st page again so that I have 3 pages. I made changes to the 3rd one and I'm still not seeing those changes when I look at the page in Creative Cloud. I see the new, 3rd page, so that should mean the project is being synced, correct?

  • In cheque print tcode F110 generated 3 pages...?

    hi,
    I have copy standard PROGRAMM RFFOUS_C to zprogram and copy standard script to zF110_PRENUM_us but when I execute check printing through F110 it will generated 3 pages 2 pages are blan and last page is check but in fbz5 its generated 1 page?
    payel

    During the payment run i.e. F110 it get called for each document number i.e. Clearing and Invoice (2 lines.) ,but the check will print only for Payment document. you can validate the entry from REGUH table. But in case of T-Code FBZ5 the driver program get calls only for Payment document. You need to put some condition in your driver program like:
    If Document = Payment document.
      Print check.
    endif.
    Cheers,
    Prakash

  • Inserting a template into a struts generated default page

    I first add the pages in struts, and then build them as I go, but I like have the pages and data actions layed out before hand (though not necessarily connected). The problem is when I use struts to generate the page, by double clicking, I can't seem to use a template for that page.
    Probabaly something obvious I'm missing here...?

    I assume that you mean that if you drop a DataPage or a Page Forward onto the page flow diagram, and then Double Click on it or choose "Go To Page" to create the page for the first time you don't get the opportunity to select a template?
    If that's the issue then you're correct there is no way to do this you'll either have to pre-create the pages using the template you want and associate them with the DataPage when the drilldown dialog pops up (or simply drag and drop them onto the diagram on the first place - the Struts diagram will represent them as a PageForward in the first instance and then convert them to a DataPage if you happen to do some databinding), or you can of course save the template as a code snippet in the Component palette and simply select that when you create the new empty page.
    I'd probably choose the latter approach then you can set up multiple templates as snippets and insert the one you need.

  • Generating error page(in jsp) when session expires....

    hello,
    i want to generate error page(in jsp) when session get expires...
    plz help me out.............

    You could do it according to the line BalusC supplied in another topic:
    <meta http-equiv="refresh" content="<%= session.getMaxInactiveInterval() %>;url=login.jsp">The only thing you gotta change, is the URL, make it:
    <meta http-equiv="refresh" content="<%= session.getMaxInactiveInterval() %>;url=error.jsp">Create 'error.jsp' and have the message 'Session expired, sorry!' or something printed. If you want to use error.jsp for more than just the session expiration, add a parameter to it:
    <meta http-equiv="refresh" content="<%= session.getMaxInactiveInterval() %>;url=error.jsp?error=sessionexpired"> Place the following lines in your error.jsp:
    String errormessage = request.getParameter("error");
    if(errormessage.equals("sessionexpired")){
    out.println("Your session has expired, sorry!");
    }else if(errormessage.equals("whatever")){
    // To do code here.
    }

  • Odd behavior when duplicating pages

    I have run into some odd behavior when duplicating pages.
    First I spent many hours trying to acomplish a double trigger effect in which the last trigger opened a large image in a pop up window. Thanks to help from agm 123 and Sachin Hasija  see the posts here: http://forums.adobe.com/message/5186239#5186239
    And the result here: http://ljusa.businesscatalyst.com/stockholm--1.html
    I had to do a number of work arounds, but succeeded and will help anyone interested to reproduce this type of effect.
    My next step was to recreate this effect for another 50 pages. The best way I have found is to duplicate the first page. This is where it gets weird.
    When I create a duplicate and replace the images in the newly created pages (done by changing the fill to the new image) with different ones and save it the changes are effected on the original page, not the clone. No big problem, just switch the names and continue.
    The next problem that occurs is that when I go to make further copies a variety of odd behaviors creep in. The biggest problem is a repositioning or resizing of photo frames/containers. The images do not change, just move as the frame resizes. When I try to resize the frame it snaps back to it's larger new size. This is a phenomenon that I have seen in other instances in work with lightboxes and slideshows. It seems that some other unseen element has jumped into the frame with the original frame.
    The method I have used to create these pages is as described in the post at: http://forums.adobe.com/message/5186239#5186239
    It involves creating a blank composition widget and then placing a composition lightbox widget trigger into the blank hero.
    I have already invested more time than I should have on this and would like to keep it simple, yet as I have 50 pages to go I could start from scratch if someone has a better method of doing this.
    Suggestions?

    Just an update.
    I haven't seen the naming problem with duoplicates reoccur. I am however still stuggling with duplicates.
    I have a page with 5 image frames linked to images which in turn trigger a lightbox. When I create a duplicate of a page there is always at least one of my image frames that moves and or a link to an image that is dead. The only recourse I have had is to recreate one of the lifgtboxes for each new page I create. With all the formatting this is time consuming.
    I have tried copying and pasting the entire page into a blank page, but then there are even more problems.
    I have also tried to save my lightbox as a graphic style, but that dooesn't seem to work either.
    Please Help! I've got at least 45 more of these pages to replicate1

  • Printing Services do not accept PDFs generated with Pages

    Hello,
    I have a MacBook Pro, OS X 10.4.1 and I have been using Pages to generate documents which I then turn into PDFs before sending to a printing service for printing. However, several print services that I need to use to stay cost competitive cannot accept PDFs generated by Pages (I believe they said or Quark). The print service printers will not print PDFs created by pages. I've probably spent 2 weeks trying to work my way out of this one and I can't seem to find a solution other than to manually rework all my files into Word documents which could take months. Does anyone have a suggestion for me? Thank you so much,
    Wendy

    I need to use to stay cost competitive cannot accept PDFs generated by Pages (I believe they said or Quark)
    The print publishing industry has agreed on a specification for print-ready PDF. The specification is an ISO standard known as PDF/X for blind eXchange, meaning that if the person preparing the digital master applies the specification then the person printing the digital master can depend on the master to be printable.
    QuarkXPress 7 includes PDF/X authentication internally and Apple Pages includes PDF/X authentication externally through the sysem-level Apple ColorSync filters. The print service provider should inform you of the printing condition she is selling you and should provide an ICC type PRTR printer profile for that printing condition.
    The ICC printer profile determines the ink limit, the detail in the highlights and the detail in the shadows, the gray balance relative to the tint of the paper (whether bluish, yellowish, reddish, or near neutral) and matches the laydown order of the inks in the printing system. If the print service provider has no ICC printer profile for a custom printing condition, ISO 12647 reference data are available from www.color.org and the print service provider should be able to build a separation to suit her process from that. This ICC printer profile should be set as the OutputIntent in the PDF/X filter, whether in QuarkXPress, in Apple Pages, in Adobe InDesign, in Adobe Acrobat or in any other compatible application.
    Best,
    Henrik

  • Problems duplicating pages in CS5

    Hi,
    I'm having big problems with certain basic operations involving copying pages.  Here's the first problem: I'm unable to duplicate a page by dragging and dropping.  The manual says that to duplicate a page, you merely hold down Alt, click the page icon or page number, then drag and drop.  When I do this, all that happens is that it moves the page rather than copying it.  I can, however, use this method to duplicate two or more pages.  But that creates a mess and wastes time.  Anyone else have trouble doing this?
    The second problem occurs when I use the Duplicate page command.  I can indeed duplicate a single page by selecting the page icon, right clicking and choosing Duplicate Page.  I can do the same with multiple pages.  The problem is that it corrupts the positioning of the layout by shifting everything left or right by a half inch or so.  This occurs when the duplicated page is added to the end of the document.  As I duplicate pages through successive generations, these shifts accumulate over time.  It seems like a code bug where it's trying to shift the page left or right to properly position the gutter yet it misidentifies an even page as odd or vice versa and shifts in the wrong direction.
    A partial work-around is that I can successfully duplicate two or more pages by dragging and dropping (instead of the Duplicate command).  As long as I don't move them to the end of the document, it's OK.  The problem is this won't work for single pages because dragging/dropping won't copy single pages (as I mentioned above).  So I still can't just simply duplicate a page when I need to.  Argh.
    Comments anyone?  Am I doing something wrong or does ID have serious shortcomings involving page duplication?
    I'm running XP Pro SP3 on a 3.4 GHz P4, 4GB, Intel chipset, NVidia GeForce 6600.  I ran the latest Adobe update to ID CS5 7.0.3.
    Any help appreciated.  Thanks.

    Thanks for the responses, folks, I do appreciate it.  It definitely looks like a bug to me.
    Here's an example.  I create a new document.  I hold down Alt, click on the page, drag and drop.  It copies it OK.  I now have two separate pages, neither one of them is a spread.  I alt-drag-drop one of them again, this creates a third page, now part of a 2-page spread.  At that point, the code starts to fail.  I can continue successfully copying page one, but none of the other pages.  For example, I can try either of the two pages in the spread and all that happens is they move - not copy.  I can select a pair of pages, or 4, 5, 6 or any other number, drag and drop to copy them.  This only works around half the time.  For example, I select four pages, alt-drag-drop and all that happens is they move and I'm left with two pages selected (instead of four), now in a different location.  I can repeat this experiement again and again selecting, alt-dragging and dropping.  I may do 5 or 10 in a row which only MOVE, not COPY.  I may then get lucky and get a string of them that do copy successfully.  Or sometimes it alternates randomly.
    It doesn't matter if I use the Alt method or drag the pages to the icon at the bottom of the pages window.  Same statistical results.  In no case will the software ever copy (drag) a single page which is part of spread.  And once again, if I select one page from a spread and say "Duplicate page", it typically puts the dupe at the end of the sequence with the content shifted left or right some random distance, corrupting it.
    I tried upgrading to 7.0.3, I tried trashing my prefs, I've tried many things.  I'm not crazy nor do I need a book, but thanks for the suggestion.  Perhaps I'll pick one up down the road.  I confess I'm not a graphic artist and I'm only in my first month working with InDesign.  But I recently worked a decade at a leading (rival) multimedia editing software manufacturer after 22 years in the biz and I write C code during the day to pay the bills.  I know how to test code and I know when something is working inconsitently or not as specified.  I may not have all the answers but all I can do is report what I observe and hope someone can solve the mystery.  This would help me (and any others with the issue) as I'm doing 250+ page books and could really use a feature where I can copy a page.  Not play a silly game of roulette trying to copy spreads or groups of pages.  Just one page would be nice.  And once again, thanks for the suggestions, I do appreciate it.

  • Error on generating web pages

    HI Experts:
    I am trying to generate one web page through office front page.
    there I selected one query template and related display template(grid). Here I am trying to generated web page, but i am getting one error like "Igrid" class file is not find in archive Illum8.zip file.
    Could you please explain me where I did mistake in this scenario.      
    One more scenario is, I generated same one dynamic generated page using the above same query template and same display template, here I am getting display but when i save this page in certain location. from there I am not getting the same dispaly but the error is same as above (error like "Igrid" class file is not find in archive Illum8.zip file.
    Regards,
    Chandra.

    Hi Gopal,
    You can put no of dynamic generate pages into one web page.For your case one is chart and another one is grid.
    First you generate dynamic page for chart and copy the source code and put in the web page under body tab.Then you generate dynamic page for Grid and copy the source code and paste it in the web page under body tab.
    For e.g.
    <body>
    <APPLET NAME="TrendChart" CODEBASE="/Illuminator/Classes" CODE="iChart" ARCHIVE="illum8.zip" WIDTH="800" HEIGHT="400" MAYSCRIPT>
    <PARAM NAME="QueryTemplate" VALUE="FillingArea/SampleQuery">
    <PARAM NAME="DisplayTemplate" VALUE="FillingArea/SampleChart">
    </APPLET>
    <APPLET NAME="GridApplet" CODEBASE="/Illuminator/Classes" CODE="iGrid" ARCHIVE="illum8.zip" WIDTH="800" HEIGHT="400" MAYSCRIPT>
    <PARAM NAME="QueryTemplate" VALUE="FillingArea/SampleQuery">
    <PARAM NAME="DisplayTemplate" VALUE="FillingArea/SampleGrid">
    </APPLET>
    </body>
    Thanks,
    manisha

  • Copying dynamically generated web pages source

    There is a problem, that I need to copy dynamicaly generated web pages text (it must work like search crawler). In simple pages it's not difficult, just opening the webpage and copying content to array. something like this
                URL my_url = new  URL("http://www.somepage.com/");
             BufferedReader br = new BufferedReader(new InputStreamReader(my_url.openStream()));
                String strTemp = "";
                while(null != (strTemp = br.readLine())){
                System.out.println(strTemp);But what to do whent content generated dynamically with javascript? Couple pictures of what I have in mind.
    First is what I get,
    First
    second is what i need
    Second
    Does it possible to do with JAVA, and from where I need to start?
    Thanks you in advance for your answers
    Edited by: darjusas on Jun 17, 2010 2:51 AM

    So I figured out how to re-write a new reference movie. What though is the description of the various data rate options?
    I'm using the tool "XML to RefMovie' as MakeRefMovie is not available for Windows.
    The syntax is:
    <qtrefmovie>
    <refmovie src="test_28.mov" data-rate="28.8 modem" />
    <refmovie src="test_56.mov" data-rate="56k modem" />
    <refmovie src="test_t1.mov" data-rate="t1" />
    </qtrefmovie>
    I just want to use the same data rates that QT Pro uses, Desktop, iPhone and iPhone Cell. Can someone help me understand what QTPro uses for those 3 speeds? Thanks.
    Thanks.
    George

  • Auto generate apex pages based on metadata

    Dear All,
    Is there a way where I can auto-generate pages in apex by providing some metadata?
    Ex: If I provide all the metdata with which kind of items to be created for the attributes and pass it to apex, can it generate the pages automatically then?
    Or, if this metadata can be converted into xml file which can be given as a input to apex and then, can it then auto-generate pages from there on wards?
    With question much more simplified, Can the apex pages be generated dynamically??
    Regards,
    Krishna

    Is there a way where I can auto-generate pages in apex by providing some metadata?
    Ex: If I provide all the metdata with which kind of items to be created for the attributes and pass it to apex, can it generate the pages automatically then?
    Or, if this metadata can be converted into xml file which can be given as a input to apex and then, can it then auto-generate pages from there on wards?
    With question much more simplified, Can the apex pages be generated dynamically?? There are several ways to approach your question.
    If you want to generate actual Apex pages through code, you can take a look at ApexGen:
    http://code.google.com/p/apexgen/
    If you just want to create dynamic pages (ie dynamic content on a page), just use one or more PL/SQL Regions on your page and render whatever you need on the page, possibly in combination with the APEX_ITEM package.
    Also check out the new Apex 4 plugin architecture.
    - Morten
    http://ora-00001.blogspot.com

  • Generating Jsp Page On Runtime

    I have a problem regarding generating jsp page on the run time.according to the prefrence the user selects i have to generate a jsp page.suppose 25 feilds are there to be displayed for User A then these 25 feild will be equally divide in two column one column will contain 13 row and one colunm will have 12 rows.these values come from the database and according to that value i have to make the rows and column in the jsp page.the value can be different for different users.can anyone please let me know how this is done.if there is an code example please let me know.
    Regards
    Ved

    you don't need to generate the JSP, but simply generate the HTML according to the user settings (I don't know if this was clear or not, so I have made it explicit)
    Obviusly how to achieve this could be quite complex, but you can try to generate html table according to user preferences (#columns, #rows or try to find out these infos from #total elements)
    Sorry, I've no examples for yuo
    --=> Ivan

  • Exporting to PDF generating duplicate pages

    Post Author: raja6791
    CA Forum: Exporting
    Hi,
    I have a crystal report which includes 4 sub reports. The report contains 9 pages. Which is exported to PDF. It is working fine till last week.  Now  it is generating around 60 duplicate pages of same content.I am using ASP.NET 1.1 & Crystal Reports 11. Please help me. Thanks,Rajasekhar 

    I would suggest you to observe the properties of the sub report table in a section where the Page Layout > 'Repeat on every new page' property is checked. If yes, then uncheck the 'Repeat on every new page' property option.
    Publish the report again with subreport and test the issue.

Maybe you are looking for

  • UPDATE using a second table for the Where Clause

    Hi There, Hoep someone can help me! I am attempting to update a field in Tbl.1 to a known value. However, i want to use another table to specify WHICH records to update. in this case i want to use table early_provider to obtain the value 'HCR' then p

  • View tracks instead of selecting albu

    When I go to media library, artists, then to a selected artist is there some way i can just get the tracks to show up instead of having to pick an album?this by the way is for a microphoto 8gbMessage Edited by Karma8 on 03-29-20062:36 PM

  • How to find a record then edit using sql server management studio

    Hello, A very basic question: I want to find a record stored in MS SQL Server 2008 express database table then edit the record. I tried to do it using SQL Server 2008 management studio express because I have been using MS Access database all the time

  • What System Staus is Active() error

    user is getting an error "System status is Active()" while he is trying to change the PO in SRM.When user click on the change icon the system throws the error "System status is Active()" . Could some one please suggest me in this

  • No sounds during call

    hello i have iphone 4s wth 8.1.1 and its working fine but problem is neither i hear someone nor someone hear me during calls wat can i do plzzzz help