UIX/XML: Multicolumn layout for messageTextInput (urgent ...please)

I need to render a number of textInput UIX beans (and comboboxes a.s.o.) together with a label and render a small icon right next to it. Since our application renders a lot of theses controls on one screen, we want the controls to be aligned the following way:
LLLL___TTTTT I
LL_____TTTTTTTTT I
LLLLLL_TTT I
So, I want the labels left aligned one below the other, and the textInput fields should also be left aligned. (Like a table with one column for the labels and one column for the input textfields).
I only managed to get a layout like that, when using separate controls for the textInput and the label. This however this has the downside, that whenever I get a validator error message, it doesn't display the name of the controls that have an invalid value.
Is there any way to achieve such a layout with the message... controls?
Thanks

The easiest control to use for this layout is <labeledFieldLayout>:
<labeledFieldLayout>
<contents>
<messageTextInput .../>
<messageTextInput .../>
<messageTextInput .../>
<messageTextInput .../>
</contents>
</labeledFieldLayout>
You'll have to live with right-aligned prompts, which are a standard
enforced by all the messageXXX components.

Similar Messages

  • I created an account but haven't yet purchase any products yet! I'm a publisher launching  a magazine so i need something for design and making a layout for magazine! Please help is there a number i can talk to someone ?

    created an account but haven't yet purchase any products yet! I'm a publisher launching  a magazine so i need something for design and making a layout for magazine! Please help is there a number i can talk to someone ?

    Adobe Connect Support phone numbers
    or
    Cloud Plans https://www.adobe.com/products/creativecloud/buying-guide.html

  • UIX/XML: sideNav  layout problem

    We're using UIXPages with a sideNav. The page itself contains a number of headers.
    Whenever a header is rendered below the sidenav the entire header is on the left margin of the screen. However I think it looks better if all the headers are justified equally.
    So the layout I get now is:
    SSS HHHHH
    SSS HHHHH
    HHHH
    HHHH
    and what I want is:
    SSS HHH
    SSS HHH
    ___ HHH
    ___ HHH
    where S is the sideNav and H is a header with all its data.
    I tried putting all the headers in a tableLayout but that just didn't work, I always got the same layout.
    Is there any way to do that?
    Thanks,
    Guido

    Hm, tyour testcase works fine even when I added multiple levels of subheaders, but try my file.
    It has one header with a number of subHeaders and the last subHeader is not indented correctly.
    ok, the uix code is ugly but its supposed to work anyway - right?
    Thanks,
    Guido
    <?xml version="1.0" encoding="windows-1252"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller">
    <content>
    <pageLayout xmlns="http://xmlns.oracle.com/uix/ui">
    <start>
    <sideNav>
    <contents>
    <link text="Markets" destination="../common/markets.uix">
    </link>
    <link text="Characteristics" destination="../common/characteristics.uix">
    </link>
    </contents>
    </sideNav>
    </start>
    <contents>
    <dataScope xmlns="http://xmlns.oracle.com/uix/ui" xmlns:fti="http://www.ftisoft.com">
    <provider>
    </provider>
    <contents>
    <form method="POST" name="mainForm">
    <contents>
    <header text="issueaction">
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    <header text="issueactiondeclaration" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    <header text="issueactionoptions" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    <header text="issueactionoption" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    <header text="issueactionprocedure" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    <header text="issueactionparticipants" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    <header text="issueactionparticipant" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    <header text="issueactionparticipantdef" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    <header text="generalcomment" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    <header text="issueactionentitlementdates" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    <header text="issueactionentitlementdate" >
    <contents>
    <tableLayout>
    <contents>
    <rowLayout vAlign="top">
    <contents>
    <tableLayout>
    <contents>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    </contents>
    </tableLayout>
    </contents>
    </rowLayout>
    </contents>
    </tableLayout>
    </contents>
    </header>
    </contents>
    </form>
    </contents>
    </dataScope>
    </contents>
    </pageLayout>
    </content>
    </page>

  • TDS certificate form for philippines urgent please

    Hi All,
    Do we have any standard TDS smartform for Philippines. Any help will be appreciated in this concern.
    its very urgent....
    regards
    Gupta
    Edited by: PSNG on Apr 16, 2008 12:38 PM

    Hi,
    TDS is TAX DEDUCTED AT SOURCE is collected for many reasons. Depending upon the process, we need to capture in SAP.
    Fore more information in TDS, please check the links
    http://www.du.ac.in/coursematerial/ba/tax/Lesson-15.pdf
    http://incometaxindia.gov.in/etds_faqs.asp
    1.in vendor master record, withholding tax codes for payments are assigned.
    So, that's why it is deducted at the time of payment posting also
    Regards,
    Kumar(Reward if helpful).

  • Help on Procedure and trigger for updating(urgent please)

    SQL> / Table A
    CTUT_ID CTUT_COMPANY_NAME CURRT_USER_ID FMIS_ID CREATE_DA UPDATE_BY UPDATE_DATE
    1234 A 15-APR-03
    2222 B 15-APR-03
    3333 C 15-APR-03
    4444 D 15-APR-03
    5555 E 15-APR-03
    6666 F 15-APR-03
    150282 G oRACLE 23-APR-03
    1 H 15-APR-03
    2 I 15-APR-03
    3 J 15-APR-03
    150343 K TIGER 24-APR-03
    150305 L EXAMPLE 23-APR-03
    150342 M SCOTT 24-APR-03
    sQL >/ Table B
    Empno     Empname UPDATE_BY UPDATE_DATE
    1 AA
    2 BB
    3 CC
    4 DD
    What i need to do is i need to create an update trigger on both tables
    like create a procedure
    1)In procedure i need to check like
    IF TABLEA.CURRT_USER_ID = (SELECT USER FROM DUAL)
    THEN
    UPDATE_BY = (CURRENT_USER_ID of CTUT_ID)
    FOR EXAMPLE CURRENT USER_ID IS SCOTT THEN
    UPDATE_BY = 150342
    UPDATE_DATE = SYSDATE
    ELSIF
    UPDATE_BY <=> (CURRENT_USER_ID of CTUT_ID)
    THEN
    MESSAGE('USER IS NOT IN TABLE);
    END IF;
    and call that procedure in the update triggers
    FOR BOTH TABLES TABLEA,TABLEB
    i CREATED A PROCEDURE BUT IT IS NOT WORKING
    ANY HELP PLEASE
    CREATE OR REPLACE PROCEDURE UPDATE(
    UPDATE_DATE out DATE,
    UPDATE_BY out VARCHAR2)
    IS
    Uuser varchar2(20);
    Udate date;
    Ufound number(1);
    BEGIN
    SELECT USER,SYSDATE
    INTO Uuser,Udate from dual;
    SELECT count(*),CTUT_ID into Ufound,Uctut_id
    FROM TABLEA
    WHERE CURRT_USER_ID = Uuser
    Group by Ctut_id;
    IF (UFOUND = 1) THEN
    UPDATE_DATE := UDATE;
    UPDATE_BY := UCTUT_ID;
    END IF;
    EXCEPTION WHEN NO_DATA_FOUND THEN
    RAISE_APPLICATION_ERROR(-20001,'User Does not Exist');
    END UPD_CONSTITUENT;
    CREATE A TRIGGER :
    CREATE OR REPLACE TRIGGER TU
    BEFORE INSERT ON TABLEA
    FOR EACH ROW
    BEGIN      
    UPDATE(:NEW.update_date,
         :NEW.update_BY);
    END IF;      
    END;
    SQL> update TABLEA
    2 set CTUT_COMPANY_NAME = 'SCOTT TEST'
    3 WHERE FMIS_USER_ID = 'N';
    update TABLEA
    ERROR at line 1:
    ORA-04091: table TABLEA is mutating, trigger/function may not see it
    ORA-06512: at "UPDATE", line 12
    ORA-06512: at "TU", line 1
    ORA-04088: error during execution of trigger 'TU'

    Hi Mara,
    You are right thats what i want
    I have a table A
    EmpNo Empname Currtuser_id Update_date Updateby
    1 Denis Oracle
    2 Scott Scott
    3 Mara MMara
    1)what i need to do is when any user tries to update the table Table A
    Then the Trigger or procedure should check whether user is exits in table A in column currtuser_id
    If his user id exits in table A
    Then allow him to update the TABLE A
    and insert his EMPNO in UPDATE_BY
    and SYSDATE in UPDATE_BY
    He will do all this process using forms
    But i need to have trigger or procedure in database level for table
    2) I have another table like 10 tables
    Suppose TABLE B
    When user tries to update TABLE B
    Then the Trigger or procedure should check whether user is exits in table A in column currtuser_id
    If his user id exits in table A
    Then allow him to update the TABLE B
    and insert his EMPNO in UPDATE_BY
    and SYSDATE in UPDATE_BY
    3) I need to have a common Procedure and call that procedure in all tables in UPDATE TRIGGER
    Thanks for your help
    Thanks

  • User exit for VA02  - Urgent Please

    Hi,
    I got a requirement to develop USEREXIT for the sales district (Vbkd-bzirk) validation based on item category.
    It is for ITEM level i have to check the user entered value with my newly developed ztable.
    Can any one tell me whether MV45afzz is the suitable user exit for this requirement and what is the approach.
    Also please importantly tell me the structure will have the value in runtime
    Points guaranteed
    Regards,
    Raghu

    Yes, MV45AFZZ will be suitable for the same. Please have a look at below link for details about the same.
    http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Transport Realese Order for VOFM : urgent please

    Dear team,
    In VOFM transactions, I am creating a new routine for data transfer billing documents.
    After that I am changing the configartion by assigning new routine number in Copy controls of sales documents to billing documents.
    Here is my doubt.
    there are 2 request numbers associated with changes. so while tranporting these request, will there be any priority in releasing the CTS #.
    I mean first realese the work bench request then customization request.
    Thanking you.
    Regards
    venkat

    Hi All,
    Thanks for your replies, I have transported in order that I have created.
    But I am getting error.
    When I looed at that, I found that in RV60CNNN, The new routine which I have created in not there. this was in DEV and Not in QA.
    The Routine RV60CXXX, Where XXX in table name. it says there is no main program assiciated.
    please let me know.
    Thanks
    Venkat

  • UIX XML-BC4J: Bug on messageTextInput

    We have found a bug on the BC4J:messageTextInput tag because it doesn't use the value of "prompt" attribute to generate client validating messages.
    Message alerts displayed on browser are on the following form:
    Form Validation failures: a value must be entered for ''
    PS: this problem did not occur with BC4J:messageInput but we can't use it because it doesn't support the onSubmitValidater inner tag to specify the field type.

    Try explicitly setting the "id" to a unique value; that should fix the problem.
    It is a bug, but one that won't be fixed for 9.0.3.

  • Training & Events Management for Customers -- Urgent please

    In a scenario where Training and Events Management is to be implemented for Customers as attendees and not Employees, how do we get the attendee data?
                    Does it have to be obtained from Sales and Distribution Module?
                    What kind of data should exist in S&D -- is that Customer Master?
    Points would rewarded propmptly ..

    There is also the option of external perssons. T-code PSV8, and choose External Person.
    The benefit of using a full profile person object (ie. create an org unit for external persons) is that you can use requirement profiles. If simply want people to attend the course, give a qualification and possible charge i would recommmend eternal persons in TEM.

  • UIX: horizontal layout for messageRadioGroup

    Hello,
    We use UIX 2.1.7.
    In our application we have a few UIX xml pages that create a (dynamic) list of screen items based on database
    content. These screen items can be text items, date items, choise fields, checkboxes or radio groups, depending on what got queried from the database. In the UIX xml, we have implemented this by a table iterating over a DataObjectList with fields, and a switcher bean to render the corresponding UI widget for each field in the list.
    This all works very well, there is only one layout shortcoming we can't seem to fix. When rendering a field as a radio group, we use the messageRadioGroup tag, and use the childdata attribute to create the individial radio buttons. Unfortunately, these buttons are stacked vertically, while we would really like to have them horizontally because of the huge amount of screen space this would save (we sometimes have dozens of radio groups, all with 4 radio buttons. There does not seem to be a way to do that using the messageRadioGroup.
    I am aware of the possibility using the radioButton tag, but due to some issues with our (already very complex, conditional and nested) databinding and the code responsible for handling the screen when the user presses 'save', we REALLY prefer having just a single UI widget in the UIX page for a radio group, just as for all the other widget types as described above.
    Is there anything we overlooked in the messageRadioGroup tag, and if not will it be possible to include this functionality in a future release?
    Thanks!

    Peter -
    We would much prefer to avoid introducing new layout behaviors into the radioGroup - and encourage clients that require different types of layouts to use the radioButton component. In your case, it sounds like you might benefit from putting your "horizontal" radioGroup layout into a UIX template, so that it can be easily accessed from your uiXML pages. For example, here is a sample template which implements a horizontal layout for radio buttons:
    <?xml version="1.0" encoding="UTF-8"?>
    <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    targetNamespace="http://www.example.org/demo/templates"
    localName="horizontalMessageRadioGroup">
    <!-- define the template's type information -->
    <type base="ui:inlineMessage">
    <attribute name="childData" javaType="oracle.cabo.ui.data.DataObjectList"/>
    </type>
    <!-- define the content of the page -->
    <content>
    <inlineMessage data:prompt="prompt@ui:rootAttr">
    <contents>
    <flowLayout>
    <contents data:childData="childData@ui:rootAttr">
    <radioButton data:name="name@ui:rootAttr"
    data:text="txt"
    data:selected="selected"
    data:value="val"/>
    </contents>
    </flowLayout>
    </contents>
    </inlineMessage>
    </content>
    </templateDefinition>
    And here is a sample UIX page which uses both a standard messageRadioGroup as well as a horizontalMessageRadioGroup to render the same set of inline data:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
    xmlns:demoTmps="http://www.example.org/demo/templates">
    <templates xmlns="http://xmlns.oracle.com/uix/ui">
    <templateImport source="horizontalMessageRadioGroup.uit"/>
    </templates>
    <content>
    <dataScope xmlns="http://xmlns.oracle.com/uix/ui">
    <provider>
    <data name="RGData">
    <inline>
    <btn txt="Longer name" val="Val0"/>
    <btn txt="Name2" val="Val1" selected="true"/>
    <btn txt="Name3" val="Val2"/>
    </inline>
    </data>
    </provider>
    <contents>
    <labeledFieldLayout>
    <contents>
    <!-- First, a vertical group of radio buttons -->
    <messageRadioGroup name="group1"
    data:text="txt"
    data:value="val"
    selectedValue="Val2"
    type="radio"
    prompt="Verical Group"
    data:childData="btn@RGData"/>
    <!-- Now, a horizontal group -->
    <demoTmps:horizontalMessageRadioGroup name="group2"
    prompt="Horizontal Group"
    data:childData="btn@RGData"/>
    </contents>
    </labeledFieldLayout>
    </contents>
    </dataScope>
    </content>
    </page>
    Please give this solution a try and let us know the results.
    Andy

  • Urgent: How to create a new layout for portal lightframeworkpage

    Expert,
    I want to create a new layout for  external facing portal. I have created a new par project also in NWDS, but being new I do not know where to get "com.sap.portal.layouts.default.par" and other supporting libraries.
    Need an urgent help.
    Thanks in advance
    -Lave Kulshreshtha

    Hi,
    Look into this blog to know, how to write custom layouts:
    Nuts and Bolts of the External Facing Portal (EFP)
    Once you wrote your layout jsp, then declare it in portalapp.xml like this:
    <component name="example_narrowWide">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="ComponentType" value="com.sapportals.portal.layout"/>
            <property name="com.sap.portal.pcm.Title" value="2 Columns (Narrow:Wide)"/>
            <property name="com.sap.portal.pcm.Description" value="two-column layout displaying the narrow column on the right"/>
            <property name="com.sap.portal.reserved.layout.TagLibLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
            <property name="com.sap.portal.reserved.layout.TagLibHtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld"/>
            <property name="com.sap.portal.reserved.layout.TemplateFile" value="*yourLayout.jsp*"/>
            <property name="AuthScheme" value="anonymous"/>
            <property name="com.sap.portal.reserved.layout.Cont1" value="Left Column">
              <property name="plainDescription" value="Column 1"/>
              <property name="orientation" value="vertical"/>
              <property name="designClass" value="prtlPageConL"/>
            </property>
            <property name="com.sap.portal.reserved.layout.Cont2" value="Right Column">
              <property name="plainDescription" value="Column 2"/>
              <property name="orientation" value="vertical"/>
              <property name="designClass" value="prtlPageConR"/>
            </property>
          </component-profile>
        </component>
    As all the layout taglibs and required classes are in com.sap.portal.pagebuilder application, you should refer to it in your portalapp.xml SharingReference property.
    Try all this and if you have specific questions, let me know.
    Regards,
    Praveen Gudapati

  • *** XML MESSAGES (URGENT PLEASE) ***

    Hi,
    we are using XI 3.0 support pack 20, having some problem to XML messages to emil
    tr: SXMB_MONI  shows all alerts from different servers, and eamil only my user with Subject: Alert and attachment file...
    I didn't define any attachment file, or when I change continer variables nothing changed anyting...
    I am sending some screen shot please figure it out where i am getting mistake....
    http://www.flickr.com/photos/25222280@N03/
    and I am following this doc.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6ce51ae916
    Note: This is very urgent please
    Thanks in advanced

    I would start with fixing the "unable to convert sender system" error..
    Michals  blog for solution...
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    Regards
    Ravi Raman

  • Urgent please: Master-Deatils OAF Page for enter and Update data

    Hi all,
    i need your help to build master-details oaf page for Enter / Update data
    for example: We have Locations , Department , Employees tables
    all these tables on one oaf page (OAAdvancedTable)
    when user enter New Location and go to Enter it's Departments and for each department, he can Enter they employees.
    and Regarding to Update date:
    - when user select Location , Department table fetch all departments and user can update
    waiting your support for urgent please
    Regards
    Hany

    i do these Steps :
    1- Create LocationEO,DepartmentEO and EmployeesEO
    2- Create Association between LocationEO and DepartmentEO with one-to-Many relation (LocToDeptAO)
    3- Create Association between DepartmentEO and EmployeesEO with one-to-Many relation (DeptToEmpAO)
    4- Create View Object (LocationVO)
    5- Create DepartmentVO (and add LocationEO due to LocToDeptAO)
    6- Create EmployeesVO (and add DepartmentEO due to DeptToEmpAO)
    7- Creare View Link between LocationVO and DepartmentVO (Based On LocToDeptAO) --> LocToDeptVL
    8- Creare View Link between DepartmentVO and EmployeesVO (Based On DeptToEmpAO)---> DeptToEmpVL
    9- Add LocaionVO to Application Module, then add DepartmentVO Via (LocToDeptVL)
    10-Add EmployeesVO to Application Module Via (DeptToEmpVL)
    and Then Run Test AM, all data fetch sucessfully, and i can insert data with proper relations
    NOw, i want to implement this Business Logic in single oaf Page using 3 OAAdvancedTable (Master - Details -Details )
    Regards

  • Very Urgent :  Error Page protection violation: This may be caused by submitting a page that had not yet finished loading or by manual alteration of protected page items. For further assistance, please contact the application administrator.

    Hi,
    I getting this error press on upload button , its working in google chrome and firefox
    Error Page protection violation:
    This may be caused by submitting a page that had not yet finished loading or by manual alteration of protected page items.For further assistance, please contact  theapplication administrator.Contact your application administrator.
    Please help me any one

    First, please don't post questions/issues and start with "Very Urgent".  If you have an "urgent" issue I recommend you contact Oracle Support.  Second, if your issue is so urgent, I further recommend that you read this (url below) before going any further.  Posting questions without including product names, versions, and related information like platform, configuration and so on, will make it almost impossible for anyone to help you.
    http://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
    Finally, I am going to guess and say that you are having problems with Oracle Apex version 4.2.  If I am correct, I will tell you that this forum space is for Oracle Forms.  APEX questions should be posted here (below).  However, if you plan to post the same issue there, please consider reading the blog I mentioned above and follow its recommendations before posting anywhere else.
    https://community.oracle.com/community/developer/english/oracle_database/application_express

  • Dynamically changing the layout of thre report-urgent please

    Can we change the layout of the report dynamically during runtime for example:the user should have flexibility to change the width, size , position of columns before the report is displayed & also he choose some fields not to display as per his discretion.
    Mahesh

    There are several ways of doing this, it really depends on your requirements as to which is suitable. (There are probably other ways of doing this as well).
    - Try Reports XML Customizations
    This is available in 6i and allows you to create a report dynamically on the fly. The template used will also allow you to change the paper size as well. The main limitation is that you are relying only on Reports defaulting to create the layout for you. The advantage is that you can store all your information to create the report in meta-data which can be driven by another tool.
    - Use lexical parameters for queries and format triggers
    Here, you have a fixed layout but dynamically change the query columns to the correct order. You would normally standardise on a "character" column type in order to do this. Even though the layout is fixed, you can use variable sized fields to push objects around. This can be difficult to setup.
    - Use several layouts
    You're reducing the options for the user, but you can have several layouts in the same report and turn them on/off. Effectively creating differing views of the same data.

