Report Repeating Itself

Post Author: Horizon57
CA Forum: General
I am building a report based on an MS Access db. It contains 10 Details sections, each consisting of multiple subreports. I have parameter values established at the mainreport level, and each of the subreports are linked, allowing me to drive decide which data is shown in the report via a dynamic cascading pick list.
Everything is working fine in terms of getting the correct data to show in the various subreports which make up the overall report. At this point, the report should be 10 pages long, however, when I preview the report, it is 100 pages in length, with the original 10 pages report repeating ten times.
Anyone have an idea why the report would repeat itself multiple times? I would think it has something to do with record selection, so I have included samples of the record selection at various levels....
Main Report Level Record Selection:
{RXGTSN.GTSN}={?GroupSelection - GTSN} AND {RXGTSN.GRPNM}={?GroupSelection - GRPNM}
SubReport Level Record Selection:
{RX2GTSN.GTSN} = {?Pm-?GroupSelection - GTSN}  and {RX2GTSN.GRPNM} = {?Pm-?GroupSelection - GRPNM}
Any ideas ????
Thanks,
Mike.

Post Author: Horizon57
CA Forum: General
OK So I tried eliminating the record selection in the main report and utilizing only the record selection occurring in each of the sub reports. Report is still too long.
Essentially there are 2 parameter fields that are common to all of the tables in the database. My intention is to utilize a cascading pick list to prompt the user to select the values for these two fields. This should drive the entire report. It should look something like this:
Please Select a GroupName: <drop down menu of group names>
Please Select a SubGroup: <drop down of subgroups>
After the user has selected the GroupName and Subgroup, the report is populated for that given Group / Subgroup combination (There are many Groups / SubGroups in the database). Since these GroupName and Subgroup fields are common to all of the tables, I would like the user to only have to select this combination 1 time, as opposed to once for each subreport.
How do I accomplish this? 

