Multiple frames in report - Need output on 1 page (not one frame per page)

Hi
I have a report with multiple frames and in the output they are printing one frame per page. How can i have one below the other and not have this page break?
Thx.

Check the following in frame properties:
Maximum Records per Page: should be 0
Page Break Before: should be No
Page Break After: should be No

Similar Messages

  • Report needed on valuated stock or not

    Hi  Can any one please let me know, whether I could get a report indicating the selected project is using valuated stock or non valuated stock,
    There is a standard report available CN42N, which gives whether the project  stock is used or not, but not to the level of valuated stock or not.
    Regards
    Sophia

    hi sophia ,
    Can create a small querry ....
    sq03-define user group
    sq02-define infoset , generate infoset ,again in sq03 assign user group to infoset ..
    sq01 generate querry using the infoset .
    in the infoset u can use tables as mentioned above and use the fields with selection and output options
    kindly check .......
    regrds
    pushpa

  • Report needed to list the persons- not returning the safety tools back

    dear friends,
    in our client place, the stores departement, allots safety equipements to thier employee's, by mentioning duration period for return.
    stores departement, already noted the date of issue and date of return in asset register.some of the employees are not returning the safety equipements,.
    in as01- create asset field(from  & to  )duration is specified. how to track this.
    so my clients is asking a report,which describes the list of employees, they were not returning the safety tools. is there any way to do this.
    kindly help me in getting the solution.
    regards,
    g.v.shivakkumar

    Well, this is really a SQL question, not an ApEx question, but here goes....
    Your query would return r_number and status_id from any record that contains a status_id of 2 and not 4. Well, if it's 2, it can't be 4, so it's really returning any record where status_id is 2, which would be rows with ID 12, 876, and 33. What I think you want is a query where you find a status_id of 2 and no other record in the database has the same r_number only with a status_id of 4.
    Try
    select r_number, status_id from table1
    where status_id = '2'
    and r_number not in (select r_number from table1 where status_id = '4')
    This works, but may not be the most efficient query.

  • Insert multiple files onto a single track, not one file per track

    Hello,
    In both Audition CS5.5 and CS6, when the user inserts multiple files into a multitrack session, they are placed on multiple tracks. (As the help file says, "The files are inserted on separate tracks at the current time position"). Please change this to allow multiple files to be inserted onto a single track.
    I can understand the usefulness of the current behaviour in some scenarios, but there are other workflows in which the placement of multiple files on multiple tracks is a serious hindrance.
    E.g. In this thread, a user mentions needing to insert 10,000 individual files for dialogue editing and mixing.
    I also posted in that thread because my own workflow involves editing hundreds of individual files, which are single notes recorded for the production of virtual instruments.
    The reason why a "one-track multitrack" workflow is useful to me is that it allows great flexibility in processing multiple files individually or at once, comparing them, adding markers, fades, etc.
    It would also be useful when bringing in any audio that has been recorded in consecutive chunks - field recordings, concerts, Foley sessions, etc.
    In the thread, another user suggested inserting all the files onto a single track in Premiere Pro, then bringing that project into Audition as a multitrack session. Unfortunately this creates another problem for me, because it renames all the audio with the suffix "extracted". My workflow requires me to keep the original file names, because these are used downstream when mapping the recorded notes in the virtual instrument.
    Thanks for reading and please consider this for a future update.

    Just curious. Has there been an answer yet as to how to insert existing audio clips from a file to a waveform view in CS6. I create voiceovers or edit large interview files that require audio tones and sfx for my clients in production studios. The tones are inserted between takes as a courtesy tone to denote separation.  In the older versions of Audition, the function was as simple as mix/pasting an audio file, selecting insert or overlap, set the import level percentage and paste.  And each time this function was exercised, Audition would use the same settings you last used to reduce repetition of settings. Logical. That's all gone in CS6 ... so, to lay down a voiceover file for Comcast or any client, in waveform view (vs. Multitrack which is not necessary for single mono file editing) I have to go through unnecessary steps simple to select insert/mix paste>file>paste into existing wave form.
    Also, if I need to simply overlap a gasp over the last syllable of a phrase in a simple wave form, I don't appear to be able to do this.  I called Adobe for support on these function, but, they had not answers and simple said I couldn't change the workspace, and they had no other answers. Any help would be greatly appreciated if you have insight.

  • No data found in report csv or pdf output on first page load

    No data found in report csv output on first page load. Report shows up on page, but no data found in csv or pdf output. I always need to submit the page and then it shows data in downloads. The page contains a form (read-only) with a report that references 4 page items by using something like the following:
    and b.employee_no = v('P5_EMPLOYEE_NO')
    and c.fisc_year_pk = v('P5_FISC_YEAR_PK')
    and b.job_class = v('P5_JOB_CLASS')
    and b.organization = v('P5_ORGANIZATION')
    Again, report in the page shows up except there is no data in downloads. Can anyone help me solve this problem? I'm running Oracle APEX 4.2.1 in Oracle database 11gR2.
    Thanks.

    Sounds like a classic session state issue.
    You need to populate you page items using page rendering computations to ensure they're set to session state.
    Or if the download is triggered from a button press, you need to ensure those page items are submitted to session state, perhaps via a PL/SQL action.
    Scott

  • Multiple Numeric Limit Hide "Unused" Outputs In Test Report

    Hello,
    I have a question relating to Multiple Numeric Limit Test and output report in ascii txt format:
    Sample Measurement, this is what I see in the txt file:
     Measurement[74] :
                  Limits:
                     Low:             4.75
                     High:            5.25
                     LowExpr:         ''
                     HighExpr:        ''
                  Units:              V
                  Comparison Type:    GELE (>= <=)
                  CompExpr:           ''
                  UseCompExpr:        False
                  Data:               5
                  Status:             Passed
    Is there anyway I can hide or "not include" the unused portion of the output?  In this case I don't need LowExpr, HighExpr, CompExpr and UseCompExpr.  It will make the report cleaner and easier to navigate...essentially this:
     Measurement[74] :
                  Limits:
                     Low:             4.75
                     High:            5.25                                 
                  Units:              V
                  Comparison Type:    GELE (>= <=)
                  Data:               5
                  Status:             Passed
    Regards,
    Mike
    Solved!
    Go to Solution.

    I see the following when I create a new multinumeric limit test:
    Multiple Numeric Limit Test:   Failed
         Measurement:
            Measurement[0] (Measurement 0):
               Limits:
                  Low:             9
                  High:            11
               Comparison Type:    GELE (>= <=)
               Data:               0
               Status:             Failed
            Measurement[1] (Measurement 1):
               Limits:
                  Low:             9
                  High:            11
               Comparison Type:    GELE (>= <=)
               Data:               0
               Status:             Failed
    I think it's supposed to work exactly like you are wanting it to. Perhaps there is some issue with how the step involved was created or modified or converted. Can you reproduce this problem with a newly created and specified step? Also, please specify what version of TestStand you are using.
    -Doug

  • Scheduling multiple tab BO XI3 report needs to save into multiple text file

    Hi,
    I have BO XI 3 Desktop Intelligence reports, those reports contains multiple tabs. Once after scheduling these reports the output needs to save as different text files (each tab as separate text file). Generally when select output as text file we will get the text file with the data of current tab, but in this scenario I want all the tabs data into different text files. I guess we can do this with macro. But I am not good in macro development, hope somebody can help me.
    Could you please help out for the same!
    Thanks,
    Rama

    Thanks Dan.. I made chenges in code as per your suggestion.. its working fine in DeskI -> local PC
    But this is not working in InfoView level... when i scheduled the same report its not saving into multiple text files... can you please have look...
    macro code as follows:-
    Public Sub SaveAsText()
    Dim StrTxtPath As String
    Dim BusDoc As busobj.Document
    Set BusDoc = ThisDocument
    Dim BusRep As Report
    Dim I As Integer
    On Error GoTo ErrHandler
    'StrTxtPath = "
    xxxx.xxx.xxx.com\common\Reporting\"
    StrTxtPath = "D:\Business Objects\Test_Macro\"
    For I = 1 To BusDoc.Reports.Count
    Set BusRep = BusDoc.Reports.Item(I)
    BusRep.ExportAsText (StrTxtPath & BusRep.Name)
    Next I
    ErrHandler:
    Exit Sub
    End Sub
    When i run this macro through DeskI.. its saving the report as multiple .txt files with respective number of tabs... but the same thing is not working when i tried in scheduling...
    Can you please suggest me what are the changes needs to be done...
    Thanks in Advance
    Thanks,
    Rama

  • Integrating an Exisitng multiple page PDF file into a report and outputting as one PDF

    Post Author: sditmer
    CA Forum: Crystal Reports
    We would like to be able to  PDF files into a report based on a file name contained in the detail of the report. For Example, I have some data in our database relating to a specifc PDF file  including the name of the PDF that I would like to print in the header of the report and then print the actual PDF as the detail of the report. The PDF may be multiple pages so I would like the remaining pages of the report to follow on each page of my crystal report. Essentially I am trying to merge a  report header onto a mulitple page PDF file as a single report. Is this possible to do out of the BOX with Crystal? Do I need some other tools to do this?

    Post Author: IdoMillet
    CA Forum: Crystal Reports
    Consider a 3rd-party tool as a solution (for a list of such tools, see http://www.kenhamady.com/bookmarks.html).My Visual CUT software allows you to automate the process of merging the pdf export of your reportwith a pdf file named based on a formula in the report.  The resulting merged pdf file can automatically be printed or emailed.

  • After Effects says I need to have at least two frames to render a ram preview. I multiple frames. Ho

    After Effects says I need to have at least two frames to render a ram preview. I multiple frames. How do I make it ram preview?

    First, install the most recent updates:
    http://blogs.adobe.com/aftereffects/2012/10/after-effects-cs6-11-0-2-update-bug-fixes-and- added-gpus-for-ray-traced-3d-renderer.html
    If that doesn't solve the problem for you, we need to know a lot more if we're going to help you. Please provide answers to the questions listed here: "FAQ: What information should I provide when asking a question on this forum?"

  • Autoflow multiple frames on a single page

    This seems like an easy question, but I can't get it to work.
    I have three text frames set up on a master page, linked 1->2, 2->3
    I want to autoflow a document through the three frames, adding pages as necessary to the end of the document.
    No matter which autoflow function I choose when placing a text document, InDesign fills two text frames and stops. It never fills the third frame on the page, and it doesn't add any pages.
    If I load the cursor from the second frame and try to autoflow into the third, it just fills the third frame and stops. I think this is because I've already modified the master by filling the first two frames - is that why I can't flow more than two frames to begin with?
    This in InDesign CS3 on a Mac, fwiw.
    Thanks,
    Ward

    WDadmin wrote:
    Exporting to .inx didn't fix the problem.
    I tried something else (based on one of your earlier comments): if I layout three WIDER text frames, and then autoflow the same document, it works (flows across all three frames and adds pages as needed). So there must be something with the spacing, line length, etc., of older Word files.
    Whatever the exact issue, though, I think the problem is solved - thank you!
    To recap: the issue seems to be that some older (i.e., Mac 2004) Word files do not import properly into InDesign CS3 when trying to autoflow placed text across multiple NARROW frames on a single page.
    The workaround is to save the Word file in a newer version. I'm not sure if exporting an RTF from Word Mac 2004 will solve the problem.
    Hey, everyone! Great detective work!
    (NOTE: I'm not hijacking this thread.)
    I'm working on something similar - it seems simple, yet elusive to narrow down to the minimum necessary to reproduce it reliably. It's not a bug. All the effort to find the irreducible minimum cause reported here is what struck a note for me.
    I'm wondering if anyone here who has a source file that fails in CS3, can test it in CS5. If it fails in CS5, it's kind of a bug, even though it seems dependent on the peculiarities of a rare file format from the past. Perhaps, it doesn't happen with every such file, only those with the long run of unhyphenated and unbreakable text that can't wrap and gets stuck at the thread's connection to the next frame. A super-niche bug.
    It might be worthwhile to test by exporting the Word Mac 2004 file to RTF, then placing it. Some of us with long memories - both a blessing and an irritation - might remember that there was at least one version of Word that couldn't open some of its own files that were saved to supposedly compatible non-Word file formats.
    If problem does persist in CS5, please report it as a bug.
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • More Accurate antialiasing preventing rendering of multiple frames simultaneously after a while

    Hi all.
    I am experiencing inconsistent memory management behavior when rendering my project in AE that prevents me from rendering multiple frames at the same time when some footage items use Accurate antialiasing.
    I have an 8-core i7 MacBook Pro with 8GB of RAM and I'm using AE CS5.5. I am rendering a project with many imported Illustrator layers to keep things nice and crisp. These are in a 3D composition with a camera, DOF, and they are being continuously rasterized. On some of the vector assets I have to set the antialiasing setting to "More Accurate" in the Interpret Footage dialog to remedy some image quality issues. Here is what I noticed when rendering:
    1. When the antialiasing setting on all Illustrator assets is set to "Faster" the composition renders without issues.
    2. I change the antialiasing setting on some Illustrator assets to "More Accurate" to improve image quality. Render Multiple Frames Simultaneously is off. Composition renders for a while, but eventually I get an error: "after effects error : cannot allocate enough memory to antialias file (50:5)”.
    3. To get around the error I instruct AE to empty the cache every 5 frames or less via the Secret menu in the Prefs. This prevents the error from occuring and I can see the RAM being deallocated every once in a while as expected. This lets me render with the quality I need, but is slower.
    4. To speed things up I turn on Render Multiple Frames Simultaneously. I use conservative settings: AE is to use only two cores with 3GB of RAM per core (max allowed). The rendering is sped up. However, I can see that the system's "in use" RAM is steadily increasing with each rendered frame until the computer runs out, at which point AE automatically turns off Render Multiple Frames Simultaneously and starts to render one frame at a time. This doesn't happen whe all vector assets are set to use Faster antialiasing an I can render indefinitely with Render Multiple Frames Simultaneously, but this way I don't get the desired quality. Please note that there is enough RAM for the cores to render several frames, but it seems as if having rendered a frame the system doesn't release or reuse the memory when assets use Accurate antialiasing and goes to use another chunk until there is no more.
    Also, I am outputing to an image sequence.
    Please help me find a workaround for this issue. Thanks!

    Thanks Mylenium. It looks like the underlying problem (cannot allocate enough memory to antialias file (50:5)) has been around for quite some time. I've tried all manner of different combinations of settings and in the end settled on having it render one frame at a time with dumping cache every 2 frames (hey, at least it renders without running out of ram and erroring out). It's just disheartening to know that due to this issue (bug or architecture) AE is only using a bit more than 1/8 of my machine's CPU power. Perhaps AE should have a feature that has it dump all the memory and attempt multi-frame output again every once in a while during make movie.

  • Cropping to Visible Alpha of Multiple Frames

    Hi All,
    I have set up some footage that has had its background removed via chroma key and I have added a drop shadow on the resultant 'cut out' footage. Now I want to crop the frame so that the minimum area that is needed to contain the footage and the drop shadow can be output with an alpha channel - ie any areas that are fully transparent on ALL the frames is cropped away.
    There is a method in Photoshop where Cmd/Ctrl clicking on a layer selects the transparency of that layer which can then be cropped, removing all the invisible area that surrounds the image and contains no image data. Is there a way to do this in AE for multiple frames, without going through the nigh-impossible task of trying to estimate the area needed for a moving image that has a soft and transparent shadow without cropping the edges of the image off?
    Once I have got the area I need, how would I go about applying the crop?
    I'm new to AE, so I may be asking the impossible, but any advice would be greatly appreciated!

    but I doubt PS would allow import of 5000 frames to corresponding layers.
    Why not? People have doen crazier things and the Frames to Layers script should not care. It may just take a while. If all else fails, you can always try in multiple chunks in multiple documents and manually merge them later....
    If the method you suggest is intended to work within AE, can you be more specific please?
    Region of Interest
    If this is for one of those notorious transparent website overlays, you would still have a specific size requirement due to how it is embedded and keeping it "tight" is probably wasted effort, even more so as it only has minor impact on compression, anyways.
    Mylenium

  • How to open a form from Oracle XML Report .xls Output?

    Hi All,
    We have a requirement wherein we have one complex SQL query, requirement is to fetch the data from that query and show it to the user. So far, so good. We can either create a report thru' UTL file to show the output to the user or can create a XML report whose output can be in the excel format.
    Now user wants to have a hyperlink i.e. when he clicks the BSA (Blanket Sales Agreement) from the report output, it should be able to route him to BSA screen (oracle form), so that he can directly correct the issue with that corresponding BSA on which he clicked.
    i.e. requirement is to create a a hyperlink from report output which will route the user to that oracle form with the BSA queried.
    Not sure how can we implement this. If anybody has come across this type of requirement, please share your ideas and the approach used so as to accomplish this. Any inputs on this will be highly appreciated.
    Cheers!
    -Sumir

    Hello Sumir,
    we create reports in an XML format using http://matzberger.de/oracle/spreadsheet-en.html.
    Within these files you can create hyperlinks to a forms application like
    http://<applicationserver>/forms/frmservlet?config=xy&p_autoinit_module=ab&p_autoinit_arg=123
    With these parameters we call a default forms module (welcome screen) and then start module ab and execute a query for 123. The user then can directly access the data he needs.
    Regards
    Marcus

  • Save report painter output into internal table

    Hi,
      i have created a report painter for vendor aging report. got output in drill down format.
    i need to show the data in smartform as well. so need to save the report painter output into an internal table. can anyone please help me resolving this.
    regards,
    sudha.m

    Hi Sudha
    You can use sample below:
    DATA: list_tab TYPE TABLE OF ABAPLIST.
    SUBMIT NROWS EXPORTING LIST TO MEMORY
                  AND RETURN VIA SELECTION-SCREEN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = list_tab
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    IF sy-subrc = 0.
      CALL FUNCTION 'WRITE_LIST'
        TABLES
          listobject = list_tab.
    ENDIF.
    Best regards

  • I'm trying to print multiple frames from a website onto separate pages.

    Firefox has this option on OSX (each frame on separate page), but safari seems to lack such an option.
    I need to print multiple frames (invoices from zencart) each on separate pages. When I try to print with Safari it will either try and print the selected frame, or it will print all the frames as it's laid out on the page (all printed on one page). Am I missing this option somewhere? Is there an extension I can try (already tried print plus to no avail)?
    Thanks for all the help!

    Wasn't aware of that, I'm trying to disable Full Screen completely in all Apps on my Lion.

Maybe you are looking for

  • Imminent Release of new GeoRaptor Version

    Folks, I am pleased to announce, after 4 months of development and testing, that a new release of GeoRaptor should be released hopefully before the 2011 Oracle Spatial User Conference in Washington DC this Thursday 19th. The release manager will make

  • How to combine XDCAM clips into one big file for import?

    Hi, I'm not sure if this is a basic question or just not possible... I'm on location and have to rush edit. I've not worked with xdcam before. Usually I would import all of the media in low-res (one tape at a time), see what I want, then re-import th

  • Installing snow leopard over lion

    I just bought a MBP two days ago with Lion preinstalled and i want to install snow leopard. i have the retail dvd of SL but after it starts booting from DVD it appears the "You need to restart your computer. Hold Down the Power button for several sec

  • A way around F keys

    I am creating a simulation of a DOS system that still uses F keys to aid in system navigation. The simulations work fine within Captivate, but do not work well in internet explorer or firefox. I have tried the htm and the swf files. When the user has

  • Need to setup schedule for TV delivery

    Can't get to a phone till after work this afternoon so thought i would try to do thios online. Got an email saying my order had not been properlly scheduled for home delivery and i needed to contact you asap to set it up.  I would just like to set it