Maybe you are looking for

  • BEA Custom Data Transfer and non-BEA Producer Portals?

    Hello, I recently had a problem where my BEA 10 Consumer was not sending my BEA 10 Producer the user's x509 digital certifcate used in authentication. In a non-WSRP environment, the certs come over in the HttpServletRequest object. I was told that fo

  • Can I password protect a 6th generation nano?

    I just got a nano. I don't want to share it with the rest of my family. Can I set protection on it?

  • Studying for 1Z0-051, months_between issue

    Hi guys I'm working through SQL Fundamentals I Exam Guide and exercise 4-3 runs this query: SELECT EMPLOYEE_ID, LAST_NAME, HIRE_DATE FROM EMPLOYEES WHERE MONTHS_BETWEEN('01-JAN-2000',HIRE_DATE)>100; Looking at my sample HR schema the earliest hire_da

  • Send to FCP after reconforming

    The problem in steps - I sent a sequence to Color for grading - Graded all shots - Rendered - Sent to FCP - Replaced some media in the FCP sequence - Exported as XML - Back in Color, reconformed the current project (the one sent to FCP) against the X

  • Error sp2-0224 - invalid starting line number

    I am getting this error while running a sql script. Couldnt find the message in the server Messages. where would the online docs for this be located set linesize 200; set pagesize 1000; del host z:\ariba-files\sql\missinganids\linkdblog.txt; SPOOL Z: