Auto-repeating Layout problem

Hi all,
I am having issues when to create an auto-repeating layout and was hoping someone may be able to point me in the right direction.
I have a parent VO called QuestionsVO and a child VO called linesVO. I have also created a VL linked on questionId, QuestionsToLinesVL. I have then added both view objects to the AM and created the parent/child structure in my OA page as detailed in the user guide, specifying the ‘child view instance, child view attribute and view link instance’ for each.
I notice that when I add the VO’s to the AM it can be done in one of two ways, either separately or as the child via the parent and VL. Done through the VL all responses appeared under all questions, done separately the questions do not appear at all. I assume that the first way is the correct way as this allows the link to be associated with the AM however I was expecting the link to ensure that only the related responses appear under each question.
I have not written any java code, I have not even needed to initialise the VO’s. Does anyone have any thoughs on what I am doing wrong?
Any help would be much appreciated,
Mike

Hi, thanks for helping me out!
I tried to use anchors, but they had no effect when connecting top of 3 to bottom of 2, got the same layout.
I then tried to create frames with vertical elasticity expand around both rep frame 2 and rep frame 3, and it seems to do the job.
- Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
- - Frame2 - contains all frames beneath - variable vertical elasticity
- - - Frame3 - variable vertical elasticity
- - - - some boilerplates
- - - - Frame 4 - vertical elasticity expand
- - - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
- - - - Frame 5 - vertical elasticity expand
- - - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
and so on..
Thanks again

