Collapse of Repeating frame

Hi friends,
My Problem is like this,
I have 3 repeating frames,
In Repeating frame one i have R.F two,
In Repeating frame two i have R.F three,
If i didnt find any data in Repeating frame
two and three i want to collapse all repeating frames,
How can i do this?
Please try to help me,
Thanks,
Have a great day,
srini

Hi guys,
Check the properties-sheet for the repeating frames and the group-repeating frames.
In the property sheet look for the vertical sizing property. Set it to variable. In that case if no records are found, no space is allocated for the frames. If you're using expand then a minimum space is allocated, i.e. if no records are found then the space in the lay-out editor your are using for displaying the repeating frame is allocated.
If there aren't any records in repeating frame 2 and 3 and you want to surpress repaeting frame 1 use summary-columns in the groups on which you base repating frame 2 and 3.
In the format-trigger of repating frame 1 use:
IF :<summary_column> = 0
THEN
RETURN (FALSE);
ELSE
RETURN (TRUE);
END IF;
Hope this helps...

Similar Messages

  • How can i collapse a Repeating frame

    Hi friends,
    My Problem is like this,
    I have 3 repeating frames,
    In Repeating frame one i have R.F two,
    In Repeating frame two i have R.F three,
    If i didnt find any data in Repeating frame
    two and three i want to collapse all repeating frames,
    How can i do this?
    Please try to help me,
    Thanks,
    Have a great day,
    srini
    Note: In the data model
    A single query on one table, with three groups of columns
    null

    Set the vertical elasticity to variable.

  • Using LEVEL Pseudo column to format repeating frame

    I am trying to display a hierarchy in Reports. I use the 'Connect By' Clause in SQL and gather the hierarchical data, and want to display the results in a tree fashion. How can I do it?
    I only come up with one answer, to use the LEVEL PSEUDO-Column and indent the repeating frame based on the value for LEVEL. I want to know how I can set the X and Y co-ordinates of the repeating frame dynamically?
    Please help me with this if you have other ideas?
    Thanks.
    -Shan

    Unfortunately, you can't programmatically set the geometry (x,y, width, height) values of any objects in the reports output.
    The best you can do is have another object (or number of objects) that are turned on/off and then use collapsing anchors and format triggers to move the repeating frame to the left. If you only have one object, you can set it's horizontal expansion to variable and then fill it with a number of characters to get the desired "indent".

  • How to get the values from repeated frame?.

    Hi
    how to get the values from repeated frame?. i have to disply the first 3 digits in another place in my report.
    i have field empno in repeated frame and i want to disply first 3 digits in another place in the same report.
    thanks

    How often do you need to display it? It sounds like you might want to base a summary on that formula with a function of first or last. If it's a per page basis, it can be a page level summary. If it's at a higher level repeating frame, then you can create the summary at that level. I'd suggest taking a look at the online help for summaries using the first/last functions.
    Hope that helps,
    Toby

  • How to make an order on repeating frame using Formula Column?

    Hi All,
    I have a repeating frame dependent on some query, how to make an order on this repeating frame using a formula column defined in its group and dependet on values from the query?
    Note: I'm using Reports 6i

    Place your formula column at the top of the itm group and set the BREAK_ORDER to assc.. or desc...
    Hope this helps
    Hamid
    if problem solved, close the thread.

  • How to fix objects below repeating frame?

    hello all! I wonder how to fix the last elements such as signature area of a sale order report to the bottom of the last page?
    i find the area always appear closely after the detail lines...i don't want this
    Thanks for any help!

    hi philipp!Thanks for your reply.
    I am meaning that a have some text objects lower than a repeating frame which height is variable and i want to have the distance between the text objects and the bottom of the page to be fixed,instead of varying according to the height of the repeating frame.The text objects and the repeating frame are in a same container frame so i can't set the vertical elasticity of the frame to fixed.
    Any idea?

  • How can I add a field to a Repeating Frame in the body of a 9i Report

    How can I add a field to a Repeating Frame in the body of an Oracle 9i Report whose source is in a higher group?
    I want to change an Oracle 9i report. The report has no header or trailer but only a body. The body has the parent frame fields & a repeating frame with four fields, A, B, C & D. They all seem to be in one group. I want to add another field E to the repeating frame whose source is from the 'header'.
    I added the field & created a boiler plate & then added the new field, E to the original group A, B, C & D. In the Property Inspector for the field, I pointed the source to the source column in the main query. However, when I run the report, I receive the error "Invalid body size". Some notes on Metalink indicate that this could be due to margins being out of the printable area.
    Moreover, after making the changes & after having unsuccessfully run the report, when I try to open the Page Layout for the report, I get no details.
    Thanks,

    Hi,
    i also got same query can u pls tell me elaborately, if u can can u pls send some code.
    Thanks & Regards
    Jagadeeshwar.B

  • The same repeating frame ,but do not display in the same page

    i create a report,with the same repeating frame,some of its content show in one
    page,others in another page,why??
    how to solve this?

    hi,
    try this code.
    ls_fieldcat-fieldname = 'LIFNR'.
    ls_fieldcat-seltext_l = 'Vonder'.
      ls_fieldcat-key = 'X'.
      ls_fieldcat-fix_column = 'X'.
       ls_fieldcat-outputlen = 12.
      append ls_fieldcat to l_fieldcat.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         IT_FIELDCAT                        = l_fieldcat.  " Pass the fielc cat here
    it must work.... and check out thels_fieldcat-fieldname  again.. you have to give the correct fielname in uppercase inside ' '.
    thankyou.

  • Is it possible to show the same repeating frame in 2 columns?

    Hello, and thank you all in advance for any help!
    Here is the situation:
    I have simple report with 1 repeating frame and 3 data columns in it.
    I want to be able to have a second column on each page that continues the data from the repeating frame. That is to say, one the left the data would go from top to bottom like normal, then instead of going to page 2, it would go into a column to the right on the same page.
    The repeating frame is small enough to fit at least 2 of them horizontally.
    I cannot seem to find the way to make this layout work. Is it possible?
    Thanks again,
    -Arin

    Nevermind everyone!
    I got it to work with Print Down/Across...silly me.
    Thanks anyway!
    -Arin

  • How to get the number of rows in a repeating frame ?

    Hi all,
    When I launch a report from forms then sometimes there are data in the report and sometimes there are no data. And the problem is that when there are no data then the frame containing the repeating frame is still displaying and a blank page displays on the report.
    So I want to get the number of rows from the repeating frame so that I can code a format trigger on the frame to display or not the enclosing frame depending on the existence of data from the repeating frame.
    Thank you very much indeed.

    Dear Friend,
    You can achieve this. Define a summary column (say cnt). Select summary type as "COUNT". select any one of columns that are getting displayed in your repeating frame as summary column and provide "reset at" group name (or set this to report if you are defining this field at report level) . This "cnt" variable will contain how many records that will be fetched for your repeating frame (i.e. Group of Repeating frame). You can use this "CNT" variable in your format trigger.
    In this case there is no need to write before report trigger or anything.
    Regards,
    Manish Trivedi

  • Please suggest problem in increasing height repeating frames

    Hi,
    in my report normally up to 100 are printed. i setted the vertical elasticity as expand and horizontal as fixed.
    but while priting, in vertical, it is contracting if date is too short enough and expanding when dat is large enough. But what my requirement i want to specify the height of each field in repeating frame fixed. i.e. 3 centimeters and it should be same for all records printed on page and on each logical page and i want to print maximum 8 records per page becoz my print page size can hold maximum 8 records and each record at 4 lines. And even if the data is short enough it must not be contracted, if data is one line,and the remaining space that is in 3 cemtimers should be left blank and it must to go to second record. That is in fixed heigt of record repeart frame i want to print the data. If data goes more than 3 centimetres then date must be truncated. I did not find any height to set this property in Repeating frame property.
    please suggest solution'
    thanks in advance
    prasanth a.s

    Hi Prasanth,
    Enlarge the Repeating Frame height to say, 3 centimeters in the layout.
    Set the Vertical (& Horizontal as well) Elasticity of the repeating Frame as Fixed.
    In the Property Palette of Repeating Frame, set Maximum Records Per Page to 8 and Set Page Break after property to Yes.
    This will solve ur problems.
    Have a nice day...
    Raja Angamuthu B

  • How to find out no. of records or repeating frame in a page

    Hi All,
    How do I find out how many records have been displayed on a particular page?
    I'm having a repeating frame, and I want to know print another item, on a condition that if the records printed on the page are less than 5 then it should be printed otherwise not.
    The item to be printed is not a part of the repeating frame whoz occurences have to be counted.
    Regards
    Naveen

    Hi Naveen
    You can create a Packaged varaible that acts as
    global variable , and you can increment this
    variable in the repeating frames Format Trigger .
    Based on the value of the variable , you can
    return true or false for the item that you want to
    display .

  • Repeated Frames at the end of clips

    I have a MacBook Pro with the adobe premiere pro cc 14, but I noticed this problem is CS6 also. The problem is this: Say I have two clips in the timeline that are connected (Clip A, Clip B).
    If I alter Clip B in anyway (change scale or position, or simply remove it from the timeline) the first frame of Clip B will remain at the end of Clip A. So, when I execute the playback function I can see a quick flash of Clip B at the end of Clip A.
    Here's what I've tried:
    I tried rendering the files--didn't work.
    I tried simply trimming the repeated frame off--didn't work.
    Here's what did work.
    There's a straight line that goes through every clip, I don't know what its called but I think it has something to do with the speed, I would drag that from say 100 to 96.55. The video would have the red render bar above it, and the repeated frame would disappear.
    HOWEVER, in my current project  I have serval repeated frames in a blank space where there are video clips, so the previous method can not work.
    What the heck!?!?!
    Thanks

    What are these clip exactly
    Please post a screendump in treeview.
    MediaInfo Mac 

  • Repeating Frames

    In my report, my query is a 184 column table. Select query is also a 184 column table.
    There are Repeating frames in my layout editor, each contains 10 columns. From the 2nd repeating frame onwards, the page break before property is "Yes". Now if, for the 1st repeating frame there is data (10 columns only) Then the rest of the page is blank. All the page break before property is "Yes" How do I avoid these blank pages
    null

    If you want a page break between records in the change of group mentioned, set the number of records per page property to 1 (it should currently be zero).
    Remember that the page break after property is related to the anchoring object and is not immediately obvious what it is doing. Try setting it back to no.
    null

  • Page Breaks in Repeating Frame's

    In my report, my query is a 184 column table. Select query is also a 184 column table.
    There are Repeating frames in my layout editor, each contains 10 columns. From the 2nd repeating frame onwards, the page break before property is "Yes". Now if, for the 1st repeating frame there is data (10 columns only) Then the rest of the page is blank. All the page break before property is "Yes" How do I avoid these blank pages

    Hi,
    the "page break" properties are only active in parent-child relationships. So if your frame1 is not expandable vertical, frame2 is no child object ob frame1 and so the property page break after of frame1 is not relevant for frame2. So change your layout, that frame2 is child of frame1 and frame3 is child of frame2, then the page break after will run as you expect. You can do this via the property vertical elasticity or via using an anchor between the frames.
    Regards
    Rainer

Maybe you are looking for