Column span in an HGrid

Hi All-
Is it possible to have a column span in an Hgrid?
I see in oracle technology stack that Column span is allowed on Hgrid,but not sure how to achieve this.
If someone has any idea please share..that would be great help for me in design.
PLEASE SUGGEST!!!!
Thanks,
Nagu

I tried some things with the custom pl/sql heading in report attributes, but couldn 't get it to work unfortunately.
When using the pl/sql function, you can generate the header just by entering:
return ' empno:empname:options' . I hoped I could inject some html code into the return value in order to create extra columns, but the results are inpredictable.
It can make a huge difference if you viewyour html in FF or IE. Even between versions of IE there are differences. Not much you can do about that, except writing different versions of (parts of) the page for IE or FF if it' s really crucial.

Similar Messages

  • Dynamically set number-columns-spanned

    Hi all,
    I have a cross tab which has a dynamic number of columns. Each column has a header "Location" (which is determined by the data), but the table also has a master header "Volume" which should span all of the locations. How can I acheive this?
    I currently have:
    <xsl:attribute xdofo:ctx="block" name="number-columns-spanned">2</xsl:attribute> Volumne
    But this is obviously static.
    Many Thanks
    Andy

    Hi lmd2,
    Attached is a quick example of one way to do what you are asking. This is only a general example, and there may be a bettter implementation depending on the architecture of your application.  The link here also has information on setting the number of sockets for a specific sequence file. Hope this helps.
    Regards,
    Ebele O.
    National Instruments
    Attachments:
    ParallelModel.seq ‏455 KB

  • Column span and crashing

    Hi,
    Is anyone else facing this kind of problem? I have a page with various columns (three). The columns are hosting a narrow, but long table. The introductory paragraphs (title and legend) are spanned across the columns.
    Each time I do any edit (applying a text style, deleting a line) InDesign freezes. I get this kind of error in the Console:
    12/06/10 13:45:18 [0x0-0x36d36d].com.apple.Safari[30282] Sat Jun 12 13:45:18 MacBook-Pro-di-PaoloT.local Safari[30282] <Error>: CGImageDestinationCreate destination parameter is nil
    12/06/10 13:45:18 [0x0-0x36d36d].com.apple.Safari[30282]  
    12/06/10 13:46:56 /usr/sbin/spindump[91509] process 91490 is being monitored
    12/06/10 13:46:57 /usr/sbin/spindump[91509] process 91490 is being force quit
    12/06/10 13:46:59 kernel IOHIDSystem::relativePointerEventGated: Capping VBL time to 20000000 (was 26824595)
    12/06/10 13:47:03 com.apple.launchd[169] ([0x0-0x528127c].com.adobe.InDesign[91490]) Exited: Terminated
    12/06/10 13:47:29 SubmitReport[91514] missing kCRProblemReportProblemTypeKey
    12/06/10 13:47:31 /usr/sbin/ocspd[91517] starting
    12/06/10 13:47:33 SubmitReport[91514] Submitted compressed hang report for Adobe InDesign CS5
    12/06/10 13:50:32 /usr/sbin/spindump[91527] process 91518 is being monitored
    12/06/10 13:50:34 /usr/sbin/spindump[91527] process 91518 is being force quit
    12/06/10 13:50:38 com.apple.launchd[169] ([0x0-0x5287282].com.adobe.InDesign[91518]) Exited: Terminated
    I reported this to Adobe, but I would see if anyoady has a workaround. I solved using the old way (separated text frames), but this prevents one of the features of CS5.
    Paolo

    I tried to reproduce the crashing that Eugene reported, and could not. I have a decent C2D with 4 gigs of RAM, and with those specs all I could do was experience slightly-slower-than-expected performance when working with column-spanning headers. However, when I start my Ubuntu VM, and start the processes that cause it to consume about 2 gigs of RAM, then my system specs degrade to the minimum RAM acceptable to ID (just more than 2 gigs) and I start experiencing multi-second delays.
    My hunch is that this particular feature requires more resources than the minimum spec from Adobe... or that a buggy plugin is crashing when it doesn't do garbage collection quick enough to prevent the host system from running out of available RAM. Just a hunch, I'm not a developer at all, but the whole thing smells like a memory leak to me. I could never get it to crash, though, so perhaps I'm only muddying the path with my posts about my attempts to reproduce it.

  • Is column spanning available in CS4?

    Have a two-column article
    in an INDesign CS4 publication.
    Would like its headline to span both columns without having to separate the text.
    I know VS5 has column spanning, but is there a script in CS4 that allows me to do this?

    Here's a link: http://pdsassoc.com/PDSproducts/HeadStraddler/index.php
    It will work with a little modification -- as is it does a version check and throws an error message that it only works in CS2, but that only because at the time it was written there were no later versions to try.  You can remove the test in a text editor and it should run fine in CS4.
    The lines to remove or comment out are:
    if (String(app.version).split(".")[0] != 4) {
         errorExit("This script is compatible only with InDesign CS2.");
    at the top of the script. I don't think Dave will mind, especially if you register the product and pay the fee.

  • Header column span

    How to make header column span in Data Grid? My column
    heading comes in 2 lines.
    For e.g.
    Gender Employees
    Male Female Income
    Pls help me out.

    How to make header column span in Data Grid? My column
    heading comes in 2 lines.
    For e.g.
    Gender Employees
    Male Female Income
    Pls help me out.

  • JTable with column spanning

    Hi
    Can anyone plz help me in creating a JTable which can span different columns in different rows.
    Like i want the first row to be with 5 columns, second row to be with 3 columns and 3rd row to be with 4 columns. Can anyone plz help me in this.
    Thanks

    Look here
    http://www2.gol.com/users/tame/swing/examples/SwingExamples.html

  • How to specify column span for a row in grid panel

    In a grid panel with 4 columns, how to set one of the rows to span all 4 columns?

    I don't think it's possible with the standard JSF component. There are no hooks to get it to emit a rowspan attribute on the <td> it will render for each cell. There is a hook to get it to add a styleclass, but that won't help with colspans and rowspans.
    -- Tor
    http://blogs.sun.com/tor

  • Column Span property

    Hi All,
    Jdeveloper 11.1.5
    I have a treeTable. Inside one of the columns of the treeTable I have a Table.
    I want to span that table across the whole treeTable. How can I achieve this?
    Pls help.

    Sorry.
    Actually I am not allowed to share my code..I am re-explaining the scenario..
    I have a commandlink in the first column of my treeTable. Just on click of that commandLink a Table is displayed just beneath the commandLink that spans over the entire treeTable. How can I make the new Table to be displayed span over the existing treeTable.
    Please Help.

  • How to implement row span and column span in JTable.

    Hi,
    How do we implement Col span and row span in JTable as in Html.
    Kindly help.
    Thank You

    Although I suppose you could extend JTable to support column and row spans, this would involve a lot of of work and quite a few hacks. I think you will be better off either creating a new custom JComponent with an appropriate model for this purpose or using an existing solution such as [JIDE Grids|http://www.jidesoft.com/products/grids.htm] which includes a CellSpanTable.

  • Column Spanning JTable Headers

    can anyone help me to create spanning column header as excel / HTML?

    Look [url http://www.crionics.com/products/opensource/faq/swing_ex/JTableExamples1.html]here for the multi-width header example, which is one of the old gol.com examples.
    : jay

  • Panel Grid Layout: Column Span unexpected behavior.

    Whenever in a Panel Grid Layout, when i give a cell to span over multiple columns(2,3,4 or any), the cell is spanned over the entire row only.. Why does this behavior happens? In JDeveloper, the spanning is shown correctly in design tab and preview tab.

    Hi Amanda,
    I believe I have discovered the cause of the issue you are facing.
    The problem is with the "Alert Region" region template and that it does not have any display points specified so indicate the number of grids that can fit in its region body. Without having any display points, the grid layout system attempts to use all columns available to its container. However, because the Alert Region has additional padding within, the columns will not fit and wrap to the next line.
    To fix this issue, you will have to modify the "Alert Region" region template, go to "Display Points" and click Add Row. You will need to enter the following fields:
    Name: Region Body
    Template Substitution: BODY
    Grid Support: Checked
    Maximum Fixed Grid Columns: -1
    This will fix the issue for you. I've logged a bug within our bug system to track this so we can fix it in a future release of APEX.
    Best,
    Shakeeb

  • JTable column-spanning headers

    It there a neat way of creating an equivalent of the HTML colspan effect in JTables, particularly in the headers?
    I want to produce a table with headers divided into major and minor categories.
    I guess I can write my own extension of JTableHeader, but that's going to get messy.

    For the benefit of anyone searching for a solution.
    I've found a way of doing this that isn't too much hastle. I create a secondary DefaultTableColumnModel and add columns initialised to the combined width of the groups of columns in the table's TableColumnMode which the more generic headers corespond to. Column reordering is disabled on both models and width changes on the extra one.
    Based on this I create a JTableHeader component which I juxtapose with the table and main header using a Box.
    I add a TableColumnModelListener to the original ColumnModel. the columnMarginsChanged method causes all the widths in the secondary column model to be recalculated from the original.
    The only problem I've had is to persuade the new JColumnHeader to addopt a sensible size. I've had to set both minimum and maximum dimensions before the display will layout properly.
    Haven't tried this with a JScrollPane yet but you should be able to bolt the two headers together and stick them in the header slot of the scrollpane.

  • Column span

    I have three items in a form that I want to space across horizontally. If I set them each in their own field on the same line they are too spread out. If I keep them in the same field they wrap. On which field do I use colspan and how many columns should I use. The labels are positioned above. Here're the labels/fields. (I can't demo their spacing in this message...)
    Item # Item Description Item Group
    1234 Bubble Gum Chicklies
    Thanks for your time for what seems to be a simple question from a novice!!
    Edited by: user2961006 on Apr 1, 2009 10:20 AM
    Edited by: user2961006 on Apr 1, 2009 10:21 AM

    Do you have other items on the page above and/or below these items? If so, you are probably struggling with inheriting spacing from the other items.
    ) Try using a stop/start table item before the ITEM# and then another after Item Group. This will remove any conflict with other items in the same region.
    ) I often use the empty.gif image in a theme to set up an image of a specific width or height when I cant get things to space properly. I use them either above or below the row, or in the post element/pre element attributes.
    <img src="someTransparentImage.gif" width=1 height=1 />
    Regards,
    Daryl

  • Spanning Columns, Messes TOC Order

    Hello
    I have earlier posted a thread with my problem. See: Re: TOC Problem, Wrong Order, Connected/Unconnected Text Frame
    Now when the problem is tracked down (spanning of columns) I choose to create a new thread hoping that someone has encountered the same problem and has a possible solution. (Using CS 6)
    The problem:
    I have chapters (H1) with sub-chapters (H2). The text is flowing freely between the chapter text-frames, until a new chapter (H1) starts. The chapter title (H1) spans over all columns, defined in its paragraph style.
    When creating a TOC I have found that if a sub-chapter (H2) is above a new chapter (H1) the spanning column function messes up the TOC order. See chapter 1:4 in my example.
    The problem may be bypassed by doing one of the following things:
    Disable the column span of H1. E.i the chapter heading in a single column messes up the original layout.
    Connect all text frames. E.i, flow text thru all text-frames, may become a problem when rearing the chapter order.
    Remove the text-frame connection of the text-frames….
    None of these solutions are sufficient. I have never during my 13 years with Indesign encountered such showstopper/bug.

    Thanks for your replay.
    The numbers is written text to make it easier to comprehend the example. These are not auto-generated.
    In the other thread I had got some response:
    "When the textframe flows from an even page number to an uneven page number the problem (like from page 2 to page 3) the TOC is incorrect.
    But when the textframe flows from an uneven page number to an even page number (like from page 3 to page 4) the TOC is correct."
    Which does not make any sense at all.

  • Column not available after personalization to be included in user views

    My client is trying to add a new column in the Cost Details table in the Task Summary page (Under Project Performance Reporting in PJT) through personalization. They are on 11i.PA.RUP3
    They have an extended VO which basically is based on the standard Oracle VO with few additional attributes. My client is able to create an item of MessageStyleText and add as a column in the base HGrid, view the data which was displayed but that newly added column does not appear in the list of available columns when they try to create a personalized view either by duplicating the seeded views like ITD and PTD or from the scratch.
    This works absolutely fine in R12, but in 11i, we are having this problem. Does any one can comment, if this is framework issue? or is there any patch already available for this?
    Thanks in advance,
    Devasish

    Good day!
    My answer may be too late for you, but my experience will probably be useful for others.
    To add a field from ANLZ in dynamic selection fields you need to add the same field to structure ANLAV by means of an append-structure. Then you have to add this field to view V_ANLAZ by means of an append-view. After this you'll have the fortunate opportunity to see the needed field among the dynamic selection fields in LBD ADA.

Maybe you are looking for

  • Adding photos to .Mac gallery....Auto add to iphoto?

    I have created a web gallery via iphoto '08. A family member has added their photos from the trip (their upload experience was perfect... FYI) . What I'm needing to know is will those photos automatically be added to my iphoto '08 library.....or just

  • CRM pricing custom field

    Hi, We have requirement to get CRM order price condition value based on Z-custom filed. We have defined our Z field in field catlog and structure CND_MAPT_ACS_REM_CUST so down loaded table in CRM and have the record in one of our access table.  Quest

  • Batch processing lens correction in LR3

    Hi folks, my questions today are best practise questions: First: What is the best way to apply the auto lens correction to already imported images in LR3? Second: Is it possibe to do auto lens correction during the import process?  Thanx for your sup

  • Will Photoshop Elements or Lightroom run on OS 9? [was: An upgrade or a downgrade?]

    I was considering buying my husband lightroom or photoshop elements for Xmas. He is currently using photoshop cs 8.0. He hasn't purchased a new cs because of the cost. It's out of our budget and he doesn't like subscription software. Does either prog

  • JDO object id problem when working with an appserver

    Hi, I'm running into a problem when passing a JDO object id as an argument to a bean. My client is finding a JDO object locally, then attempting to instantiate a bean which wraps the JDO object. Since the JDO object is not Serializable, I'm passing t