Create the field assessment

Nice day

I am trying to create a field that allows the user to scroll on several small bitmaps, and then click to set a note, similar to that in iTunes. I have currently a horizontal field Manager, to which I add 5 bitmap fields. I load two bitmaps, _selected and _unselected that I want to set the bitmap according to the location of the trackball.

Right now, when I say each bitmap field, I used the onFocus() and onUnfocus() the value of the field bitmap _selected or _unselected methods.  This allows only the individual bitmap to be set.

I want to take place: the user scroll from left to right, the icons who marched to show _selected, and then as they go back to set the icons to the right of the cursor to be _unselected. How can I do this? I try to use the getSelectedIndex() of horizontal field Manager that I use. Where should I this resident code?

Thank you

Mike

Thanks Peter.

I solved it by using the onFocus method in each Bitmap field to call a function. The function gets the index of the field with emphasis in Manager that bitmaps are in, and then I used a simple switch/case to set the bitmap for the bitmaps selected or unselected fields. There may be other ways, but it seems to work.

public void updateIcons(){int rating = _hfm.getFieldWithFocusIndex();      switch(rating)      {           case 0:         {               _bm1.setBitmap(_Selected);              _bm2.setBitmap(_NotSelected);               _bm3.setBitmap(_NotSelected);               _bm4.setBitmap(_NotSelected);               _bm5.setBitmap(_NotSelected);               break;          }           case 1:         {               _bm1.setBitmap(_Selected);              _bm2.setBitmap(_Selected);              _bm3.setBitmap(_NotSelected);               _bm4.setBitmap(_NotSelected);               _bm5.setBitmap(_NotSelected);               break;          }//etc...}

And then I add to select, in each area of the bitmap.

protected boolean navigationClick(int status, int time)             {        saveRating();              return true;             }

Thank you

Mike

Tags: BlackBerry Developers

Similar Questions

  • Create the field of 3D point cloud

    Hello

    There is one called VI: create some height to craete Field.vi control of 3D image surface.

    "Converts a table of values 2D to a 3D height field and apply field to a 3D object that appears in a 3D scene.

    It should be fine for me (this function is interpolated the surface), but I [x, y, z] 3D cloud, where the coordinates are not equidistant points. As I understad the VI can display cloud contact equidistant points. How can I use this tool to display my data?

    I tried the Mesh.vi create to display my cloud of points, but I really need the interpolated also surface. Could you give me a few points to guide how and where to do now?

    Thanks in advance,

    Hi D60!

    Sorry for the late reply.

    Is your problem still not solved?

    If Yes, I looked for examples that use the VI create height field.

    I found a code example on the community: https://decibel.ni.com/content/docs/DOC-4765

    If your data points are sampled on the same rhythm, you can use the interpolation to achieve the same length.

    I guess the simplest is to use the Mathscript node to do this, as in this example: http://zone.ni.com/reference/en-XX/help/371361F-01/lvtextmath/msfunc_interpolate/

    Or this VI could be used for the same purpose: http://zone.ni.com/reference/en-XX/help/371361J-01/gmath/interpolate_2d/

    Let me know if my suggestions helped. If you have any questions, feel free to post them.

    Best regards

  • Cannot open EM after you have created the field in 11g

    Hi all
    I installed a weblogic server and created a field of the ADF. After that, I am unable to open the EM console. We are able to open the console only.
    Could someone help us solve this problem

    REDA

    Hi reda,.

    "em" application gets installed and deployed with SOA suite. Is that what you have installed SOA suite? If not, then you can do it and then create a domain with SOA/extend the current domain to include SOA and then try to access em.

    Kind regards
    Anuj

  • Cannot create the field

    Hello

    I have installed the version of weblogic 12.1.2 Server tries to create the domain

    Try to run the config.cmd in the path C:\Oracle\Middleware12cV2\Oracle_Home\oracle_common\common\bin

    A command window will open and closing fast, I could not able to check the newspaper.

    Kindly help

  • WLST Script to create the field of OSB with Oracle XE

    I installed oracle Service bus 10.3 with Oracle XE on a CentOS linux distribution. Everything went well. I created a default domain with the Wizard (so with Pointbase). Now, I want to go a little further. So I want to automatically create a domain OSB for Oracle XE. I used the following script (I borrowed from another thread ;-))):

    -----
    import sys

    Print "@ from the script...» »

    Try:
    domaintarget = "/ apps/bea/user_projects/domains/test2.
    domainUser = "weblogic.
    wl_home='/apps/BEA/wlserver_10.3'
    workshop_home='/apps/BEA/workshop_10.3'
    osb_home='/apps/BEA/osb_10.3'


    def configOraDB (dataSource):
    CD (DataSource)
    URL = "jdbc:oracle:thin:@localhost:1521:XE".
    Set ('URL', URL)
    Set('DriverName','oracle.) JDBC. OracleDriver')
    cmo.setPasswordEncrypted (domainUser)
    CD (' Properties/NO_NAME_0/Property/user')
    Set ('Value', domainUser)
    CD ('. /.. /.. /.. /.. /.. /.. / JdbcConnectionPoolParams/NO_NAME_0 ')
    cmo.setTestTableName ('dual')


    # Open a field template.
    readTemplate (wl_home + ' / common/templates/domains/wls.jar')

    CD (' Servers/AdminServer')
    together ('ListenPort', 7002)
    Set('ListenAddress','')


    CD('/')
    CD (' Security/base_domain/user/weblogic')
    cmo.setName ('weblogic')
    cmo.setPassword ('weblogic')
    setOption ('OverwriteDomain', 'true')
    writeDomain (domaintarget)
    closeTemplate()

    readDomain (domaintarget)


    addTemplate (workshop_home + ' / common/templates/applications/workshop_wl.jar')
    addTemplate (wl_home + ' / common/templates/applications/wls_webservice.jar')
    addTemplate (osb_home + ' / common/templates/applications/wlsb.jar')

    configOraDB('/JdbcSystemResources/wlsbjmsrpDataSource/JdbcResource/wlsbjmsrpDataSource/JdbcDriverParams/NO_NAME')
    configOraDB('/JdbcSystemResources/cgDataSource/JdbcResource/cgDataSource/JdbcDriverParams/NO_NAME')
    configOraDB('/JdbcSystemResources/cgDataSource-nonXA/JdbcResource/cgDataSource-nonXA/JdbcDriverParams/NO_NAME')



    updateDomain()
    closeDomain()


    except:
    dumpStack()
    Print "unexpected error:", sys.exc_info () [0]
    lift
    -----

    This creates a pretty empty field, as I have not yet created a real database. The command I found was

    loadDB ('10g ','wlsbjmsrpDataSource ')

    that will load the appropriate tables (of OSB/dbscripts /..)

    The problem is that I have no schema/user created in Oracle XE. So, I can manually create this but is not what I want to do. I also want to be scripted. So, how can I do this or is this not the way to go. You always manually create users on the database for three data sources (cgDataSource, wlsbjmsrpDatasrouce, cgDataSource-nonXA) before running a script to make a loadDB. Or do I run some kind of script create_user.sql or something.

    A second issue is that I can't find the scripts for the databases for cgDataSource and cgDataSource-nonXA data sources. They should be somewhere in workshop_10.3 but I can't find them. So, what is the problem here, I have to do a loadDB('10g','cgDataSource') or that eventually an error?

    My last question is I want to change the ALSB_DEBUGPORT (7 something) and debugging of the FMV of port (8453) in my script, how can I do this? I had another instance that already use these ports, so this won't work...

    My preference would be to invoke wslt by ant. This way Weblogic specific configurations can be addressed using WSLT and generic configurations (create DB users) can be done using ant.

    The files SQL to create tables required for the OSB are present in/MiddlewareHome/Oracle_OSB1/dbscripts/oracle. Try to run manually by using the Ant sql task. Create DB users is also possible using the same Ant SQL task http://ant.apache.org/manual/CoreTasks/sql.html.

    There are several ways you can do. I use http://ant.apache.org/manual/CoreTasks/replace.html as shown below in an Ant macro. Similarly, you can replace the ALSB_DEBUGPORT debug port and jvm debugging.

              
         



              
         


              
         


              
         


              
         


              
         


    Maury

  • Create a field in the rules file

    Hi all

    I hope that you all made great.

    I had an obligation to create a field at the entrance to souce as follows

    input source will be 7 characters and must create a field by taking the last three characters and last clandestine figure into a double-digit figure and create a join between the characters of 5th6th, then the two last digits character separted.

    for example

    If source is 2000187

    We have 187 and then create a field in the 18-07

    tried a few options but not able to succeed

    Help, please

    Kind regards

    VT

    You can do this as follows:

    1. use 187 and Split option field to create 2 fields as 2000

    2 divide this again applied for 18 and 7

    3. create the field using text like '-0 "

    4 fields of fusion in 2 and 3

    Don't know much performance, but for files small, it should be ok...

  • Create the function object with custom connector ICF

    Hello

    I develop a Custom Connector ICF. When put into service a user, the user is created on the target correctly, but the process remains on the status of 'Provisioning '. When I check the log file, I see the following error message:

    [oim_server1] [ERROR] [] [ORACLE. IAM. CONNECTORS. ICFCOMMON. Prov. ICPROVISIONINGMANAGER] [tid: [ASSETS].] [ExecuteThread: '21' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: c4b0db765c688017:-2d2de9cf:13c04b25533, :-8000-0000000000002b20, 0] [APP: IOM #11.1.2.0.0] oracle.iam.connectors.icfcommon.prov.ICProvisioningManager: createObject: error while creating user []
    java.lang.IllegalArgumentException: null field label does not exist
    at oracle.iam.connectors.icfcommon.service.oim9.OIM9Provisioning.getFieldName(OIM9Provisioning.java:174)
    at oracle.iam.connectors.icfcommon.service.oim9.OIM9Provisioning.setFormField(OIM9Provisioning.java:63)
    at oracle.iam.connectors.icfcommon.service.oim11.OIM11Provisioning.setFormField(OIM11Provisioning.java:299)
    at oracle.iam.connectors.icfcommon.prov.ICProvisioningManager.createObject(ICProvisioningManager.java:277)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpICFCREATEOBJECT.CREATEOBJECT(adpICFCREATEOBJECT.java:109)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpICFCREATEOBJECT.implementation(adpICFCREATEOBJECT.java:54)
    at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2492)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:3181)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:753)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:604)

    Thank you
    Fyigit
    There is no such thing as the NULL field label

    You must create the field back in the form of process and map this field with search for provisioning. In this research CodeKey should be your form field in process and Decode __UID__

    Test again commissioning...

  • ' Run the Scripts of "give a problem to create the domain portal

    Hi all.

    I'm new to weblogic portal development. Was trying to create my basic example of portal in weblogic_portal_10.3.4 with the help of the documentation. I get by running scripts when I was creating the field. I followed the procedure below please help me if you find any problem with my steps.

    1. downloaded and installed Weblogic_Portal_10.3.4 in my environment of windows 7.

    2. start eclipse for weblogic portal.

    3 open prospective portal in eclipse.

    4. click on the Server tab and selected 'Oracle WebLogic Server 11 GR 1 material (10.3.4)'

    5 open "Domain Configuration Wizard"

    6 selected the option button "create a new Weblogic domain.

    7. in the next screen to "generate an automatically configured domain to take in charge the following products.

    selected radio button "Weblogic Portal 10.3.4"

    8. in the next screen given DomainName

    9. the next screen provided that the password/confirm password for the administrator user

    10. in the next screen select JRocket SDK and development_mode for my domain.

    11. in the next screen just left all the default configurations for data sources. (not the data source is selected in their boxes)

    12. in the screen following just clicked the button 'Next' and 'OK' on my popup

    13. in this screen "p13nDataSource" is selected on my top left area of the window, all 3 SQL files are selected for data loading.
    Clicked on * "run the script."


    At this point, I get an error saying: "60839-CFGFWK: database Load Failed!




    java.lang.Exception: SQLException when you run the file file:/C:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/seq_drop_tables.sql
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:183)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)
    Caused by: java.sql.SQLNonTransientConnectionException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    at org.apache.derby.client.am.SQLExceptionFactory40.getSQLException (unknown Source)
    at org.apache.derby.client.am.SqlException.getSQLException (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    ... 1 more
    Caused by: org.apache.derby.client.am.DisconnectException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:273)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1674)
    Caused by: java.net.ConnectException: connection refused: connect
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket. < init > (Socket.java:375)
    at java.net.Socket. < init > (Socket.java:189)
    at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:206)
    at org.apache.derby.client.net.OpenSocketAction.run (unknown Source)
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)


    CFGFWK-60839: database load failed!









    Please help me if you find any problem with the steps I took to create my weblogic_portal_domain.

    I followed the steps mentioned in the: http://docs.oracle.com/cd/E15919_01/wlp.1032/e14252.pdf to create my domain name to start the development of portal.

    Those are the WLP 10.3.2 instructions. But the 10.3.4 instructions in the tutorial (http://docs.oracle.com/cd/E26806_01/wlp.1034/e14252/setup_dev_env.htm#i1014619) are bad, too.

    In 10.3.4 with derby, Run the Scripts doesn't work; He still needs to work the other database (Oracle, SQL Server, etc.). Instead, for the derby, just create the field, accepting any dialog boxes warning on databases that arise. After that finish in the field directory, run create_db.cmd (for Windows) or create_db.sh (on * nix and Mac). It should create the derby database files in the field and includes everything you need.

    I'll send a note to get the updated documentation.

    Greg

  • What is the component used to select contact in the field "to:" when create new sms on BB OS 4.6?

    Does anyone know which component is used to select contact in the field "to:" when create new sms on BB OS 4.6? What is KeywordFilterField? If yes - how to customize it to make it look like the sms app? Can you give us some examples of code? I'm new in development for BB and I need this functionality in my application.  I will be very appreciate for any help!

    You will need to implement your own field full auto in this case.

  • [ADF, JDev12.1.3] SelectOneChoiche created from VO instance with 3 fields: how to retrieve the value of all the fields of the selected element?

    Hallo,

    I defined a VO with 3 fields (A, B and C) and I would like to create a SelectOneChoiche that shows only the field as options from this instance of VO.

    In a managed bean, I need to retrieve the values for all areas (A, B and C) of the item selected by the user.

    I started dragging the entire VO instance to UI to create a SelectOneChoiche (in which I have chosen to show only the to field).

    Then, I created a for the SOC ValueChangeListener read the values A, B and C of the selected element, but the only thing I've done is to get the displayed value:

    System.out.println((String) ((RichSelectOneChoice) FacesUtils.findComponent("MySoc")).getValue());
    

    You kindly help me?

    Thank you

    Federico

    Federico, sorry I didn't see your answer.

    As you use 12.1.3 you can do this more easily than the code that I posted before. You can use

    {} public void onCountrySelection (ValueChangeEvent valueChangeEvent)

    FacesContext will involve = FacesContext.getCurrentInstance ();

    Make sure that the selection change is processed and the current link lov line has the new selected line

    valueChangeEvent.getComponent () .processUpdates (contxt);

    BindingContext lBindingContext = BindingContext.getCurrent ();

    BindingContainer lBindingContainer = lBindingContext.getCurrentBindingsEntry ();

    List JUCtrlListBinding = lBindingContainer.get ("CountryId") (JUCtrlListBinding);

    the newindex in not necessary, but ok let's get it (must be equal to the CountryId, the pharmacokinetics of the binding of the lov

    String newindex = (String) valueChangeEvent.getNewValue ();

    get the selected value in the list that is the selected line of the binding of the lov

    Line lFromList = list.getSelectedValue () (line);

    now, we can get the attributes of the line of lov

    String s = (String) lFromList.getAttribute ("CountryId");

    System.out.println ("CountryId:" + s);

    String s2 = (String) lFromList.getAttribute ("CountryName");

    System.out.println ("CountryName:" + s2);

    BigDecimal s3 = lFromList.getAttribute("RegionId") (BigDecimal);

    System.out.println ("RegionId:" + s3.toString ());

    }

    The form that I use is based on the location of the HR DB schema table. The CountryId is configured in the view object to display a lov based on the campagneVoir. This view contains thre CountryId, CountryName and RegionId attributes.

    If you want to get to the attributes of an action listener you can use this code

    {} public void onGetSelectedCountryLov (ActionEvent actionEvent)

    BindingContext lBindingContext = BindingContext.getCurrent ();

    BindingContainer lBindingContainer = lBindingContext.getCurrentBindingsEntry ();

    List JUCtrlListBinding = lBindingContainer.get ("CountryId") (JUCtrlListBinding);

    get the selected value in the list that is the selected line of the binding of the lov

    Line lFromList = list.getSelectedValue () (line);

    now, we can get the attributes of the line of lov

    String s = (String) lFromList.getAttribute ("CountryId");

    System.out.println ("CountryId:" + s);

    String s2 = (String) lFromList.getAttribute ("CountryName");

    System.out.println ("CountryName:" + s2);

    BigDecimal s3 = lFromList.getAttribute("RegionId") (BigDecimal);

    System.out.println ("RegionId:" + s3.toString ());

    }

    You must add the valueChangeListener and at least add the lines

    FacesContext will involve = FacesContext.getCurrentInstance ();

    Make sure that the selection change is processed and the current link lov line has the new selected line

    valueChangeEvent.getComponent () .processUpdates (contxt);

    to ensure that the selected line is available when you click the button.

    And set autosubmit'= true for the field in the UI that displays the LOV.

    Timo

  • My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

    Mr President

    My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

        public static final int PURQTY = AttributesEnum.Purqty.index();
        public static final int STAXRATE = AttributesEnum.Staxrate.index();
        public static final int UNITPURPRICE = AttributesEnum.Unitpurprice.index();
        public static final int SALQTY = AttributesEnum.Salqty.index();
        public static final int UNITSALPRICE = AttributesEnum.Unitsalprice.index();
        public static final int PARTICULARS = AttributesEnum.Particulars.index();
        public static final int AMOUNT = AttributesEnum.Amount.index();
    

    Can keep us in digital format.

    Concerning

    No.... These int values not the type of display object attributes. These integers is the index of attributes.

    To determine the type of the VO attributtes, you should see the Get accessor of the attribute and the setter

    as

      /**
       * Gets the attribute value for the calculated attribute CountDockets.
       * @return the CountDockets
       */
      public BigDecimal getCountDockets()
      {
        return (BigDecimal) getAttributeInternal(COUNTDOCKETS);
      }
    
      /**
       * Sets value as the attribute value for the calculated attribute CountDockets.
       * @param value value to set the  CountDockets
       */
      public void setCountDockets(BigDecimal value)
      {
        setAttributeInternal(COUNTDOCKETS, value);
      }
    

    This means that the attribute type CountDockets BigDecimal

  • How to create the equivalent of 'field with AutoComplete text' in a report updated

    I have a region based on a relationship of type "SQL Query (updateable report)". "

    The table that the report is based on a a comment field that users should be able to update.  Currently, it is defined as ' display as '-text field, to allow users to change.

    I want to be able to provide users a standard set of comments from which they can choose, if they wish, OR to put in another comment or to choose a standard comment and change, that is very much like a drop-down list box.

    Other types of fields can be defined as "text field with AutoComplete", which would be fine if I could put it on this area, but in such field, on this type of regions, it is not possible.

    Is it possible that I can create a work around to get the same effect.

    Thank you

    Dave

    Hello

    It turns out that due to my need is satisfied by the standard features.

    I was looking for "offering users a standard set of comments from which they can choose, if they wish, OR to put in another comment or to choose a standard comment and change, IE a lot as a combo box"

    The answer is a Popup LOV.  (As opposed to a Select list).

    Selecting a popup LOV will bring back the text in the field AND ALLOW the EDITION. And if you do not use the context menu, you can always change the field.

    If you want to get AutoComplete on it as well, then try code of Jari.

    Dave

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • Create the map lead fields

    Hi - I hope it is easy.

    I'm having a problem of mapping a new field we have created in SFDC and Eloqua called list of choice range employee.

    It is created in both systems, but I can't understand how it be mapped using the functions provided in the field mapping.

    I just want to have show in red below so that the values are passed in SFDC.

    I hope someone can help out me on this one.

    Thank you - Blake

    On your right, select the employee Beach list field, click the field drag the field SFDC (yellow highlight field that you have demonstrated). See this too CRM Integration: external calls

    If you want to know more about the integration of the pick list feature, see my response in this post errors of Salesforce integration because of country / state.

    Thank you!

    Please let me know if you face problems in the present.

  • Auto create the value of a given field based on the range of percentage in another area

    Hello, people forum!  I am trying to create a field that fills a score based on the percentage in another area.  To this end, I have a field that autocalculates a percentage based on two other fields.  I would be close to a third field which, for example, the rate less 75% 2... 75 - 85% 3... and more than 85% 4.  I can't understand the syntax to make it happen, can anyone of you help?

    For the edification, my percentage field looks like:

    Calculation of the percentage of rock - use the number Format "percentage".

    If (this.getField("RockTotalQ").value == 0) {}
    Event.Value = 0;
    } else {}
    Event.Value = this.getField("RockComplQ").value/this.getField ("RockTotalQ") .value;
    }

    Thank you.

    You can use something like this than the calculation script custom in the other field (make sure that it appears after the 'Percentage of Rock' field in the calculation order, if!):

    var v = this.getField("Rock Percentage").valueAsString;
    if (v=="") event.value = "";
    else {
        v = Number(v);
        if (v<=0.75) event.value = 2;
        else if (v<=0.85) event.value = 3;
        else event.value = 4;
    }
    

Maybe you are looking for

  • Impossible to get free 3D glasses to work on the Qosmio F750

    Hello I tried to make it work on my Qosmio F750 without success. whenever I try to not calibrate the 3D using the face recognition, theres no poping window until the recognition of face, am I missing any driver?

  • my printer hp officejet pro 8600 n9911n series has a "ghost in the machine".

    My printer HP Officejet Pro 8600 Premium position of outgoing fax, and then numbers appear, usually of 9 and 6 randomly.  As soon as it starts, I can't abandon this process without turning off the printer.  My firmware, drivers are all to date. It's

  • Update BIOS Y500 Lenovo where?

    I was wondering how can I update my BIOS when I have my laptop. I see not the available BIOS updates when you look in the SOFTWARE & DRIVER section.

  • small unreadable text

    I recently installed Windows 7 and when I go on a site of games, games Pogo or Yahoo Games, the game and the police becomes very weak and almost unreadable. Can anyone help please?

  • HP m8120n no Ethernet in the Device Manager and not detected

    Hey all: I have a desktop HP Pavilion Media Center m8120n (product sheet here) and I recently did an installion of installation clean factory, Windows 7 Pro 64 bit with a DVD retail of Windows. I managed to get the drivers for almost everything, but