Table layouts change in browsers.

Hi All DW8 users,
I have this problem which I can't locate an answer for
although I am sure there is one in the data base already.
I created a template for a site and while testing the layout
I noticed that all the different browser display the content in a
completely different way. I there any way to keep thing even partly
consistent as it look nothing like it does when I actually design
the page.?
Thanks guys,
Lloyd Codrington

Could you post the URL - or code? Difficult otherwise.
Jo
"lloydcodrington"
<[email protected]> wrote in message
news:e2a6r0$7h$[email protected]..
> Hi All DW8 users,
> I have this problem which I can't locate an answer for
although I am sure
> there is one in the data base already.
>
> I created a template for a site and while testing the
layout I noticed
> that
> all the different browser display the content in a
completely different
> way. I
> there any way to keep thing even partly consistent as it
look nothing like
> it
> does when I actually design the page.?
>
> Thanks guys,
> Lloyd Codrington
>

Similar Messages

  • Preview in browser table layout changes

    When I preview in Browser my layout og table cells changes...
    I get some white spaces between 2 graphics... any reason for
    that... what should I be checking.. thanks

    boom73 wrote:
    > When I preview in Browser my layout og table cells
    changes... I get
    > some white spaces between 2 graphics... any reason for
    that... what
    > should I be checking.. thanks
    If your slicing is uneven, the table is exploding and you'll
    need to use
    spacers or nested tables.
    Choose File > HTML setup. Click on the Table tab. For
    Space with, choose
    1 pixel transparent spacers, or nested tables.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    http://www.adobe.com/communities/experts/

  • ALV - Reflect layout change into internal table

    I have an ALV :
    CALL METHOD grid1->set_table_for_first_display
                EXPORTING I_STRUCTURE_NAME = 'Z_ALV_STRUCTURE_01'
                          IS_VARIANT = GS_VARIANT
                          I_SAVE = X_SAVE
                CHANGING IT_OUTTAB = itab
                         IT_FIELDCATALOG = gt_fieldcat_lvc1[].
    This internal table itab has for example the fields: matnr, plant, stock, vendor
    If for example the user changes the sequence of the columns in the ALV grid display into: stock, plant, vendor, matnr
    Is there an easy way to get the layout change reflected in my internal table or is the only possibility to built dynamically a new internal table based on the front end field catalog?
    Kind regards
    Frank

    Hi
    Can't u use the std icone to create an excel file?
    Anyway in this case you should use the method get_frontend_fieldcatalog in order to get the status of the catalog and so fill the table for the excel in the right way.
    I believe the problem should be on how to create the table for the excel, i.e. you need to consider the sequence of the fields in ordert to create the table for the excel.
    Max

  • [JHS 10.1.2]  Table layout not warning for losing changes

    I have a table layout in which I can change data.
    When I change data but don't commit (or in case of end-users forget) and navigate to the next 10 records in the table I get no warning that I will loose my changes.
    I guess this is fixed in production version? Could you please confirm this.
    Regards,
    Marcel

    Marcel,
    The JHeadstart 10.1.2 release notes of the latest 10.1.2 build mention a JDeveloper bug 4509014. Can you check if this explains your problem?
    Does your page include file upload? If not, then you can avoid this bug by setting formSubmitted=true on the table. The latest build of JHeadstart 10.1.2 already generates this correctly.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Problem with "Row-specific or Cascading Lists in Table Layout"

    Hello, friends!
    I have read article "Row-specific or Cascading Lists in Table Layout" written by Steven Davelaar. I have maked several table layouts with this technique and it worked fine.
    But now I have one problem, and this problem is very strange. One of VOs for which I use this table layouts throw exception after commit changes on first LOV attribute (Deptno). First time it was error
    (oracle.jbo.ReadOnlyAttrException) JBO-27008: for atribute mgrList
    at oracle.jbo.AttrValException.<init>(AttrValException.java:112)
         at oracle.jbo.ReadOnlyAttrException.<init>(ReadOnlyAttrException.java:40)
         at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:815)
         at oracle.jbo.jbotester.JboTesterUtil.setData(JboTesterUtil.java:173)
    Then I setted updateable property of MgrList attribute to always and now i have this error:
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.util.List with value:[{}]
         at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:721)
         at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:85)
    I don't know why, but all worked fine yestarday. And same code works fine for another VOs. And article Test application works fine too.
    Help me, please.
    Thank you.

    <table id="OsnovaniyaPrikazEnd" model="${jhsTableBindings.OsnovaniyaPrikazEnd_1B}" detailDisclosure="${uix.eventResult.detailData}" partialRenderMode="multiple" partialTargets="messageBox _uixState " proxied="true" alternateText="${nls.NO_ROWS_FOUND}" width="50%" rendered="${bindings.newGroup_end2Iterator.findMode!='true'}">
    <tableFormat tableBanding="rowBanding"/>
    <contents>
    <formValue value="${uix.current.rowKeyStr}" name="rowKeyStr" id="${ui:concat('OsnovaniyaPrikazEnd:rowKeyStr:',uix.current.tableIndex)}"/>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'Id')}" text="Id" required="yes"/>
    </columnHeader>
    <contents>
    <messageTextInput id="${ui:concat('OsnovaniyaPrikazEnd:Id:',uix.current.tableIndex)}" model="${ui:cond(uix.current.isNewRow,null,uix.current.newGroup_end2Id)}" text="${uix.current.OsnovaniyaPrikazEndId}" name="Id" promptAndAccessKey="&Id" rows="1" maximumLength="1" columns="1">
    <onSubmitValidater>
    <decimal/>
    </onSubmitValidater>
    </messageTextInput>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'IdPrikaz')}" text="IdPrikaz"/>
    </columnHeader>
    <contents>
    <messageTextInput id="${ui:concat('OsnovaniyaPrikazEnd:IdPrikaz:',uix.current.tableIndex)}" model="${ui:cond(uix.current.isNewRow,null,uix.current.newGroup_end2IdPrikaz)}" text="${uix.current.OsnovaniyaPrikazEndIdPrikaz}" name="IdPrikaz" promptAndAccessKey="&IdPrikaz" rows="1" maximumLength="1" columns="1">
    <onSubmitValidater>
    <decimal/>
    </onSubmitValidater>
    </messageTextInput>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'IdOsnovanie')}" text="&#1053;&#1072; &#1086;&#1089;&#1085;&#1086;&#1074;&#1072;&#1085;&#1080;&#1080;"/>
    </columnHeader>
    <contents>
    <messageChoice id="${ui:concat('OsnovaniyaPrikazEnd:IdOsnovanie:',uix.current.tableIndex)}" model="${ui:cond(uix.current.isNewRow,null,uix.current.IdOsnovanie)}" name="IdOsnovanie" promptAndAccessKey="&IdOsnovanie" selectedValue="${uix.current.newGroup_end2IdOsnovanie}">
    <contents childData="${jhsTableBindings.Osnovaniya_not_viewVO_1T.rangeSet}">
    <option value="${uix.current.Id}" text="${uix.current.Text}"/>
    </contents>
    <primaryClientAction>
    <firePartialAction event="whenListChanged" formSubmitted="true" unvalidated="true" targets="${ui:cond(uix.current.isNewRow,'OsnovaniyaPrikazEnd', 'OsnovaniyaPrikazEnd')}"/>
    </primaryClientAction>
    </messageChoice>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'IdMoves')}" text="IdMoves"/>
    </columnHeader>
    <contents>
    <messageChoice rendered="${uix.current.ListLength>'1'}" id="${ui:concat('OsnovaniyaPrikazEnd:IdMoves:',uix.current.tableIndex)}"
    model="${ui:cond(uix.current.isNewRow,null,uix.current.OsnovaniyaPrikazEndIdMoves)}" name="IdMoves" promptAndAccessKey="&IdMoves"
    selectedValue="${uix.current.newGroup_end2IdMoves}">
    <contents childData="${uix.current.MovesList.inputValue}">
    <option value="${uix.current.Id}" text="${uix.current.Fam1}"/>
    </contents>
    </messageChoice>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" columnDataFormat="iconButtonFormat"/>
    <columnHeader>
    <text text="&#1059;&#1076;&#1072;&#1083;&#1080;&#1090;&#1100;?"/>
    </columnHeader>
    <contents>
    <checkBox name="deleteRow" value="ok"/>
    </contents>
    </column>
    </contents>
    </table>
    Thank you.

  • Upgrading E1 from 8.12 tools 8.97.2.1 to 9.0.2 tools -need db table layouts

    Where can I find a net change E1 812 vs. E1 9.0.2 document regarding specifically database table layouts when considering table conversion. For example, if the table layout for the F0911 table in E1 9.0.2 has changed as compared to the same in E1 8.12 with respect to added fields, deleted fields, changed fields, etc.
    Thanks

    Hi,
    https://support.oracle.com/CSP/ui/flash.html#tab=KBHome%28page=KBHome&id=%28%29%29,%28page=KBNavigator&id=%28viewingMode=1143&from=BOOKMARK&bmDocDsrc=KB&bmDocID=705511.1&bmDocType=REFERENCE&bmDocTitle=JD%20Edwards%20EnterpriseOne%20Applications%20Programmer%27s%20Guide%20Xe%20to%209.0%29%29
    Best Regards.
    Bruno Condemi

  • Apex 4.2.1: Region table layout and pagination

    See https://apex.oracle.com/pls/apex/f?p=57688:2
    Theme 24, table-based layout. Page template = One Level Tabs, Left Sidebar.
    All 4 regions are report regions using the report region and 2-column portlet as the region and report templates respectively.
    Regions 1.1 and 1.2 are supposed to be in the same row in different columns so 1.1 has New Grid=Yes and 1.2 has New Column=Yes. Ditto for 2.1 and 2.2
    1. Trial and error shows that simply changing the Pagination of report region 1.1 from None to Bottom-Right causes the layout to shift such that 1.2 moves to a grid row by itself! What is going on here? Surely a "trivial" change like whether pagination is displayed or not shouldn't cause such a major layout change. Am I missing something?
    2. Regions 2.1 and 2.2 stick together. How can we add some breathing room between them?
    3. If the page template is changed to One Level Tabs, No Sidebar, the behaviour changes. All the regions are rendered in 1 column, ignoring the New Column grid layout setting. Why is this?
    4. In general, with all the layout changes in 4.x, I was under the impression that, when using a HTML Table based page template, simply using the New Grid/New Row/New Column, etc attributes on the Region attributes would be sufficient to build pages with intuitive, declarative layouts with arbitrary "boxes" laid out on the page, regardless of the content/region type. But that doesn't appear to be the case.
    Can some CSS expert (here's looking at you, Paul) please share some insights on how all this works?
    Thanks

    VANJ wrote:
    Can some CSS expert (here's looking at you, Paul) please share some insights on how all this works?Hi Vikas
    Regions 1.1 and 1.2 are supposed to be in the same row in different columns so 1.1 has New Grid=Yes and 1.2 has New Column=Yes. Ditto for 2.1 and 2.2With table-based region layout I'm getting a Column number selector rather than a New Column switch.
    1. Trial and error shows that simply changing the Pagination of report region 1.1 from None to Bottom-Right causes the layout to shift such that 1.2 moves to a grid row by itself! What is going on here? Surely a "trivial" change like whether pagination is displayed or not shouldn't cause such a major layout change. Am I missing something? No abstruse CSS here, just Pagination Sub-template and table-less layouts coming home to roost.
    Unlike the majority of report templates, the 2-column portlet report template doesn't have an outer HTML <tt>table</tt> to act as a container for the engine-generated pagination <tt>tr</tt>. The pagination row is thus treated by the browser as starting a new row in the current open table&mdash;the region layout. Having the pagination <tt>tr</tt> injected into the 2-column portlet source turns it into tag soup. The whole thing spectacularly fails HTML validation.
    I expect the official Oracle line is that 2-column portlet reports are not supposed to use pagination.
    2. Regions 2.1 and 2.2 stick together. How can we add some breathing room between them?Add this rule to the page Inline CSS. This will add some space on the left of all region cells except the first in the row.
    .regionlayout td+td {
      padding-left: 10px;
    3. If the page template is changed to One Level Tabs, No Sidebar, the behaviour changes. All the regions are rendered in 1 column, ignoring the New Column grid layout setting. Why is this?If this is the layout shown in your link above then I'm not reproducing it. Can you upload an export of your app and provide a link to it?

  • Delete in Table Layout gives JHS-00101

    Hello JHeadstart Team,
    I'm using jdev 10.1.3.1 and jhs 10.1.3 (SU1).
    In my application I have 2 master-detail pages (master = form layout, detail = table layout). In both pages the delete action does not work, i.e. selecting a delete checkbox and pressing the save button gives JHS-00101: No changes to save !?
    Select, Insert and Update work fine!
    Log:
    07/02/22 10:03:16 [907] (39985) ApplicationPoolImpl.reuseReferencedInstance(2172) Reusing a cached session application module instance
    07/02/22 10:03:16 [908] (0) ApplicationPoolImpl.reuseReferencedInstance(2172) Reusing a cached session application module instance
    10:03:16 DEBUG (JhsPageLifecycle) -Executing prepareModel, page=/pages/GEWGemeindedatenBenutzerdefiniert/KulissenBenutzerdefiniert.jspx, pagedef=KulissenBenutzerdefiniertPageDef
    10:03:16 DEBUG (JhsNavigationHandlerImpl) -Executing checkRoles
    07/02/22 10:03:16 [909] (109) DCBindingContainer.internalRefreshControl(2314) **** refreshControl() for BindingContainer :KulissenBenutzerdefiniertPageDef
    07/02/22 10:03:16 [910] (0) DCIteratorBinding.getViewObject(1224) Resolving VO:KulissenBenutzerdefiniertView1 for iterator binding:KulissenBenutzerdefiniertIterator
    07/02/22 10:03:16 [911] (0) DCIteratorBinding.getViewObject(1224) Resolving VO:KulissenzuordnungenView1 for iterator binding:KulissenzuordnungenIterator
    07/02/22 10:03:16 [912] (16) DCJboDataControl.syncWithForceOption(1248) *** DCDataControl.sync() called from :DCBindingContainer.refresh
    07/02/22 10:03:16 [913] (0) JboBeanUtils.getProperty(81) *** Using bean introspection to lookup value :currentRowIndexInRange
    10:03:16 DEBUG (JhsPageLifecycle) -executing processModelUpdaters
    10:03:16 DEBUG (JhsCollectionModel) -KulissenzuordnungenCollectionModel: Executing processNewRows
    10:03:16 DEBUG (JhsCollectionModel) -KulissenzuordnungenCollectionModel: KulissenzuordnungenTable new row 0 ignored, no attributes updated.
    10:03:16 DEBUG (JhsCollectionModel) -KulissenzuordnungenCollectionModel: KulissenzuordnungenTable new row 1 ignored, no attributes updated.
    10:03:16 DEBUG (JhsPageLifecycle) -executing validateModelUpdates
    10:03:16 DEBUG (JhsPageLifecycle) -executing onCommit
    10:03:16 DEBUG (JhsNavigationHandlerImpl) -handleNavigation action=null, outcome=Commit
    10:03:16 DEBUG (JhsPageLifecycle) -Executing prepareRender, page=/pages/GEWGemeindedatenBenutzerdefiniert/KulissenBenutzerdefiniert.jspx, pagedef=KulissenBenutzerdefiniertPageDef
    07/02/22 10:03:16 [946] (125) DCBindingContainer.internalRefreshControl(2314) **** refreshControl() for BindingContainer :KulissenBenutzerdefiniertPageDef
    07/02/22 10:03:16 [947] (0) DCJboDataControl.syncWithForceOption(1248) *** DCDataControl.sync() called from :DCBindingContainer.refresh
    07/02/22 10:03:16 [948] (31) JboBeanUtils.getProperty(81) *** Using bean introspection to lookup value :currentRowIndexInRange
    In the ADF BC Tester the application modules run properly, the delete action as well.
    Why is there no call to (JhsCollectionModel) -KulissenzuordnungenCollectionModel: Key of row that will be removed: oracle.jbo.Key?
    How can I debug?
    Is there something wrong in the model level or view level?
    Thanks in advance
    Peter

    Hello again,
    I found the reason for the described behaviour:
    If I check "Use Table Range?" in the detail block the delete action works, if I turn off this attribute the delete action gives JHS-00101.
    Can you verify this ?! My workaround for the meantime is to set the Number of rows that should be displayed to a very high number.
    Regards
    Peter

  • How to apply style sheets to table layout

    hi i want to apply styles to my table layout region, i gave style sheets which are in OAF myhtml\OA_HTML\cabo\styles but i dint find any changes in my table layout, can any give one give me an idea of how to do it....

    Check the OAF personalization guide for details on custom CSS. It won't be possible for me to summarize the whole thing here.
    --Shiv                                                                                                                                                                                                                                                                               

  • If I copy/duplicate a page my css-layout changes

    If I copy/duplicate a page my css-layout changes, even though the pages are identical and use the same (external) css-file.
    This is what happens:
    I have a 2-column fixed css container. The sidebar and mainContent align perfectly on the original page, but on the duplicate page the mainContent suddenly moves to the right (it somehow adds the width of the sidebar to the margin of the mainContent).
    Does anyone know what to do about this?
    Thanks!

    Hang on. I just checked, and it only happens in the design-view inside dreamweaver. When I preview the pages in my browsers (Safari and Opera, still need to check in IE) the problem doesn't occur. So it isn't as big of a problem as I thought it was. Still very annoying though, so if anyone knows how I can fix the problem in the design/split-view, thanks...

  • Need help with paging in table layout

    Hi
    I am creating a basic table-form page with around 5000 rows in database table that needs to be displayed.
    However what i see after creating the table form page and adding detail groups i loose paging in the table layout.
    This is however undesirable.I cannot think of what is exactly making this happen there are no significant changes that i have made to the application.
    If I could know what possibly is causing the change, help would be appreciated.
    I can discuss this in detail.

    Which version of JHeadstart are you using?
    What do you mean with "i loose paging in the table layout"? Are the previous/next set and drop down list to select a range no longer displayed?
    Can you reproduce this in the HR demo applcation?
    If you remove the detail groups again, is pagination then working again.
    Steven Davelaar,
    JHeadstart team.

  • Chagning the color used to display table layout

    Hello Guys,
                  Can i change the background color used to display the table layout in KM? Where do we specify these settings? Is it possible to modify existing layouts?

    Hi Neil,
    In the config UI, you can change the "Row Background Style" for the Table Collection Renderer. Typically, you would duplicate the ConsumerTableCollectionRenderer and make your custom settings to the copy. Make sure to click "Show Advanced Options" to see this property. This does not let you explicitly set the color, but allows you to choose the coloring schme. To change the colors, you would need to change them for all tables. Alternatively, you could also change the iView background. It is also possible to change the "Column Header Coloring", but I think this only affects lists, I do not think it affects the table collection renderer, but you might try it. If you just want to just play around, you can set the rendering properties in the Presentation page in Details for an individual folder. This is generally the quickest way to figure out what to set to achieve what you want. I know I am missing some of the specifics you asked, but you should find those answers in the normal documentation. I just wanted to let you know that you could change the scheme - where you have alternating, separator lines, etc.
    Regards,
    Darin
    Message was edited by: Darin Krasle

  • IW44 Layout Change

    Hi Experts
    Business would like to modify the IW44 layout.
    For example.
    When you hit IW44, you can see lot of Columns will be displayed in the screen. There is a column call "Confimation Text", you can see this when you scroll right side.
    Business would like to bring this "Confirmation Text" column much a head to make it user friendly. He wanted to bring this column next to "Rem.Work" and "Unit" Column.
    Is there any setting to modify the layout in Standard, or we need to modify the standard IW44 program, your suggessions please.
    Thanks in Advance
    Regards
    Sadiasan

    Sadiasan,
    Try the little button in the top right-hand corner of the two tables in IW44 (see link for more details)
    Adjusting Table Controls - Changing the SAP Standard (BC) - SAP Library
    Item Category in Maintenance Order
    PeteA

  • Database "TABLE" name change is NOT reflecting on Designer Security

    Hi all members,
    version: BOXI 3.1
    I have change the table name in my Database for some particular reason.
    After changing the name from "A_Table" to "B_Table" it is updating the objects "select"  information correctly by itslef. BUT for security in (Manage Access Rights) old Table name is showing.
    Manaul correction is the only way for it? Can this be updated automatically.
    What is the way to achieve it through SDK.
    Kindly any member guide me.
    I have number of tables to change and each have number of securities applied in universe.
    Thanks in advance
    Regards,
    Izhar

    Universe access security is encapsulated separate from the Universe unv itself.
    Rather, it's a SI_KIND='Overload' InfoObject instance, accessible using the BusinessObjects Enterprise SDK.
    Sincerely,
    Ted Ueda

  • In BI Publisher RTF table layout issue for invoice printing

    Hi,
    I am working on check printing and invoice printing project on bi publisher and i am facing one issue. That is i have used section break on check priting so because of that if the the records are more than 20 then check will print on second page and on first page there would be void printed othervise it should print on first page only. In this case the preprinted stationary is not having invoice table form. we are using blank preprinted stationary to print this .
    Now i have done with invoice and cheque layout but in output if the number of records are more than 20 then its going to second page but the problem is that invoice table break into two parts and and the end lineof table layout is not coming on first page .even on second page i am not getting start layout line to make complete table outline.
    I want that full table layouton both the pages of the table. i have tried to to create table skeleton and used it as a watermark to print all the records on it but it is coming in to the middle of the page .so it not working.
    Please anyone knows the solution on this problem please let me know or share your thoughts on this issue.
    As i have tried many options but still stuck into this issue .Kindly help me.
    Regards,
    Prachi G.

    Hmmm ... sounds like a regression bug.
    I would contact support, provide, the version you are using, layout template, sample XML data, 2000 RTF output and 2003 RTF output and ask them to investigate.
    Tim

Maybe you are looking for

  • Help with sales table fields

    hi! can someone help me in finding the following fields from vendor tables: confirmed sales order quantity on order sales order quantity open PO quantity moving average price outstanding delivery PO thanks, Srikanth.

  • How to create a text object at runtime?

    Hi, I am using crystal reports for visual studio 2010 and using c# to programming. I need to create  a text object in a specific section like section 2. and also I need to control the text object's position and text. I tried to move a object like: re

  • How to create a Crystal Report to connect to Oracle

    Hi, When I create a Crystal report to connect to SQL Server, I create a stored procedure to get all data I need and connect to it from Crystal Report.(In the stored procedure, I created temp tables, used cusor etc to run data.) But now I need to use

  • Warning ACPI tables not in reclaim memory

    Hi, When booting the system from a DCA i was getting an error Warning: ACPI tables not in reclaim memory prom_panic:Kmem_free block already free Entering boot debugger [12ff05] To get around this problem I downloaded the patch 110930-03 and made a im

  • Reg- Selection screen in Dialog Programing

    Dear Friends,                   I have developed one Dialog program. In that i have to select profit center like from and to option. Apart from i want to select more profit ceneter also. Now my problem s i designed form,to and more fielsd also. If i