Keep Together - More than 1 Section

Post Author: Mythran
CA Forum: General
I would like to keep 2 sections together.  We have a rather large report and would like it so that our "section header" sections are kept together with our "section body" sections.  We programmatically perform operations based on whether our it's a header of a specific section or a body and that's why it's laid out as it is....how can I keep it so both sections appear on the same page (and if one needs to go on another page, both of them are kept together)?
Thanks,Mythran

Post Author: Mythran
CA Forum: General
I don't think it's possible to find a solution for the problem I have.  I have a LOT of sections (right now, I'm at about 32 detail sections) and I just wanted to keep 2 sections within these 32 sections together....not all 32, just 2 of the 32 that are following each other...apart from merging the sections and then marking them as keep together, there is no way to ensure both sections are on the same page....unless someone has a solution, I just can't do it

Similar Messages

  • Windows Phone Hub with more than 2 sections causes ArgumentException when collapsing any section

    Hi there,
    I'm working on a Universal app which is using a Hub control to display different sections.
    On startup, I want to hide some of the sections. Using a button, I want to toggle between the visible sections using a binding property on the Visibility property (Handled in the ViewModel). In my ViewModel I have 2 boolean properties that are bound to the
    corresponding sections and are converted to Visibility using a BooleanToVisibilityConverter
    <Hub>
    <HubSection>
    <DataTemplate>
    <Button Content="Test" Command="{Binding SwitchVisibilityCommand}"/>
    </DataTemplate>
    </HubSection>
    <HubSection x:Name="First" Header="Test1A" Visibility="{Binding ElementName=pageRoot,
    Path=DataContext.FirstVisibleProperty, Converter={StaticResource ResourceKey=BooleanToVisibilityConverter} }"/>
    <HubSection x:Name="Second" Header="Test1B" Visibility="{Binding ElementName=pageRoot,
    Path=DataContext.SecondVisibleProperty, Converter={StaticResource ResourceKey=BooleanToVisibilityConverter} }"/>
    <HubSection x:Name="Third" Header="Test2A" Visibility="{Binding ElementName=pageRoot,
    Path=DataContext.ThirdVisibleProperty, Converter={StaticResource ResourceKey=BooleanToVisibilityConverter} }"/>
    <HubSection x:Name="Fourth" Header="Test2B" Visibility="{Binding ElementName=pageRoot,
    Path=DataContext.FourthVisibleProperty, Converter={StaticResource ResourceKey=BooleanToVisibilityConverter} }"/>
    </Hub>
    public class MainPageViewModel : ViewModel, IMainPageViewModel
    private bool firstVisibleProperty;
    private bool secondVisibleProperty;
    public MainPageViewModel()
    FirstVisibleProperty = true;
    SecondVisibleProperty = false;
    SwitchVisibilityCommand = new DelegateCommand(ExecuteCommand);
    private void ExecuteCommand()
    FirstVisibleProperty = !FirstVisibleProperty;
    SecondVisibleProperty = !SecondVisibleProperty;
    public bool FirstVisibleProperty
    get { return firstVisibleProperty; }
    set
    firstVisibleProperty = value;
    OnPropertyChanged(() => FirstVisibleProperty);
    public bool SecondVisibleProperty
    get { return secondVisibleProperty; }
    set
    secondVisibleProperty = value;
    OnPropertyChanged(() => SecondVisibleProperty);
    public DelegateCommand SwitchVisibilityCommand { get; set; }
    This setup is working fine on Windows, but in Windows Phone I get an unhandled exception (ArgumentException with the message ´Value does not fall within the expected range.´). 
    When I reduce the amount of hubsections to two, one that is visible and one that is collapsed, everything is working fine again. When I use multiple sections that all use the the same visibility property no exception is thrown
    When I set both properties to true in the viewmodel, also no exception is thrown.
    I've also tried the following (Without succes):
    - change my boolean properties to Visibility properties
    - use different boolean properties for each of the sections
    I do not understand why this exception is thrown and the exception itself is to vague to give any useful information
    How can I resolve this error??

    I've uploaded my code to OneDrive. Use the following link to download the source:
    https://onedrive.live.com/?cid=9c0070abc26b0b55&id=9C0070ABC26B0B55%2173811

  • How to copy and paste more than one section at a time

    hi all,
    Im new to GaragBand and need to know how I can copy and paste an entire section...I've layered vocals and want to make it sort of a hook and cant figure out how to move it past the second verse. ( I dont want to have to record the same thing that many times.) Is this possible? Is there an easier way I can get the layered effect?
    Anything will help..
    Thank you much!

    If i ever win a grammy. ill thank u...ok one last thing...is there a way to sort of consolidate tracks? sometimes there are a few...quite a few and some stuff could be on one but i need it to not cut out any of the other parts

  • Report Painter - Format group for columns in more than one section

    How do have different decimals for columns in different sections.
    For. e.g I have three sections
    one for quantity (I do not need decimals)
    two for dollars (I do not need decimals)
    three for formula dollar upon quantity (I need to have two decimals)
    I made format group 0 (with no decimals) for first two sections and format group 1 (with two decimals) for the last section.
    4.6c does not consider format group 1 and makes every section look alike with format group 0 i.e, no decimals.
    How to overcome this?

    Anders,
    I replied earlier but after reading you post several times I realized that I probably misunderstood what you want. This is what I now understand. You have several resources, each of who may work on various parts of design tasks, assembly tasks, and test
    tasks. For example, let's say your resources are Joe, Bill & Tom. Joe is assigned to a design and test task, Bill is assigned to an assembly and test test task and Tom is assigned to a design task, an assembly task and a test task (Tom is very versatile).
    You would like to see a report showing just the assembly tasks and the amount of work each of the three resources is assigned on those tasks.
    Assuming the above is a correct interpretation, you will need to employ three processes, some VBA, grouping and filtering.
    1. First, designate a custom text field for group identification (e.g. use Task Text1 to enter "design", "assembly", or "test" for each task)
    2. In order to use grouping and filtering effectively,  you will need to translate the Task Text1 information to the Assignment Text1 field. To do that, go to the MVP website at: http://project.mvps.org/faqs.htm, and run the macro in FAQ 37.
    3. Now go to the Task Usage view and set up a group with Text1 as the first group by element and Name as the second group by element. Check the box to group assignments and not tasks. Then select "assignment" for field type of the second element
    (i.e. Name).
    4. Apply the group
    5. To show only the work hours for each resource in a specific group, autofilter on the desired group. Note, if you do not run the macro to populate the Assignment Text1 field with the Task Text1 field, the filter will yield nothing.
    Hope this helps
    John

  • Help. javac keeps making more than 1 class with a $2 at the end.

    I'm taking my first Java class and I'm supposed to submit 1 class per assignment for my 2nd assignment, javac is making practiceB$2 and practiceB$3.
    here is the entire code
    import javax.swing.*;
    import java.awt.event.*;
    public class practiceB {
    JLabel label1;
    int i=1;
    public practiceB() {
    // Create a window.
    JFrame form1 = new JFrame("Main window");
    form1.setSize(300,120);
    form1.setVisible(true);
    JPanel panel1 = new JPanel();
    panel1.setLayout(null);
    form1.getContentPane().add(panel1);
    label1 = new JLabel("0");
    label1.setBounds(10,10,100,20);
    panel1.add(label1);
    // Create a button and add it to the form1.
    JButton button = new JButton("Click me");
    button.setBounds(80,50,150,25);
    panel1.add(button);
    // Add an event handler for button clicks.
    button.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    label1.setText(e.getActionCommand() + " " + i);
    i++;
    // Make the form1 closable.
    form1.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    public static void main(String[] args) {
    new practiceB();
    Even if I cut and paste the sample code I still get the same error
    Edited by: 806143 on Oct 28, 2010 4:47 PM

    806143 wrote:
    Sorry, I figured there might be something wrong. We have to do 5 "labs" per assignment practice A through E then submit the classes A through E.
    Submittal
    1. Upon complete all the learning activities, create a zip file named lab2.zip with only the following files in it.
     practiceA.class
     practiceB.class
     practiceC.class
     practiceD.class
     practiceE.class
    2. Upload the zipped file to Assignment 02 through Blackboard.
    That's why I was bit confused.I'll bet that since your putting all your *.class* files in a zip folder, it would probably mean these are the files which contain the<tt> main() </tt>method, and that there will probably be more files therein. Just as long as professor can launch your app with these files, I'm sure you're good to go OP.

  • Can I have more than one section on a single page?

    I opened an old AppleWorks file which has 7 thin columns in two sections, all on a single page. Pages turned it into a two page document. Is there a way to merge the two pages into a single page with two sections?
    Thanks in advance!

    I am facing the same problem. Word had an easy way to have two sections on one page. I can't see that it is a problem. However, my problem was I wanted two sections on the same page. It appears that Pages handles this differently. It is called a layout break. Same drop down menu. I wanted to change from one to two columns and back on the same page. Hope this helps in your situation.
    Parrish

  • TS3992 Since updating to iOS 6, my iPad has not been able to back up to cloud.  I have more than enough storage,have deleted apps, tried manual back-ups, but back-up will not complete.  I keep getting messages to back-up, but NOTHING has worked.  Help!

    My iPad will not back up to cloud inspite of trying everything mentioned.  I have more than enough space on device.  It was last backed-up on 12-12-12.  Have never had this problem before.  Keep getting messages that it needs backing up.  Have tried multiple manual back-ups for at least 24 hrs or more, but back-up will not complete.  Help!

    If you get the error "Backup not successful" and you've tried deleting the last backup and trying to back up manually without luck, try the following test:   Go to...
    Settings>iCloud>Storage & Backup>manage Storage, tap your device name in the Backups section, then look under Backup options.  Turn off all apps from backup and then do a manual backup.  If that doesn't work, then this post will not help.  If the backup works, then go back to the app list and turn some on and try another backup.  If successful, keep repeating these steps.  If it fails at some point, then try to zero in on the one app that seems to make the backup fail.  (I had this problem and found one app failing, probably due to a corrupt data file.)
    This process will take time, but if a backup works with no app data being used but clearly fails with the original settings, then somewhere in the mix of apps is a "bad" one.

  • Having trouble connecting more than two scenes together!

    Hi,
    I'm creating my first Flash site, it's a simple portfolio site. The home page has 3 buttons that should link to three different "pages" (scenes). Each of those pages should link back to home and to the other two "pages."
    I've created two scenes so far that link together well using the code:
    on (release) {
    gotoAndPlay ("scene2", 1);
    And so on.
    However, when I create a third scene and set up the buttons, then test movie, they don't link properly. I've retried three times now, and each time, once the third scene is added, that button will link to the 2nd scene, or both buttons will link to the 3rd scene and I'll lose the second.
    What's going on? Have I missed a step? Is it impossible to create more than 2 scenes per project?
    ALSO---Is there a more effective way to build a web site using flash? I've heard that doing it all with scenes in one project creates files that are so big that they have to load on a web page? Should I be creating different .swf files and linking them to each other? If so, how do you do that? Do I embed each one into it's own html page and then "getURL" in each....?
    HELP! I need this done by next week!
    Thanks so much,
    RRH

    For starters, in my opinion (and others'), scenes are not a good foundation for Flash designs--they can be problematic (as you have already experienced).  You are better off using the one timeline and creating your other pages as either sections of that one timeline or movieclips on or along that timeline.
    The approach of using separate swf files is also good, especially if you expect some sections might result alot of file-weight if combined into one file.  You could do it as you mentioned, having each page be its own separate html-based Flash section, or you could load each section dynamically into one file when called for by the navigation.  The latter approach would allow for a more seamless presentation as the main interface wouldn't be reloading like separate pages would.
    The dynamic loading approach would involve using either the MovieClipLoader.loadClip method or the loadMovie method.  If you wanted to have control of the file when it first loads, then the loadClip approach is the right way to go because the MovieClipLoader class supports having an event listener which you can use to determine when the file has completed loading.
    For a portfolio site, there is the chance that the main sections of the site wouldn't be the weighty factor, but the portfolio samples would be.  In this case, you could load the portfolio content dynamically either using some form of thumbnail driven gallery/slideshow functionality.  Taking the dynamic approach for the portfolio samples would make it easier to add/remove content.  The content changes would involve simply changing a data file rather than editing the Flash file all the time.
    So you have a number of options to consider... but you'll do yourself a favor if you shrug off the scenes approach early on (in my opinioon...  I have never used them in my own work).

  • Layout issue - More than one table sections on report?

    Hello all
    I am wondering if any of you know if there is a way to have more than one table or table field on a report.
    I'm asking this because I'd like to include a large number of fields in one report, but then that makes the report hard to read (everything is on one long line).
    I am wondering if there is a way to have more than one table section on a report so I could have the address information at the top of the report than have other additional information below the address. Basically I'm interested in making things easier to read for the user.

    Use Pivot tables to isolate the columns you want in each table in your report.
    Mike L

  • When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page.

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page. I don't want to have to check off an additional 5 or 6 attributes each time I print out contact information. Is there a way to change the default setting for printing lists, so it is not just "phone," "photo," and "job title?"

    I have a user who wants to do this same thing. I did not find any way either to default the attributes to anything other than what you see the first time. Seems like such a trivial thing, hard to believe they do not allow it. I did find a program for this called iDress but I can't seem to download it from any links on the Internet. Not sure if it is free or not, but it was recommended by a link on the Mac support site.

  • I keep my library on an external hard drive 4TB.  It's full.  Can I use more than one hard drive to keep my library on?

    I keep my iTunes library on an external hard drive 4TB.  It's full.  Can I use more than one hard drive to keep my library on? Like two 4TB next to each other.

    Create a concatenated disk set
    Increase storage space with a concatenated RAID set (also called “Just a Bunch of Disks” or JBOD). If you need one large disk, but you have only several smaller disks, you can create a concatenated disk set to use several small disks as one large disk.
    Open Disk Utility, in the Utilities folder in Launchpad.
    Select one of the disks that you want in the set, and then click RAID.
    Click Add (+), and type a name for the RAID set.
    Choose a format from the Format pop-up menu. Usually you’ll choose the Mac OS Extended (Journaled) format.
    Choose Concatenated Disk Set from the RAID Type pop-up menu.
    Drag the disks you want to add to the set to the list on the right.
    Click Create.
    Exerpt from:
    Disk Utility 12.x: Create a RAID set - Apple - Support
    Note that the biggest CON to concatenated RAID configurations is vulnerability to volume failure. If either disk fails, the whole volume fails. If you choose this option, I would highly recommend backing up your music to a cloud service. There are very cheap per GB/storage, and some of the most reputable actually offer unlimited storage:
    Five Best Cloud Storage Providers - Lifehacker

  • I have an iPod 4s and I am trying to update to IOS 6.1.6. I keep trying to download but it will not allow me to click download and install. I have checked my storage and I have more than enough storage space available. Do you guys have any suggestions?

    I have an iPod 4s and I am trying to update to IOS 6.1.6. I keep trying to download but it will not allow me to click download and install. I have checked my storage and I have more than enough storage space available. Do you guys have any suggestions?

    The only available, signed, iOS, for your iPod, is iOS 7.1. That's why you can't install iOS 6.1.6.

  • My iPhone 4s keeps showing more space being used for photos than i have - i have deleted cache folders, unselect and reselect in iTunes and nothing appears to work my iPhone still shows 6.5 gig use of photos when i only have the  camera roll listed

    my iPhone 4s keeps showing more space being used for photos than i have -
    i have deleted cache folders, unselect and reselect in iTunes I read one post
    where they said keep syncing and in a couple days it would correct itself, that
    hasnt happened.  I have see others have the same issue but no solution and nothing
    appears to work my iPhone still shows 6.5 gig use of photos when i only have the camera roll listed

    i thought the photo stream only holds 1000 i usuaaly take each month and save them to iphoto but if thats the my ipad should say the same amount and it doesnt - it shows 2.5 gig which is correct for iphoto.  and i havent ever had that much but if for some reason icloud has that much saved how do i delete and again if it does why doesnt ipad show that amount _ HELP!

  • How can I use more than one iphone and keep contacts separate?

    How can I set up more than one phone and keep our contacts and messaging separate?

    Use separate Apple IDs for iCloud on each phone.

  • Can't install itunes on windows 7 machine. I keep getting A message stating that I don't meet min. requirements, but the machine has more than enough. What do I need to do to correct this?

    Can't install itunes on windows 7 machine. I keep getting A message stating that I don't meet min. requirements, but the machine has more than enough. What do I need to do to correct this?

    Are you trying to install the 32-bit version on a 64-bit machine, or vice versa?
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with third party software.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

Maybe you are looking for

  • Special characters in subtitles

    Hi there, I've been looking everywhere, but can't find an answer. So here goes: When importing a subtitles, I've noticed my Adobe Encore DVD (Version 1!!) cannot cope with special characters in non-English subtitles for e.g. Spanish, German or Dutch.

  • Connecting kindle fire to wireless printer

    I have successfully installed the wireless printer (hp deskjet2540) on my laptop but cannot understand how to link printer with my kindle fire? I've downloaded the hp e print app but it's no help at all and despite following instructions to print an

  • Photomerge (missing manual mode)

    We are using photomerge to assemble huge panoramic overviews of the retina. We cannot guarantee an overlap of 30-40% per picture, since we have to keep the exposure of the specimen as low as possible, but it's "easy to assemble" pictures, completely

  • How can i get bonjour service on my mac

    I went to advanced settings in Safari, checked boxes to have Bonjour as bookmark and the other option.  Does not show up in bookmark. I am setting up a wireless Pioneert Elect XW SMA3.  Should I be fortunate enough to get this installed, will it auto

  • Email message notifications mail not there

    I have 2 email messages in my iCloud account on the MacBook Pro that do not exist. They do not show up on iCloud, my iPhone, my iPad or my iMac. How do I get rid of them?