Af:query alignment

hi experts,
am using jdev 11.1.1.5.0 using adfbc
am using one af:query following that af:panel box following that panelcollection following that af:table.
this entirre thing cumes some some panel tabbed.
so problem is
af:query holds
field1
field2
fieldn
so as i ealier said following this the fields of af:query
af:panel box following that panelcollection following that af:table. must shows
moreover 45% of af:panelbox showing with a window the scroll bar is also showing.
but
here my need is clear.
i want split the fields into two column or three column of af:query
eg:
af:query
fiedl1         field2       field3
field4        field5        field6
search button
is it possible in af:query.? if yes pls tel me the way.
is there any one?

Hi,
Did you try using maxColumns and rows attribute for af:query
See:
http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_query.html

Similar Messages

  • Value in Query align by left

    Hi Experts,
    I have a problem in B1 query.
    For example my query is as follow
    Select  1.001
    B1 query will show
    1   : align by right
    The  problem is that the value is not 1.001
    If I change the query
    Select  '1.001'
    B1 query will show
    1.001   : align by left
    The value is ok, but the alignment is left. How to let the value align by right?
    Glen

    That is normal behavior of query result.  The first one is number so that will be aligned right.  The second one is text so that will be left.  Everything within ' ' would be a text no matter it is letter or number.
    Thanks,
    Gordon

  • List item - Record Group Query - Alignment improper Order

    Dear All,
    When am trying to concatenate two columns using record group query and displaying in the list item, the alignment is not in proper order.
    E.g; Below is the columns and data's used in process:
    CODE_VALUE     SHORT_DESC     DESCRIPTION
    ROLL1     Customer - Non accidental     Production, booking with other carrier, bad projection.
    ROLL2     Customer - Accidental     L/C, B/L draft, Customs, Samples, AMS, LAR.
    ROLL3     ABC - Lack of empty     Lack of empty units.
    ROLL4     ABC CDE - Roll over     AGR RRR decision.
    ROLL5     ABC XXX - Accidental     IMO or OOG refused, operational problems, Cut & Run.
    ROLL6     ABC YYY - Fictive booking     Equipment buffer, dummy booking.
    Below is the record group query used in forms:
    PROCEDURE p_when_new_form_instance
    IS
    GROUP_ID recordgroup;
    list_id item := FIND_ITEM ('BLK_CONTROL.LI_ROLL_REASON');
    rg_name VARCHAR2 (20) := 'LI_ROLL_REASONS';
    status NUMBER;
    l_query VARCHAR2 (4000);
    BEGIN
    l_query :=
    'SELECT rpad(short_desc,50,'' '')||'' | ''||description description, code_value code_value FROM codes WHERE code_value IN (''ROLL1'', ''ROLL2'', ''ROLL3'',''ROLL4'',''ROLL5'',''ROLL6'')';
    GROUP_ID := CREATE_GROUP_FROM_QUERY (rg_name, l_query);
    status := POPULATE_GROUP (GROUP_ID);
    POPULATE_LIST (list_id, GROUP_ID);
    EXCEPTION
    WHEN OTHERS
    THEN
    pl_common.when_others;
    END;
    Moreover i have my list item font property by default as ""MS SANS SERIF" and when i run in Forms Builder am getting the alignment as below.
    Result:
    ====
    DESCRIPTION     CODE_VALUE
    Customer - Non accidental | Production, booking with other carrier, bad projection.     ROLL1
    Customer - Accidental | L/C, B/L draft, Customs, Samples, AMS, LAR.     ROLL2
    ABC - Lack of empty | Lack of empty units.     ROLL3
    ABC CDE - Roll over | AGR RRR decision.     ROLL4
    ABC XXX - Accidental | IMO or OOG refused, operational problems, Cut & Run.     ROLL5
    ABC YYY - Fictive booking | Equipment buffer, dummy booking.      ROLL6
    Above order is not the expected result as all the |(pipe) symbol should display in proper order as below.
    Expected Result:
    ==========
    DESCRIPTION     CODE_VALUE
    Customer - Non accidental | Production, booking with other carrier, bad projection.     ROLL1
    Customer - Accidental | L/C, B/L draft, Customs, Samples, AMS, LAR.     ROLL2
    ABC - Lack of empty | Lack of empty units.     ROLL3
    ABC CDE - Roll over | AGR RRR decision.     ROLL4
    ABC XXX - Accidental | IMO or OOG refused, operational problems, Cut & Run.     ROLL5
    ABC YYY - Fictive booking | Equipment buffer, dummy booking.      ROLL6
    I tried with RPAD and LPAD still the alignment issue is there; i know the issue is because of invariable length of the font.
    But is there any solution to override this it will be of great help.
    So please help!!!!!!!!!!!!!!!!!
    Thanks..................
    Regards,
    Sunil.G

    Hi Francois,
    Thanks for your reply. I have tried changing the font to "Courier(Western)" it is working fine.
    But as per the standards defined, it should be "Ms Sans Serif" nothing apart from that.So that is where the problem lies. :(
    Regards,
    Sunil.G

  • Report designer - query alignment

    Hi all,
    In report designer I have 2 queries with a top 10 condition on a characteristic in the rows and 1 key figure in the column. The report designer shows these reports as dynamic sections.
    Therefore I cannot place them horizontally next to each other, for layout purposes.
    Does anyone know how I can achieve this?
    thanks

    not possible

  • Error message:500 internal service error

    I am working on jsp in jdeveloper (10.1.3) on windows xp professional.
    I create emp.jsp and run it. i have an error message. I guess it is related with jsp:UseBean. jsp:UseBean can not call the class(database connection).
    would you help me?
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"
             import="java.sql.ResultSet"%>
    <html>
      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
        <title>employees</title>
        <link href="css/jdeveloper.css" rel="stylesheet" media="screen"/>
      </head>
      <body><h2 align="center">
          Employees
        </h2><h3>
          Find Employee
        </h3><p>
          <jsp:useBean id="empsbean" class="hr.DataHandler" scope="session"/>
        </p><p>
        </p><form action="employees.jsp">
          <p>
            <span class="bold">
              Filter by Employee name:
            </span><input type="text" name="query" align="middle"/><input type="submit"
                                                                          value="Filter"/>
          </p>
          <blockquote>
            <blockquote>
              <blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </form><p>
        </p><p>
          <%ResultSet rset;
    String query = request.getParameter("query");
    if (query != null && query != null)
      rset = empsbean.getEmployeesByName(query);
    else
      rset = empsbean.getAllEmployees();
    %>
        </p><table cellspacing="2" cellpadding="3" border="1" width="100%">
          <tr>
            <td>
              <h4>
                Number1
              </h4></td>
            <td>
              <h4>
                Name
              </h4></td>
            <td>
              <h4>
                Password
              </h4></td>
            <td>
              <h4>
                Email
              </h4></td>
            <td>
              <h4>
                Subject
              </h4></td>
            <td>
              <h4>
                Memo
              </h4></td>
          </tr>
          <%while (rset.next ())
        out.println("<tr>");
        out.println("<td>" +
          rset.getString("number1") + "</td><td> " +
          rset.getString("name") + "</td><td> " +
          rset.getString("password") + "</td><td> " +
          rset.getString("email") + "</td><td>" +
          rset.getString("subject") + "</td><td>" +
          rset.getDouble("memo") + "</td>");
        out.println("</tr>");
    %>
        </table></body>
    </html>If I run above jsp page in jdeveloper, i have the following error message
    500 Internal Server Error
    java.sql.SQLException: Fail to convert to internal representation     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:240)     at oracle.sql.CHAR.doubleValue(CHAR.java:496)     at oracle.jdbc.driver.ScrollableResultSet.getDouble(ScrollableResultSet.java:593)     at oracle.jdbc.driver.OracleResultSet.getDouble(OracleResultSet.java:1654)     at test2.jspService(_test2.java:56)     [test2.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    Wen

    sorry, it's my typo in data type.
    thanks

  • JSP screens at runtime

    how can i create JSP screens at runtime with just an XML file. this is my project for the college. actually i'm new to jsp and xml. i've got a mail which was sent by the guide to me. if u can understand what they are trying to explain, then plz help me out.
    following is the description of my project as given by my guide.
    Framework is designed to customize user needs in Less programming time and deliver with standard. Any Web based enterprise project requires maintenance of masters. These Operations at times have no business logic. Framework deals with such type of operations creating screens for programmer with just an XML file.
    In Framework request in the form of parameter is sent to Centralized Servlet.
    << Mention entries in web.xml >>
    Servlet reads the value of parameter by name "command". Servlet identifies the command and gets the respective handler and process the request in handler. A Handler is skeletal for servlet, which process the required logic for respective command. Handler helps in forwarding the request to another jsp through Servlet��s Request Dispatcher
    The below points can help u all in devloping the project, I mean the format and tags etc. Use this as the basis and try to search in the net to explore more on XML and develop u'r project.
    The XML file format is as follows:
    1. XML file.
    XML file name should be same as table name.
    For Eg:- If master maintenance screen has to be created for the table coursemaster, then the XML file name should be coursemaster.xml
    2. XML file structure.
    It has starting node by name Root. Which indicates parent node.
    <Root type = "ca" >
    Next specifies the child node under Root, which should be similar to the XML file name.
    <coursemaster type = "cp" >
    To specify the user-friendly module name, which can be displayed in UI screen. You need to use
    <Module name="coursemaster" col="2" />
    Note:
    The value, which you specify under name attribute, should be the value that is present in language properties file, which helps in displaying the heading in respective languages like German, English, Korean etc.
    The attribute col="2" specifies number of columns that the screen should display UI controls. The value specified should be only multiples of 2, i.e. 2,4,6,8 etc.
    All the field names , the order in which they occur, and fields used to list on screen for search page should be specified between <Attribute></Attribute> nodes.
    To specify order of controls that should occur on screen.
    <Order value="vccourseid,vccoursename,vcduration,vccredits,ifee" />
    Note:
    Fieldnames are separated by commas.(These are the fieldnames present in table)
    There should not be space between a comma and fieldname.
    To specify fields for querying.
    <QryResAttrs value="vccompanycode,vcunitcode,vcitemcode,dtvalidfrom,dtvalidupto" />
    Note:
    Here the fields, which are keys, and the fields, which are required through out the module, should be specified. First half should contain keys and then followed by fieldname for the rest of module.
    To specify type of controls for all fields and there property.
    The control properties are specified in <Attr> node with following attributes to specify properties.
    Name �� Value should be similar to fieldname in table and one of the attribute in Order node.
    Label �� Used to represent label on the screen, should be present in language properties file.
    Display �� control type, the following list of controls are present in e-easy framework.
    Design Algorithm:
    Step 1: In ��Framework��, request in the form of parameter is sent to Centralized Servlet.
    Step 2: The Servlet reads the value of parameter by the name ��command��.
    Step3: Servlet identifies the command and gets the respective handler and processes the request in handler.
    Step 4: Handler helps in forwarding the request to another JSP through Servlets Request Dispatcher.
    As soon as Servlet reads the parameter value for ��command��, it accesses AppMap.xml, which stores all information about command values, the respective handler and JSPs. The java class, which reads the contents of AppMap.xml and gets respective information through meaningful methods, is ApplicationMap.class. The structure of AppMap.xml is as follows.
    <command handler= ��handler_name�� jsp= ��JSPname.jsp��>
    The JSPs used in ��The Framework��:
    As the Controls are unknown, Display is unknown; Jsps puts the task to Tag Libraries to create Body for the jsps.
    When a request is forwarded to jsp, the jsp executes the TagLibrary present in it. Tag libraries are present in taglib folder in Web-Inf directory as reports.tld file.
    Class files for Respective Tag libraries and their actions.
    To provide heading to JSP page table.
    TagLibrary name is heading.
    Java file is com.ample.tag.FormHead.java
    <tag>
    <name>heading</name>
    <tagclass>com.ample.tag.FormHead</tagclass>
    <info> Tag for displaying form </info>
    </tag>
    To provide title to JSP page.
    <tag>
    <name>title</name>
    <tagclass>com.ample.tag.FormTitle</tagclass>
    <info> Tag for displaying title </info>
    </tag>
    To generate Body for JSP with Controls depending on particular table in database:
    <tag>
    <name>form</name>
    <tagclass>com.ample.tag.FormTag</tagclass>
    <info> Tag for displaying form </info>
    </tag>
    To generate label for jsp Controls depending on particular table in database:
    <tag>
    <name>label</name>
    <tagclass>com.ample.tag.FormLabel</tagclass>
    <info> Tag for displaying label</info>
    </tag>
    For example displaying ADD page, to add a record to database.
    All Form actions are carried out by tag library ��form�� which calls com.ample.tag.FormTag. Depending on ��command�� from servlet, respective jsps are displayed, which goes to FormTag with body message. In this case, Command=��create�� body message = CRE_USR . FormTag will read this message, and calls respective method to perform the task. The method reads the xml content with all specifications, and generates page writing back to page context of jsp.
    Xml file for coursemaster.xml
    <?xml version="1.0" ?>
    <Root type="ca">
    <coursemaster type="cp">
    <Module name="coursemaster" col="2" />
    <Key name="vccourseid" type="general" />
    <Attribute>
    <Order value="vccourseid,vccoursename,vcduration,vccredits,ifee" />
    <QryResAttrs value="vccourseid,vccoursename,ifee" />
    In the xml file, Query Attributes are
    <QryResAttrs value="vccourseid, vccoursename, ifee" />
    <Attr name="vccourseid" label="courseid" display="text" type="rp" format="String" width="24" table="coursemaster" read="+" write="+" update="-" query="+" jsfunc="isAlphanumeric" errmessage="Should be a String" align="right" />
    <Attr name="vccoursename" label="coursename" display="text" type="rp" format="String" width="24" table="coursemaster" read="+" write="+" update="+" query="+" jsfunc="isAlphanumeric" errmessage="Should be a String" align="center" />
    <Attr name="vcduration" label="duration" display="text" type="rp" format="String" width="24" table="coursemaster" read="+" write="+" update="+" query="+" jsfunc="isAlphanumeric" errmessage="Should be a String" align="center" />
    <Attr name="vccredits" label="credits" display="text" type="p" format="String" width="24" table="coursemaster" read="+" write="+" update="+" query="+" jsfunc="isAlphanumeric" errmessage="Should be a String" align="center" />
    <Attr name="ifee" label="fee" display="text" type="p" format="integer" width="24" table="coursemaster" read="+" write="+" update="+" query="+" align="center" jsfunc="isInteger" errmessage="Should be a Integer" />
    </Attribute>
    </coursemaster>
    </Root>

    Could it be that your import should state the package only, and not the class and therefore your're confusing the compiler?
    Example:
    From:
    <%@ page import="com.aquitecintl.procurement.item.SCItemCopyApp" %>
    <jsp:useBean id="iCpy" type="com.aquitecintl.procurement.item.SCItemCopyApp" scope="session" />
    To:
    <%@ page import="com.aquitecintl.procurement.item.*" %>
    <jsp:useBean id="iCpy" type="com.aquitecintl.procurement.item.SCItemCopyApp" scope="session" />

  • Alignment and restriction of Custom field in SAP query report

    Hi Experts,
    I have one custom field in query report(SQ01) called Amount in local currency which is calculated based on Amount in document currecy * exchange rate.
    But this field values are coming in left alignment instead of right alignment so how i should get in right alignment and second issue is how i can restrict field value to only 2 decimals.
    I tried the below link "http://media.techtarget.com/searchSAP/downloads/SAP_Query_C7.pdf" but the steps they mentioned are not appearing in SQ01 for example in that link they mentioned to click Basic List option for advanced steps but when i click i goes directly to field list with field groups on left pane
    Please provide solution for this.
    Thanks&Regards,
    narasimha

    Hello narasimha,
    In the Infoset when you create the additional field, enter an existing SAP table field that has type CURR in the parameter labeled LIKE Reference.  For example you can enter BSAK-DMBTR as a value. When you select the additional field in the query, the currency will also show.
    Kind Regards,
    Rae Ellen Woytowiez
    Edited by: Rae Ellen Woytowiez on Apr 25, 2011 11:27 PM

  • Spatial query to find all partially aligned lines

    Hi There.
    I need to find all partially aligned polylines in the layer (interiors have 1-dimentionali intersection). Actually, polylies may a little fluctuate along each other, but that spatial disjointment shouldn't exceed some certain tolerance. It doesn't matter if polylines are touching each other or cover.
    What spatial operators/functions will you suggest to use to perform that stuff?
    For example next lines for me are partially aligned in tolerance 0.01 (query result is TOUCH):
    select sdo_geom.relate(
    mdsys.sdo_geometry(2002,null,null, mdsys.sdo_elem_info_array(1,2,1), mdsys.sdo_ordinate_array(1,1,4,4)),
    'determine',
    mdsys.sdo_geometry(2002,null,null, mdsys.sdo_elem_info_array(1,2,1), mdsys.sdo_ordinate_array(1.1,1,3.015,3)),
    0.01) relationship
    from dual;
    Note: I can't use buffers because it isn't stable for me :( see: SDO_GEOM.SDO_BUFFER failed with ORA-13050
    Thank you in advance, Denis.

    Thank you for quick response!
    The lines are valid at that tolerance.
    I think that TOUCH+COVERS+COVEREDBY will not be sufficient for me. Because I'm interested in next cases: OVERLAPBDYINTERSECT, INSIDE, CONTAINS, COVERS (any operator which includes overlapping for lines). I can use union of all those masks, but TOUCH will return me many redundant candidates (Often lines are touch but not overlapping, like: (1,1,2,2) VS (2,2,3,3)). The TOUCH works for me if one poliline touches the other and goes along it some time (like I showed above). Hope I was clear :).

  • Aligning fields horizontally in af:query component

    Hi friends,
    i am developing a search region using the named criteria of my VO by dragging it. This created an af:query component in the search region. However the fields are displayed in rows in the search region. I want to align these fields so that all the fields are displayed in a single row. also how can I set the length of the fields.
    Any ideas or hints how to do this.
    Thanks in advance
    Edited by: user9197772 on May 20, 2013 3:58 AM

    Hi,
    Check
    http://www.jobinesh.com/2011/01/customizing-component-display-by.html
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e12419/tagdoc/af_query.html

  • af:Query label alignment

    hi all,
    please suggest me how to align labels of <af:query> component to left edge of the column without using css ,
    <af:query id="qryId1" headerText="Search" disclosed="true" partialTriggers="::cb10"
    value="#{bindings.myvo.queryDescriptor}" fieldWidth="50%" labelWidth="50%"
    model="#{bindings.myVOCriteriaQuery2.queryModel}"
    queryListener="#{pageFlowScope.mybb.queryOperation}" displayMode="simple"
    resultComponentId="::tblSrch" binding="#{pageFlowScope.intUser.qrySrch}"
    saveQueryMode="hidden" modeChangeVisible="false"
    type="flow" rows="2" maxColumns="3" />

    Hi Frank,
    thanks for ur reply
    my jdeveloper version is 11.1.1.4.0 ,
    af:query uses a panelFormLayout component internally, which by default aligns the labels to the right at the start of the component. the same i had seen in below url demo
    http://jdevadf.oracle.com/adf-richclient-demo/faces/components/skinningKeys/quickQuery.jspx?_afrRedirect=679290447253982
    if i check checkboxes i am able to see all the appplied style selectors right side
    i tried to achieve my requirement by creating separate css style sheet by following below steps
    first i created MyCustomSkin.css under WebContent/Skins/MyCustomSkin.css
    af|query.CustomQueryPanel::criterion-label {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-align : left;
    then
    i configured the same css in trinidad-skins.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
    <skin>
    <id>MyCustomSkin.desktop</id>
    <family>MyCustomSkin</family>
    <extends>fusion.desktop</extends>
    <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
    <style-sheet-name>skins/MyCustomSkin.css</style-sheet-name>
    </skin>
    </skins>
    i confiured the same in trinidad-config.xml
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <debug-output>false</debug-output>
    <skin-family>MyCustomSkin</skin-family>
    </trinidad-config>
    in UIfragment.jsff
    inside <af:query comonent specified StyleClass="CustomQueryPanel" />
    still i didn't get the desired ouput i.e., left alignment of the labels
    please suggest me some solution

  • Default Query Template - Graph axis label alignment

    We have BW3.1 and are using a modified Default Query Template. I am trying to set the alignment of the labels on the x-axis to diagonal (bottom-left to top-right) and although the preview shows the correct alignment, when used in conjunction with a query it defaults to vertical.
    It works fine if I develop a specific web template for a query, but not for adhoc queries.
    Any suggestions?

    I'm guessing this happens at 30 degrees as well: Bug 10199188 : CHARTS X AXIS LABEL IS BLURRED AT 45/60 ANGLE
    This bug was apparently fixed in the 11.1.1.6.6 Patch Set. Oracle Support does not have a workaround for this either.
    Please award points if helpful/correct.

  • Af:query Search Field Alignment

    Please find the attached screen shot. How do I align all the field .. I tried 2 options
    1. setting control hint display width to 80 for all the fields in VO, but the lovs length gets adjusted based on the content not on the control hint.
    2. tried css , set [https://plus.google.com/photos/109667023340649686514/albums/5690475423202585553?authkey=CKGUoJaZt728wAE]
    af|query::criteria-column
    af|query::criterion     
    af|query::criterion-label
    af|query::criterion-label-top
    af|query::criterion-content
    to text-align: left;
    but neither of this two approaches seem to work ...
    Is there a way where I can align all the field to a display width, say, 80
    thanks

    I found a workaround for this
    .CustomQueryPanel tr[_rowkey='0'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='1'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='2'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='3'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='4'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='5'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='6'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='7'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='8'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='9'] input{
    width: 330px !important;
    Found in thread JDev 11g: Width of selectOneChoice & inputLOV in Query Panel
    It is working fine for me, if I give af:query the styleclass CustomQueryPanel
    btw, am using Jdev Version :
    Studio Edition Version 11.1.1.5.0
    Build JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013

  • Right align numeric field in query

    How do i embed the html code in the query to right align a query column?
    I tried this query
    select '<span style="color:red;text-align:right;">' || totals || '</span>' as Totals from mytable
    The result is comes as red color but the text is not right aligned.

    You have to replace &lt; by & lt; -> remove the space between & and lt;
    BTW, why not use the "Column Alignment" property of a report column?
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Keeping SharePoint Query Data and Excel Manual Entry Data Aligned

    Greetings!
    I've been trying to find the best place to ask this question, so I'm hoping this is close enough to on-topic for this forum.
    I have an Excel 2010 workbook that includes a table linked to my SharePoint 2013 site by a data connection. The SharePoint list feeds the table standard information that's managed on the SharePoint site, but I need the user of the Excel workbook to be able
    to enter text manually in the workbook to associate local information with the line-items coming from the SharePoint list. To do this, I've added extra columns to the end of the table. This is not just text entered into columns to the right of the data table,
    but rather the data table is extended to encompass the adjacent columns, so my expectation was that the rows of the table should hold some level of "identity" to associate the manually entered text with the corresponding data coming from the SharePoint
    site.
    The user can enter information in the appropriate cells in the "extra" columns at the end of the table, but when I refresh the data connection, the addition of a new list item on the SharePoint side results in the user's manually entered text getting
    out of alignment with the row it's supposed to be associated with.
    Example
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    Item 2
    Text entered for Item 2
    Row 3
    Item 3
    Then, if I add a new item to the list in SharePoint, for example, something that would appear between the original items 1 & 2, after refreshing the table, I get the following:
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    New Item 1.5
    Text entered for Item 2
    Row 3
    Item 2
    Row 4
    Item 3
    The table's data connection is set to insert rows for new items, and I could swear I had this working properly once upon a time...but I can't seem to make it work now.
    Any thoughts on what would cause this?
    Thanks in advance!

    Hi,
    Thanks for visiting our forum.
    I'm glad to find you have get the explain from MSDN forum. I'll put the link here and it'll benefit for other communicators.
    http://social.msdn.microsoft.com/Forums/office/en-US/b3bbe00c-94c0-48d4-bed9-fbd08d707b1d/excel-table-with-sharepoint-data-connection-manual-text-entry-misaligned-after-refresh?forum=exceldev
    Have a good time.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Query regarding alignment of data in Application server

    My requirement is to download data to the application server. To get an aligned output, i need to give offset position manually for each input.
    For example :
          lw_outtab+0(15) = in_itab-matnr.
          lw_outtab+25(10) = in_itab-vkorg.
              append lw_outtab to i_outtab.
            Instead of manualy giving the offset position  
    Is there is any function module to get an aligned output in the Application server directly.
    And also i would like to know if color formating is possible for the downloaded data.
    ...Waiting for ur suggestions.
    Regards,
    Dhana...

    Hi Dhanachezhiyan,
    In order to get alligned data in an outputfile to application server you could do something like this:
    Define your own types (of course you can add as much fields you need)
    TYPES: BEGIN OF ty_in_itab,
             matnr(15) TYPE c,
             buf01(10) TYPE c,
             vkorg(10) TYPE c,
             buf01(10) TYPE c,
           END   OF ty_in_itab,
    Make sure that the length here is equal to length of ty_in_itab
           ty_outtab(100) TYPE c.
    Define your own tables/workarea's
    DATA:  in_itab   TYPE ty_in_itab OCCURS 0 WITH HEADER LINE,
           in_outtab TYPE ty_outtab  OCCURS,
           lw_outtab TYPE ty_outtab.
    Logic to fill in_itab.
        MOVE CORRESPONDING VBAK TO in_itab.
        APPEND in_itab.
    After this filling logic do your trick
      LOOP AT in_itab.
        lw_outtab = in_itab.
        APPEND lw_outtab TO in_outtab.
      ENDLOOP.
    And afterwards download it
    Hope this sample will help you along.
    Regards,
    Rob.

Maybe you are looking for

  • Cisco ASA 5505 and comodo SSL certificate

    Hey All, I am having an issue with setting up the SSL certificate piece of the Cisco AnyConnect VPN. I purchased the certificate and installed it via the ASDM under Configuration > Remote Access VPN > Certificate Management > Identity Certificates. I

  • Ipod + Water = not working

    Ok so I dropped my Video 5th Generation Ipod in a bucket of water while it was one and in a case. I quickly got it out of the water, dried it with a cloth and then blow-dried it (I know apparently its not good but i hadnt seen the msg here before it

  • Scheduling program in background

    Hi All    I have scheduled a program with selection screen in background.    I have scheduled it to run every minute . when I go to sm37 and check it shows the job my job name and against it it say 'Released' .   Why doesn't my program start in backg

  • Mounting CDROM as normal user about to pull hair out....

    Hi everyone.... I'm about up to my wits end trying to allow my normal user to mount and unmount my cdrom drives... Here's my /etc/fstab # /etc/fstab: static file system information # <file system> <dir> <type> <options> <dump> <pass> none /proc proc

  • Adobe 6.0 won't work with windows 98

    I bought 6.0 without reading the fine print. When I tried to install it, I found out that I need Windows 2000 or higher. I can't upgrade to windows 2000 due to conflicts with other programs I'm running. Does anyone have any ideas on how to make 6.0 w