Similar Messages

  • Auto-Repeating Layouts & LOV's

    Hi,
    I am creating an Auto-Repeating Layout with one of the fields being a messageLovInput item. The fields repeat perfectly based on the number of records in the VO, but when n click on the LOV icon the LOV region does not launch, nothing happens.
    Can I use messageLovInput items in a Auto-Repeating Layout? Is there someting I am missing here?
    Any help is highly appreciated.
    Best Regards,
    Andries Hanekom

    HI
    <p>apologies, but now when I click on LOV Javascript errors are generated!
    <p> I don't know why
    <p> what could be wrong here
    <p> can anybody please suggest!
    <p> when I click on javascript icon, it show message
    "value is null or not an object"
    how do I debug this?
    thanks
    - Ejaz

  • Auto-Repeating Layouts: Printing a Table's Rows Across and Down

    Hi All,
    I am trying to do the following: I have a VO that i currently display in an Advanced Table on my page. However, the table displays the rows like this:
    <Row 1>
    <Row 2>
    <Row 3>
    <Row 4>
    And so on. My customer has required something like this:
    <Row 1> <Row 2>
    <Row 3> <Row 4>
    My question is: is this even possible? I have been toying around with rowLayout, tableLayout and CellFormat but i haven't found a combination that displays the above layout. Do you know a way of doing it?
    Thanks for the time!
    Thiago

    Hi All,
    I am trying to do the following: I have a VO that i currently display in an Advanced Table on my page. However, the table displays the rows like this:
    <Row 1>
    <Row 2>
    <Row 3>
    <Row 4>
    And so on. My customer has required something like this:
    <Row 1> <Row 2>
    <Row 3> <Row 4>
    My question is: is this even possible? I have been toying around with rowLayout, tableLayout and CellFormat but i haven't found a combination that displays the above layout. Do you know a way of doing it?
    Thanks for the time!
    Thiago

  • Layout problem - multiple repeating frames

    Hi, I have a layout problem, pls help!
    Short report description:
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    - - - - .. other repeating frames ..
    When reaching the bottom of a page, and there is not enough room to print a record for Repeating frame 2, a record from Repeating frame 3 is printed in the bottom.
    Next page starts with the remaining records from Repeating frame 2.. and then the remaining records from Repeating frame 3.
    For example:
    Page 1:
    Rep frame 2 - Record 1
    Rep frame 2 - Record 2
    Rep frame 2 - Record 3
    Rep frame 3 - Record 1 -- not enough space to print Record 4, so this record is printed
    Page 2:
    Rep frame 2 - Record 4
    Rep frame 2 - Record 5
    Rep frame 3 - Record 2
    How can i ensure that all records from Rep frame 2 is printed before records from Rep frame 3?

    Hi, thanks for helping me out!
    I tried to use anchors, but they had no effect when connecting top of 3 to bottom of 2, got the same layout.
    I then tried to create frames with vertical elasticity expand around both rep frame 2 and rep frame 3, and it seems to do the job.
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Frame 4 - vertical elasticity expand
    - - - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Frame 5 - vertical elasticity expand
    - - - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    and so on..
    Thanks again

  • CSS Layout Problem?

    Can someone please help me with a layout problem.
    As far as I can tell the page looks as it should in Netscape,
    Firefox, etc., but IE6 and 7 refuse to work correctly.
    The page I am working on is:
    http://www.vmtampademo.com/localangler/testpage.html
    Most of the picture caption and headline of the middle column
    is behind the picture. I attempted to force the info with a
    seperating div which seems to work sometimes. I doubt that this is
    the correct solution. What am I doing wrong?
    Thank you for the help!

    It looks fine in Firefox 2.0.0.1, Opera 9.10, and IE 7.

  • Layout problem in PDF conversion

    Hi all,
    i am downloading spool data using the function module CONVERT_ABAPSPOOLJOB_2_PDF. But i am facing layout problem. e.g. RFBILA00(financial statement generation program) has written balancesheet data to the spool. This spool data has some 6 columns. but CONVERT_ABAPSPOOLJOB_2_PDF is writing only first 3 columns to the generated PDF file. i used 'GET_PRINT_PARAMETERS' function module also with values like layout as 'X_65_132' and 'X_90_120'. but no success. if anybody knows the answer, please let me know.
    Thanks in advance,
    Naveen

    Hi All,
    i am following the below approach to download the information from spool.
    program/spool output is an ALV List output data having 8 columns. but below approach is converting only first 5 columns in to PDF format. other 3 columns are getting truncated.
    FUNCTION /ngl/download_spoolinfo_as_pdf.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_SPOOL_REQUEST) LIKE  TSP01-RQIDENT
    *"     REFERENCE(I_FILENAME) LIKE  RLGRAP-FILENAME
    *"  EXCEPTIONS
    *"      DOWNLOAD_ERROR
      TABLES tsp01.
      DATA: mtab_pdf LIKE tline OCCURS 0 WITH HEADER LINE,
            mc_filename LIKE rlgrap-filename.
      DATA: mstr_print_parms LIKE pri_params,
            mc_valid(1) TYPE c,
            mi_bytecount TYPE i.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          copies                 = '1'
          cover_page             = space
          destination            = 'locl'
          expiration             = '1'
          immediately            = space
          mode                   = space
          new_list_id            = 'X'
          no_dialog              = 'X'
          user                   = sy-uname
          line_size              = 200
          line_count             = 65
         layout                 = 'X_65_200'
          layout                 = 'X_90_120'
          sap_cover_page         = 'X'
        IMPORTING
          out_parameters         = mstr_print_parms
          valid                  = mc_valid
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
      IF sy-subrc EQ 0.
        CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
          EXPORTING
            src_spoolid              = i_spool_request
            no_dialog                = 'X'
            dst_device               = mstr_print_parms-pdest
          IMPORTING
            pdf_bytecount            = mi_bytecount
          TABLES
            pdf                      = mtab_pdf
          EXCEPTIONS
            err_no_abap_spooljob     = 1
            err_no_spooljob          = 2
            err_no_permission        = 3
            err_conv_not_possible    = 4
            err_bad_destdevice       = 5
            user_cancelled           = 6
            err_spoolerror           = 7
            err_temseerror           = 8
            err_btcjob_open_failed   = 9
            err_btcjob_submit_failed = 10
            err_btcjob_close_failed  = 11
            OTHERS                   = 12.
        IF sy-subrc EQ 0.
          mc_filename = i_filename.
          DATA: lv_filename TYPE string.
          lv_filename = i_filename.
          CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              bin_filesize = mi_bytecount
              filename     = lv_filename
              filetype     = 'BIN'
            TABLES
              data_tab     = mtab_pdf
            EXCEPTIONS
              OTHERS       = 22.
          IF sy-subrc EQ 0.
            WRITE:/ mc_filename, 'CONVERTED TO PDF AND DOWNLOADED'.
          ELSE.
            WRITE:/ 'PROBLEM WITH DOWNLOAD'.
            RAISE download_error.
          ENDIF.
        ELSE.
          WRITE:/ 'PROBLEM WITH PDF CONVERSION'.
          RAISE download_error.
        ENDIF.
      ELSE.
        WRITE:/ 'PROBLEM GETTING PRINT PARAMETERS'.
        RAISE download_error.
      ENDIF.
    ENDFUNCTION.

  • Layout Problem in swings

    I have an Layout problem. My Applications consists of a label and a panel in which some more labels are present.
    The panel should contain the scrollbar in order to view all the label that excced the size of the panel.This label and a panel should be adjacent to each other.
    My problem is, I am not getting the scroll bar to the panel when I am adding the label that excced the size of the panel, when I am adding the label adjacent to this label.

    Did you use JScrollPanel? If not, use it.

  • [solved] layout problem in amarok 2.02

    Hi,
    Here, I have a bad layout problem with amarok 2.02. Amarok does not fit on my screen which is 1400 pixels large! I cannot reduce the part where the collection is shown. So that it is really unpractical to use.
    I uploaded a snapshot to illustrate the problem (it is the full screen!):
    emmanuelfavrenicolin.free.fr/Public/Sna … ok202.jpeg
    Someone have the same problem ?
    I tried to install svn version but I stopped after 3 hours of compilation, it is quite a big application.
    Last edited by manouchk (2009-05-23 06:28:43)

    Well, I tried amarok2-devel 2.0.90-1 but the problem of graphic layout remains similar, no improvement. Is it normall? Maybe amarok is only available for computer with screen >= 1600x1200  or is there an hidden configuration file where I could tweek this?
    Last edited by manouchk (2009-05-18 02:41:03)

  • Urgent: Layout problem in "light inner page"

    Hi Experts,
    I am facing a problem in portal content area on external facing portal. I see a vertical scroll bar which restricts application from being displayed on entire screen.
    I am getting this problem after a patching of EP 7.0, before patching every thing was running fine.
    To me it looks like a layout problem in "light inner page", When I use "Light - 1: column (Full width)" layout I get a vertical scroll bar on portal. When I use default layout then this vertical scroll bar disappears but I see an empty navigation bar on left side which is not required.
    Can some one advise a solution for this.
    -Lave

    hi,
    Similar problem in this thread. check it out
    Desktop inner page lost
    Regardss,
    Ganesh N

  • N82 Auto Rotate (Accelerometer) Problem !

    Anyone has problem with auto rotate? My N82 its kinda very hard to auto rotate. I do know it will not rotate on stand by screen and only rotate anti clock wise. The phone is just 2 weeks old, the auto rotate just work fine for the first week. Suddenly i notice when i rotate the phone, the display won't rotate. I need to shake the phone very hard then it will rotate. At first i think maybe its because by 3rd party application, so i decided to upgrade the firmware so it will remove all data and fix the problem. But there were no upgrade available, so i decided to reinstall the firmware. After done reinstall the firmware, i found out the problem still there. Than i remember that N82 will preserve all user data. So the 3rd party apps still there. So i remove all the apps manually and then restart the phone. But the auto rotate still had the problem. So i think maybe its related to memory because i restore all the messages and contacts from my old N73. So i delete all the messages and contacts and restart the phone, but still the same. Than i call NOKIA helpline to ask about the problem. They suggest me to full format without preserve user data and only NOKIA care center can do that. So the next day i went to nearest NOKIA care center to get my phone full format. But after almost 2 hours waiting, i collected my phone and get it tested there. But the auto rotate still problem. I so frustrated, so i ask the technician there about the problem. They said its work fine when they just finished format it. They said maybe its hardware problem. They ask me to go to the HQ b'coz they do not have the tool and parts to repair it and it will took ages to wait. So then again the next day i went to HQ to get my phone checked. I arrived there around 5pm. They say, its kinda late and i need to leave my phone there to get it checked. They said if i came earlier i can get my phone checked and fixed within the same day. So, i leave my phone there and they kinda promise me that my phone will get fixed the next day. The next day before i go to pick up my phone i call them to check the status off my phone, they said they haven't check my phone yet. It's already 2PM, and i ask when my phone will get fixed, they said they cant be sure and they will call me later. After done talking with them, i get dressed and drove there to ask personally about my phone. I cant wait any longer. I just bought the phone only for 2 weeks and haven't finish and bored played with it yet. So i arrived there around 3:30PM. So i ask them about my phone, they said it cant be done by today because they already had my phone disassembled and need to wait for the parts. When i heard about my phone had been disassembled, my heart it like had been crushed. There goes my money, i felt so frustrated and its just a waste of money to buy that phone. They didn't even bother to replace the phone and get me to wait and for how long i don't even know. And now i am so **bleep** off after they had wasted my MONEY / TIME / ENERGY / EFFORT.
    I am still waiting from NOKIA about my phone and like to know if any of you guys here had the same problem?

    I do not fully understand the word "lethargic". I know its not will be perfect, but my N82 do not auto-rotate at all. Like i said, i need to shake it very hard to make it auto-rotate. If its only me, why NOKIA has to disassembled the phone and replace the motherboard. Thats what make me felt frustrated. I just bought the phone for 2 weeks. The phone its not cheap, and i am not rich you know.
    About going or taking it to service center. Its not i don't like to go there or their service is bad. The thing is, i have to go there 3 times and still my phone don't get fixed. And then i need to wait and i do not know for how long i must wait. Again, like i said. My phone is new and only 2 weeks old. I don't get to play much with it and had to send for service. Why don't they just replace the phone with new one. I still have other work to do other than going to service center.
    Again, again and again. Why i must do all this for a new phone?
    I think anyone will agree with me about this.

  • Div layout problem

    Hi - stuck on what I think should be a fairly basic layout problem:
    I have 2 divs, equal widths but varying heights, one floated to the left and one to the right so that they appear next to eachother on the page.  The one on the left contains varying amounts of text, the one on the right contains a flash player so never varies.
    Where the text for the left div is long, I want it to start off next to the player, but then flow beneath it rather than continuing downwards at the same width as the div.  If I remove the width of the left div, so that it reverts to the container width, the player div positions itself below it, so I can't work out how to get the effect.
    Can anyone help?

    Hi,
    hope I understood in the right way: I used (translated from German DW) "modify table" and so I got one more row and two columns in your Main_Content. In one of the new columns I copied the image and beneath I took the text (you now can replace with image and text of your choice), like this:
    If that's not a help for your question, please ask me again.
    What concerns the width of the pictures, I would format them with PS or a similar program in the same wide.
    Hans-G.

  • I installed Adobe CS6 Design & Web Premium on my Mac Book Pro a few years ago but have repeatedly encountered problems with the programs freezing or not opening properly. It's a Student and Teacher Licensing version so an academic ID is required but I am

    I installed Adobe CS6 Design & Web Premium on my Mac Book Pro a few years ago but have repeatedly encountered problems with the programs freezing or not opening properly. It's a Student and Teacher Licensing version so an academic ID is required but I am no longer a student--can I still reinstall it since my academic ID may no longer be valid?

    Erin Elzo as long as the serial number has been registered under your account at http://www.adobe.com/ then you should be able to continue to utilize the software.  You can find details on how to locate your registered serial number at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • AP 1300 in repeater mode problem

    I have a 1300 workin as root and second 1300 that works fine as non-root, but cannot work as repeater(association problem). Also some of the commands in 1300 guide are missing from real 1300 IOS.The IOS is 12.4 What could be the problem?
    Thank you

    I stand corrected - but if you want to use the AP as a repeater - you need to set an infrastrcuture SSID. The AP needs to know which SSID to associate on when there is more that one SSID

  • UC520 FXO To Auto Attendant Disconnect Problem

    We have UC520 with FXO card, and have a problem when we point the inbound call to the Cisco Unity Express Auto Attendant, the problem is if the PSTN caller disconnect, the FXO remain off-hook for along time, and if the PSTN caller dial an extension and then disconnect the phone remain ringing for a long time.
    but if we point the inbound call an extention, there is no problem and the phone stop ring when the PSTN caller disconnect.
    below is the voice-port, and CUE dial-peer configuration:
    voice-port 0/1/2
    translate calling 3
    compand-type a-law
    cptone NL
    timeouts interdigit 4
    timeouts call-disconnect 5
    timeouts wait-release 5
    timing hookflash-out 500
    connection plar 489
    impedance complex2
    description LandLine 5105586
    caller-id enable
    caller-id alerting line-reversal
    caller-id alerting dsp-pre-allocate
    voice-port 0/1/3
    translate calling 3
    supervisory disconnect dualtone mid-call
    compand-type a-law
    cptone NL
    timeouts interdigit 4
    connection plar 489
    impedance complex2
    description LandLine 5105388
    caller-id enable
    caller-id alerting line-reversal
    caller-id alerting dsp-pre-allocate
    dial-peer voice 499 voip
    description VoiceMail
    destination-pattern 498
    media flow-around
    session protocol sipv2
    session target ipv4:10.1.10.2
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    so what we can do?

    I was configure custom disconnect tone refer to this site:
    http://ciscoflair.blogspot.com/2009/05/cisco-fxo-disconnect-issue.html
    And the tone is in the attachment, and the custom disconnect tone configuration like below:
    voice class custom-cptone Disconnect
    dualtone disconnect
      frequency 420 420
      cadence 251 255 245 250 249 250 250 250
    and the port configuration was like below:
    voice-port 0/1/2
    supervisory disconnect dualtone mid-call
    supervisory custom-cptone Disconnect
    cptone NL
    timeouts interdigit 4
    timeouts call-disconnect 5
    timeouts wait-release 5
    timing hookflash-out 500
    connection plar 334
    impedance complex2
    caller-id enable
    caller-id alerting line-reversal
    caller-id alerting dsp-pre-allocate
    but it was not working and the phone still ringing after the PSTN caller disconnect.
    but i was read about "dualtone-detect-params", and i was add the below command and i do not understand it, but it was solve hte problem:
    voice class dualtone-detect-params 1
    freq-max-deviation 20
    cadence-variation 50
    so what it is and how to determine this parameters.

  • I converted my old 3G to an iPod but am unable to get Playlists to auto repeat. Any ideas would be helpful.

    Using old iPhones for ipods
    I converted my old 3G to an iPod but am unable to get Playlists to auto repeat. Any ideas would be helpful.

    select use as new phone if you want it blanked out.... and select restore from backup if you want it to go back to a previous state.
    with the original sim that was in there it will eventually drop the "waiting for activation" messages and will just say No Service... at least thats what mine did

Maybe you are looking for

  • Sccm no matching DP location found

    I've been researching this problem for some time now and I can't figure it out, maybe someone here can help me out?  I'm trying to deploy an OS image and I keep getting the error:  "The requested software cannot be located.  The system might be in th

  • Piot table customized grouping of column header

    Dear Friends. I have a requirement from the client. I have 4 measures with the column heading A,B,C,D year wise Now my requirment in I want to add header on top of the A,B,C,D column, Say X and Y. Under X - A,B and under Y-C,d will be grouped. ......

  • Too High Bit rate error no matter how much reduce it

    After Exporting an HDV 1080i 16:9 3 sequences from FCP via compressor at Best SD DVD 90 minutes, 16:9, and burning two DVD-Rs that work, now DVDSP keeps giving me Video Bit Rate too high error and stops building shortly after starts. And no matter ho

  • 04 inspection for order receive

    hi experts first,sorry to say that,because there is no qm forum in sdn,so i put my qm problem here i have set the inspection type '04' for the material and when i receive goods for my production order using mb31,here comes a problem 'change the inspe

  • Airport Express made Linksys adapter not funtion

    So here is my problem. I have a Dell Inspiron 8200(?) with a Linksys WPC54GS adapter. I just bought the Airport Express (AE) to bridge my music to my receiver but now I cannot connect to the internet at all through my Dell. I have a Netgear router th