Similar Messages

  • I want to play music from my playlist when I am using slideshow of my pictures in Ipad,  but I can only choose ONE SINGLE song, and it continuously repeates itself.  Is there a way to play the complete playlist while showing my pictures?

    I want to play music from my playlist when I am using slideshow of my pictures in Ipad,  but I can only choose ONE SINGLE song, and it continuously repeates itself.  Is there a way to play the complete playlist while showing my pictures?

    You can start the playlist playing in the iPod app and then switch into the Photos app and start your (non-music) slideshow - as you've found out you can currently only select a single track in the Photos app. Whether that will change in iOS 5 I don't know, but you could try leaving feedback for Apple : http://www.apple.com/feedback/ipad.html

  • When i go to buy an app on my ipod touch, i click the buy button then the install button and it just keeps repeating itself then dissappears, why is this?

    when i go to buy an app on my ipod touch, i click the buy button then the install button and it just keeps repeating itself then dissappears, why is this?     help me please, i cant download no apps.

    If  you have iOS 3.1.3 then it is an Apple problem.

  • How do you make the program repeat itself?

    How would I make it so that when the if statement at the end of the code the program starts over from the begining?
    Any help appreciated. Here is the code if you wanna see it.
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    class SuperTester{
         public static void main ( String[] args ){
         // Create array that will hold deck
         Deck[] decko = new Deck[52];     
         // Fill the array with a deck
         decko = Deck.makeDeck();
         // Print new deck
         System.out.println( "PRINT NEW DECK" );
         System.out.println( "" );
         Deck.printDeck( decko );
         // Shuffle the deck ( simulated riffle shuffling )!
         decko = Deck.shuffleDeck( decko );
         // Print the shuffled deck
         System.out.println( "" );
         System.out.println( "PRINT SHUFFLED DECK" );
         System.out.println( "" );
         Deck.printDeck( decko );
         // Print first 5
         System.out.println( "" );
         System.out.println( "PRINT TOP 5" );
         System.out.println( "" );
         Deck.printFirstFive( decko );
         // Print single card
         System.out.println( "" );
         System.out.println( "PRINT SINGLE CARD" );
         System.out.println( "" );
         Deck.printCard ( decko [2] );
         System.out.println( "" );     
         BufferedReader in = new BufferedReader( new InputStreamReader (System.in));
         int input;
         System.out.println( " Do you want to re-run program? " );
         System.out.println( " Push 1 for yes " );
         System.out.println( " Push 2 for no " );
         System.out.println( "" );
    try
         input = Integer.parseInt( in.readLine() );
    catch( Exception e ){
    if ( input == 1 ){
    //WHAT DO I PUT HERE TO MAKE THE PROGRAM REPEAT ITSELF?
         } // end method
    } // end class

    So i should just do something like?
    int x = 0;
    while (x == 0){
    //code
    if (inpu == 1) {
        x == 0;
    }else{ x == 1; }                                                                                                                                                                                                                                                       

  • Table Headrow repeats itself improperly

    Hello,
    THIS IS URGENT:
    It is been quite some time now, I am trying to sort out a problem I am facing with repeating headrow of a table. I have tried almost every forum in adobe, and a lot of google links on the subject but does not seem solve my problem. Your help on this is greatly appreciated.
    PROBLEM:
    I have tables on my form that I need their headrows to be repeated on subsequent pages (not limited to second page). On the preview of the Adobe Livecycle it works fine, however once I open it with Adobe Acrobat 9 to enable "Extend Features in Adobe Reader" to be able to save information on the form, things get messy.
    After enabling the Extend Features in Adobe Reader, I open Adobe Reader to type information, and my table goes for three pages long, and after I am done typing I save it and close. When I come back to reopen the form, I see that the heading row has repeated itself 3x on the first page, and the rest of the document it is fine. Why it is repeating itself 3x on the first page, i have no clue. but it is rather strange in deed, and it looks ugly.
    Some Background info about a typical table of my form:
    Hierarchy:
    1. SUBFORM: Content:Flow; Allow Page Breaks within Content; Repeat Subform For each data item-min count 1
    1.1 TABLE: Allow Page Breaks within Content
    1.1.1 HEADER ROW: Allow Page Breaks within Content; Include Header Row in Initial Page; Include Header Row in Subsequent Page (if the latter one is removed, then the head rows does not repeat itself in a wired way on the 1st page after saving information on the form, but it repeats itself only for 2 pages not more)
    1.1.1.1 SUBFORM: Flowed;
    1.1.1.1.1 Text box: Allow Page Breaks within Content; Keep with next
    1.1.1.1.2 Text box: Allow Page Breaks within Content;
    1.1.1.1.3 Text box: Allow Page Breaks within Content;
    1.1.1.1.4 Text box: Allow Page Breaks within Content;
    1.1.1.1.5 Text box: Allow Page Breaks within Content;
    1.1.1.2 Text box (empty)
    1.1.1.3 Text box (empty)
    1.1.2 ROW1: Allow Page Breaks within Content;
    1.1.2.1 Button (JS scrpit for numbering the rows, and adding rows)
    1.1.2.2 Text Field - normal settings -  allow multiple lines, expand to fit
    1.1.2.3 Text Field - normal settings -  allow multiple lines, expand to fit
    1.1.2.4 Text Field - normal settings -  allow multiple lines, expand to fit
    1.1.2.5 Subform: Positioned
              1.1.2.5.1 Button (JS script button for moving up the row)
              1.1.2.5.2 Button (JS script button for moving down the row)
    1.1.2.6 Button for deleting rows (JS Script)
    1.1.3 Subform: Positioned
    1.1.3.1 Button (JS script for adding rows below the last row of the table)
    1.1.3.2 Button (JS script for activating the deletion button - 1.1.2.6)
    I want that all the elements in red to be repeated on subsequent pages (not limited to page 2), properly without duplicating itself on the first page.
    If necessary I can send you the file.
    As said this is rather urgent, thus your reply at your earliest convenience is greatly appreciated.
    Many thanks.

    Hi,
    I think, if the Header Row is Single Row, Please check the check box as the screen shot.
    If the Header Row is Multiple Rows,
    For Header Group,,,Please do as the screen shot.
    For Header Row , Please do as the screen shot for each Header Row.
    Hope this helps.
    S,Candy

  • Console message repeats itself

    Hi!
    Got a problem with the console living a life on its own,- a message keeps repeating itself. Think I had a similar problem with a Canon scanner.
    Looking for devices matching vendor ID=1193 and product ID=8719
    Looking for devices matching vendor ID=1193 and product ID=8719
    Looking for devices matching vendor ID=1193 and product ID=8719
    Well, anyone know how to kill it or make it behave, it repeats itself every other second, so in a few weeks time ....well caching up I guess.
    Thanks!

    You need to uninstall the Canon software.
    (22123)

  • SSRS 2008 R2 - on Preview report in report builder itself, getting an error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt". Any Suggestions please to resolve it?

    Hi,
    I am working on SSRS 2008 R2. On Preview report in report builder itself, i am getting an error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt".
    See my below screen shoot.
    Any Suggestions please  to resolve it? 
    thank you in advance !
    best regards,
    Venkat,
    [email protected]

    Hi Venkat,
    According to the error message, I guess that the error occurred when you previewed the report in Business Intelligence Development Studio (BIDS).
    Based on my research, I think it may be a Window Layout issue of Visual Studio. Please try the steps below:
    Click “Window” button from the toolbar ribbon.
    Click “Reset Windows Layout” option.
    Click “Yes” to finish the operation.
    The following thread is for your reference:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/90949d68-a611-467c-b438-be97b8ab250b/attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-other-memory-is
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Background image is slightly repeating itself in my table

    Last week, someone really helped (Murray) in helping me add a
    background image to my header table, then nesting another table
    inside for my links. I tried to do it manually, however, it just
    wouldn't work. He then added some new code and it worked perfectly!
    However, I did notice that now the background image in that table
    doesn't extend the full length of the table. It cuts of 1/8th of an
    inch short and then the image starts to repeat itself. It isn;t
    much but doesn't look clean. Any ideas on how to change it to
    flush? I tried to manuever the main table of the site over, but it
    didn't have an effect. I think the background image just stayed the
    same with the change. Thanks for your help once again! Code is
    below but had to shorten it since ithis site only allows a certain
    amount of text. website is:
    www.1percentclub.org
    <html>
    <he
    ><title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <script language="JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    function MM_findObj(n, d) { //v3.0
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document); return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <style type="text/css">
    a {text-decoration: none;}
    </style>
    <body bgcolor="#000000" text="#CCCCCC" link="#33CCFF"
    vlink="#33CCFF" alink="#33CCFF" leftmargin="0" topmargin="0"
    marginwidth="0" marginheight="0"
    onLoad="MM_preloadImages('/History-Header2008WhiteBord.jpg','/Showcase-Events-LinkWhiteBo .jpg','/Instructional-DVD-2008GLOW.jpg','/Skills-Clinics-Link-2008GLO.jpg','/Contact-Us-Li nkGLOW.jpg','/GameTimeGear-LogoGLOW.jpg','/Playitagainsports-logoGLOW.jpg','/Africa-Link_G LOW.jpg')">
    <table width="60%" border="1" cellspacing="0"
    cellpadding="0"
    bordercolor="#FFFFFF" align="center">
    <tr bgcolor="#333333" valign="top" align="center">
    <td height="1125">
    <div align="left">
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0"
    style="background-image:url(2008-Website-Header_FINAL_-.jpg);">
    <tr valign="top">
    <td height="289">
    <table width="100%" border="0" cellspacing="3"
    cellpadding="7">
    <tr valign="top">
    <td height="40">
    <p><font face="Arial"
    color="#333333"><b><font size="3"
    color="#33FFFF"><a href="homepage.htm"><font
    color="#33CCFF">Home
    </font></a><font color="#33CCFF">|
    </font><font color="#33CCFF"><a
    href="centralcalifinest.htm">Showcase
    Events</a> | <a href="clinics.htm">Skill
    Clinics</a> | <a href="clinics.htm">Team
    Clinics</a> | <a href="videos.htm">DVD</a>
    | <a href="History.htm">History</a>
    | <a href="Contact_1%25_CLUB.htm">Contact
    </a></font></font></b></font></p>
    </td>
    </tr>
    </table>
    <p><br>
    </p>
    <p>  </p>
    <p><br>
    </p>
    </td>
    </tr>
    </table>
    <table width="100%" border="0" cellspacing="0"
    cellpadding="6">
    <tr>
    <td height="780" align="center" valign="top"
    width="25%">
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    <tr align="center" bordercolor="#FFFFFF"
    bgcolor="#333333">
    <td height="122"><a href="#"
    onMouseOut="MM_swapImgRestore()"
    onMouseOver="MM_swapImage('Image14','','/History-Header2008WhiteBord.jpg',1)"><img
    name="Image14" border="0" src="/HistoryLinkWhite-border.jpg"
    width="180" height="118"></a></td>
    </tr>
    <tr align="center">
    <td height="125"><a href="#"
    onMouseOut="MM_swapImgRestore()"
    onMouseOver="MM_swapImage('Image15','','/Showcase-Events-LinkWhiteBo.jpg',1)"><img
    name="Image15" border="0" src="/Showcase-Events-Link2008Whi.jpg"
    width="180" height="118"></a></td>

    Change this -
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0"
    style="background-image:url(2008-Website-Header_FINAL_-.jpg);">
    to this -
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0"
    style="background-image:url(2008-Website-Header_FINAL_-.jpg);background-repeat:no-repeat; ">
    It's time for you to apply yourself to learning HTML and CSS.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dontsettle22" <[email protected]> wrote in
    message
    news:fnq7cb$a2p$[email protected]..
    > Last week, someone really helped (Murray) in helping me
    add a background
    > image
    > to my header table, then nesting another table inside
    for my links. I
    > tried to
    > do it manually, however, it just wouldn't work. He then
    added some new
    > code
    > and it worked perfectly! However, I did notice that now
    the background
    > image
    > in that table doesn't extend the full length of the
    table. It cuts of
    > 1/8th of
    > an inch short and then the image starts to repeat
    itself. It isn;t much
    > but
    > doesn't look clean. Any ideas on how to change it to
    flush? I tried to
    > manuever the main table of the site over, but it didn't
    have an effect. I
    > think
    > the background image just stayed the same with the
    change. Thanks for
    > your
    > help once again! Code is below but had to shorten it
    since ithis site
    > only
    > allows a certain amount of text.
    >

  • IWeb: UMy URL repeats itself

    Hi,
    I hope someone can help me . . . .
    My website was designed by a friend using iWeb on his Mac. He has now transferred it all to my iWeb application on my Mac.
    I have made changes to the site, but the url address is repeating itself.
    So my old website is http://www.laurelfarm.org.uk/Welcometo_LaurelFarm.html
    and the new one is http://www.laurelfarm.org.uk/www.laurelfarm.org.uk/Welcometo_LaurelFarm.html
    So effectively I now have two sites. How can I make my changes on the new site replace the old one?
    I look forward to hearing from you.
    Many thanks,
    Ross

    So effectively I now have two sites. How can I make my changes on the new site replace the old one?
    You will need to publish your new site to a folder on your local machine and use a free ftp app like Cyberduck to upload only the contents of the folder called www.laurelfarm.org.uk to your server.
    Complete iWeb sites, with working RSS Subscribe buttons, always have the sitename in the full url. The sitename is up to you, and duplication is caused when you name your site the same as your domain name. If you have no RSS, then you don't need the site folder, but iWeb's own ftp doesn't provide an option to omit it.

  • Song keeps repeating itself

    I just purchased a new iPod Touch. When playing my Purchased list the first song keeps repeating itself and I can't get the iPod to move onto the next song on the list. Read the online instruction manual and can't solve problem.
    Any suggestions out there.
    TIA
    jon

    Tap the "Now Playing" screen to bring up the scrubber bar. To the left of the bar is the repeat symbol, tap it until it turns white (OFF) because it sounds like it is blue (ON).

  • "Open with" dialog repeat itself 4 times

    I've got a very strange problem with the finder - when I use the "Open with" dialog to choose another application to open a file (the filetype does no matter) the dialog repeats itself four times (you can see it here: http://de.tinypic.com/r/292xutv/4).
    This just happened if I use the keyboard to switch to "Open with" (right click with the mouse on the file, arrow down to the "Open with" dialog, arrow right), if I use the mouse all the time (right click, move the mouse to the dialog, ...) there was no problem and the applications only where listed once.
    I've tried - and this don't solve the problem:
    * Log in with another user account
    * Delete ~/Library/Preferences/com.apple.finder.plist (and reboot)
    * Run +/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Launch Services.framework/Versions/A/Support/lsregister -kill -domain local -domain system -domain user+
    I hope someone can help me and solve the problem.
    Thanks!

    You only tried deleting LaunchServices from your user, try it systemwide. They are only cache files and can do no harm...
    Launch /Utilities/Terminal and copy & paste this at the command line to rebuild LaunchServices:
    Code:
    <pre class="alt2" style="margin:0px; padding:3px; border:1px inset; width:640px; height:34px; overflow:auto">/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user</pre>
    Then press return. Wait until terminal returns to the command line. Quit Terminal. After that, log out and back in or restart. Let us know
    -mj

  • TS3694 My phone keeps freezing, the apple sign appears on the screen and then it freezes again and repeats itself.. has anyone had this before? it's also not letting me restore it from iTunes, it keeps coming up with error (9) or error (14).. help?

    My phone keeps freezing, the apple sign appears on the screen and then it freezes again and repeats itself.. has anyone had this before? if so, what is it? & it's also not letting me restore it from iTunes, it keeps coming up with error (9) or error (14).. help?

    Hi there Holly N,
    You may find the troubleshooting steps in the article below helpful.
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/ts3694
    Configure your security software
    Related errors: 2, 4, 6, 9, 1000, 1611, 9006, 9807, or 9844. Sometimes as a result of this issue, a device might stop responding during the restore process.
    Check your security software and settings, which can block ports and prevent connection to Apple servers during update and restore.
    -Griff W. 

  • Toast 6.0 : How to stop DVD from repeating itself

    I have created a DVD slideshow, using Fotomagico. Thus producing a .dv format for burning with Toast 6.0.
    DVD plays fine except repeats itself. Could it be Toast ? Cannot find proper settings in Fotomagico.

    There is a Toast checkbox, "Play all items continuously" that typically is used to play multiple items on the DVD without going back to the main menu. You could try unchecking this to see if that solves your looping problem.
    Toast has the ability to create a disc image so you don't have to use up another disc. You may also wish to check with Roxio on this question.
    John

  • I copied a calendar item from Outlook to the Calendar app.  I can't delete it and the reminder for the meeting repeats itself every few seconds.

    I copied a calendar item from Outlook to the Calendar app.  I can't delete it and the reminder repeats itself every few seconds.  How can I stop the reminder?  How can I delete the calendar item?

    Can you access in on icloud.com and delete the event?  If not, and force-quitting didn't help, try going to System Preferences>iCloud, uncheck Calendars, choose Delete from Mac when prompted (they will still be in iCloud), then restart your Mac and go back and check Calendars again.

  • Why when sharing movie with IDVD does the movie repeat itself?

    After completing movie in Imovie, I send to IDVD. When previewing IDVD to ensure it's ok, I notice that the entire movie repeats itself. How can I delete the second movie?

    That's interesting, Mary. Since iDVD can't fit more than 2hrs onto a DVD (are you using the Pro setting in Preferences?), some iDVD setting is causing the movie to loop.
    One idea is to start a new iDVD project and then import your iMovie project. Here's what it should look like: http://www.denison.edu/offices/computing/support/training/idvd09.pdf Be sure to drag/drop the movie onto the menu area, and not into a drop zone.
    John

Maybe you are looking for