Creating a list of Table

Hello

I'm converting my existing application WED in the native application of BB. I would like to create a list that is rendered as a table, as shown in the attached picture. The number of columns is determined dynamically. Can someone please help me with this? Thanks in advance.

Thanking you,

Kind regards

S.A.Norton Stanley

Hi all

The following link has helped me solve my problem:

http://Pastie.org/282759/wrap#

Kind regards

S.A.Norton Stanley

Tags: BlackBerry Developers

Similar Questions

  • Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?

    Hi all


    We use JDeveloper Studio Edition Version 12.1.3.0.0 and deployed on GlassFish Server Open Source Edition 3.1.2.2 (build 5) and connect to the SQLServer database.


    Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?



    I did a POC sample on it. I can share with you. I can't put in my dropbox because dropbox is blocked in my network. Share your email. I'll send the POC through

  • create the list-range partition table

    Database version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi

    I am trying to create a partition with beach-LIST table, and I get this error message, is the oracle 10.2.0.4 database supports to create the list range (composite) score


    {
    SQL > CREATE TABLE tbp_list_range
    (
    DATE OF REPORT_DATE,
    member_id_01 varchar2 (2),
    Date of DATE_SERVICE,
    member_id varchar2 (15)
    )
    PARTITION OF LIST (member_id_01)
    SUBPARTITION BY RANGE (DATE_SERVICE)
    (
    PARTITION SPTYR04M01_C VALUES ('AA', 'aa')
    NOLOGGING
    COMPRESS)
    SUBPARTITION PTYR12M011 VALUES LESS THAN (TO_DATE (' 2012-01-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN ')),
    SUBPARTITION PTYR12M021 VALUES LESS THAN (TO_DATE (' 2012-02-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN ')),
    SUBPARTITION recent1 VALUES LESS THAN (MAXVALUE)
    ),
    PARTITION SPTYR04M01_Yo VALUES ('BJ', 'bj')
    NOLOGGING
    COMPRESS)
    SUBPARTITION PTYR12M01 VALUES LESS THAN (TO_DATE (' 2012-01-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN ')),
    SUBPARTITION PTYR12M02 VALUES LESS THAN (TO_DATE (' 2012-02-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN ')),
    SUBPARTITION recent2 VALUES LESS THAN (MAXVALUE)
    )
    )
    /
    SUBPARTITION BY RANGE (DATE_SERVICE)
    *
    ERROR on line 9:
    ORA-00922: missing or not valid option


    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    AMT for Linux: release 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production

    }

    Any help would be greatly appreciated.

    Thank you

    There are no ladders of partitioning in 10g either.

    Have a look here for partitioning methods: http://www.orafaq.com/wiki/Composite_partitioning

  • How to create a list of button by using the names of a table

    Hi, I want to create an application that displays detailed information about something. for example, as the profile of the users. my application will read an xml response from the server that contains the list of the names of the users. How to create a list of buttons using the names and then each button that displays the name that can be pressed and displays detailed information about the name? I think that it is similar to the BBM app that displays a contact list of the user. Thank you very much

    Create a ButtonField as:

    ButtonField [] users_buttons = new ButtonField [number of users];

    Initialize the uasing dem:

    for (int i = 0; i)<>

    users_buttons [i] = new ButtonField ("user", Field.FIELD_HCENTER |) ButtonField.CONSUME_CLICK);

    Make dem clickable setchangeListener method of buttonField and Ooveride Navigation click to make a few operatoin by clicking on the specific button!

  • create a list or a container for the States of a statemachine

    Hello

    I'm working on an application where many different types of devices will be put into a test set-up for Board level testing.  Depending on the type of Board, I need to create an ordered list of all necessary tests for the device.  I have a state machine and a single State for each of the tests and try to figure out how to create a list of tests for the specific device.  I want to have control in each of the States to remove the first element of the list and then take the next value and he lead the shift register used to go from one State to the other.  This should allow the state machine switch to the appropriate State based on the type of device and its sequence of necessary test.

    It should be with a table?  Is there some containers easier to work with this use case?  I need a container that will allow me to easily add between 5 and 30 names of State (based on the needs of the unit type) and easily remove or increment a pointer to the next State in the container.

    Thank you

    Gary

    Hi Gary,.

    an array of string or "enum" comes to mind. You can use it for the selection of States.

    You have to transfer data?

    Another way would be a queue. You can read the States with the enqueue function.

    It may be useful

    Mike

  • Creating dependent list on the security group.

    Hello

    I want to create a list that is dependent on the security group, I created a custom table, relationship and the security group and my custom table view.
    I don't get a dependent list it should be dependent on security group.
    Please help me.

    See my post Re: how to change the values of the custom profiles based on the security group?

  • Create a list (of participants) from the drop-down list

    Hello

    I would like to create a list of participants of the selection in the drop-down list.

    After selecting one choice in the list drop-down I LCD to complete the list of people who belong to this choice and to choose those that is present at that meeting (using the check box).

    How can I do that, please?

    Thanks for all tips.

    Best,

    Marian

    Hi Marian,

    It is possible, but requires a fair bit of screenwriting. Also the page will probably need to be poured so that the table grows, objects under move down as well.

    Here is an example: https://acrobat.com/#d=X1msu65emlM10IWKxkiUyw

    Hope that helps,

    Niall

  • Cannot retrieve list of tables when you try to reverse

    Hello

    I am trying to load source data that comes from SQL Server in the database Oracle target.

    When I try to create the model and reverse the tables from source frm SQL Server it gives me an error saying cannot retrieve list of tables.

    Do I need to configure anything?

    Any help is appreciated.

    Thank you
    ADI

    This is due to the jdbc.sqlserver.driver problem check out the link below, it will be useful for you...

    Re: How to connect to MS sql server using ODI

  • Creating a list of Logic Pro 10

    I currently play in a group of religious worship.  We have four songs we do in a row.  My problem is that I need to stop every song, close and open another song.  This creates a big gap between songs, I didn't know if there is an easier way in Logic Pro X or MainStage 3 that I could create a list of four songs that could play one after the other instead of stopping and opening of a new song each time.

    Thank you

    MainStage is the way to go

  • Apple tv remotely, creating a list of genius in iTunes playlist

    With my first Apple TV system, when using the remote in iTunes, I would be able to press the big button while playing a song and it gave me the ability to create a list of genius 25 song playlist. I don't see this feature on the new Apple TV remote. Please notify. Thank you.

    That's right, that he is not currently a feature with the Apple TV 4. If you have any suggestions that you think might improve Apple TV you can send your feedback here at Apple

  • Tables 1 d registering on .lvm to create the 2D file table

    Hi all

    I know it is probably trivial and shouldn't take too long to sort. For some reason I can't get out.

    I have a loop of producer who creates a 1 d table every second and sends it to a consumer who must then save this line in a file LVM. I can do what I want by creating the 2D table prior to registration and then crush each time, however, I would like it scaling in trials that will have millions of data points so I'd rather not have the 2D being added to table.

    How do I get it so the LVM record 1 line, can actually enter the presses and saves the next line etc. I used exactly the same format on the express VI I've seen work on other projects though, it doesn't seem to work here.

    I enclose the code, it saves the data vertically currently but I wish it were horizontal by iteration.

    Using LV2013 to do.

    Thank you very much.
    Pete

    Just format the data yourself and save it in the folder.  Open/create the file before your consumer loop, write inside and close after the loop.

  • How can I create a list of complete document of a nested folder (layers of files)

    If I have a folder of files all containing several documents; How can I simply create a list of all documents. This is very useful for legal submissions.

    Hi Alan_D_G,

    You will need to manually do the list that you want, or you can use your favorite search engine to check third party applications to do the same thing.

    Note: The use of third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

  • Create a list in the blackberry project

    Hey,.

    I want to create a list and fill in the list and then display it on the screen of the blackberry Simulator

    Then you should use Java.

    Try asking your question at http://supportforums.blackberry.com/t5/Java-Development/bd-p/java_dev

  • Creating indexes for the table

    can someone help me how to create indexes in the table. I m creating own table... I need to select a particular field in the table. So I need to calculate the index position. I use my code like this,

    This will returnthe number of columns in the table.

    Class array

    {

    private int Table_Index()
    {
    for (int x = 0; x)<>
    {
    table_index = x;
    }
    Return table_index;
    }

    }

    MainClass can I get this length of Index

    Table T1;

    int t1 is T1. Table_Index();

    This property returns my length (4) of table column

    Using this index (t1) I HAV to see what position I'm at table now...

    someone help me...

    You can use a listfield, he supports methods to get the selected row and its contents.

  • create a list of "buttons."

    I am creating a list of "Buttons", I use the term as I want to reproduce the behavior of a button, but it is created dynamically.  For example I return data as xml, I am a loop nodes and create buttons for each node I find.  The button will be implemented in the following way

    _______________________________

    Text1

    Text2

    _______________________________

    Text1

    Text2

    _______________________________

    When you click one of these buttons, it will redirect to another page.  What would be the best way to create these buttons?  I am new to Java and BB, I don't require exact code that I am happy to learn, however some tips in the right direction would be great.

    Can you tell me what gives you the idea that you cannot create controls (I suppose you mean the fields to use the terminology of BlackBerry) dynamically.

    As far as I know, there is no RIM provided the fields that you cannot dynamically create.  In your case, I proposed two options, both use RIM provided fields.  Then you should be OK.

    However, I'm guessing that you look at some code like this:

    class MyScreen extends form {}

    ...

    BasicEditField myField1 = BasicEditField (...) new

    BasicEditField myField2 = BasicEditField (...) new

    ...

    private void processEnter() {}

    If {(myField2.gettext (.equals("Fred")))

    ...

    }

    }

    In this case to refer directly to myField1, then Yes, you have it is defined.  But you don't have to write code like this, you can create a vector in which you put all the controls and manage them yourself.  It is more difficult, of course, but more flexible.  And code like above is often very difficult to treat.

    So if you want to design your application as in the example I gave above, then you will need to "preset" all fields.

    However, if you think that you may need 100 custom fields, then I suggest that you look at the ListField idea.  Insofar as you have only one field, it uses the same "logic to display" to display the entries that give you it.  So if you have 20 entries, it shows 20 lines, if you have 100 entries, it will display 100 lines.

    ListField is not trivial to use, but I think it will be much easier than the redefined option you are currently considering.  And it's very effective.

    So my recommendation is that you try to make this request using the ListField.

Maybe you are looking for

  • Evil - printer color reproduction e-all-in-one HP Photosmart 7510 on Windows7

    Picture on top is the result printed below the image scan.Printer worked fine 2 days - without apparent cause.  Saysink printer levels are okay.Printer and system share same color management profile - sRGBAnd ideas would be welcome-Thanks advancedTer

  • JVC gr-d325e wird nicht erkannt

    Hallo ich habe eine jvc gr-d325e related, ich möchte die bander by firewire kabel auf den pc uberspielen, jetzt out ich die message gerät nicht erkannt, code 43 can someone witerhelfen? danke

  • Add custom computer vista

    I want to add a copy of vista on my pc made-to-measure, that my question is if I do that can I use the cd of my laptop and use the same code all so do I use the mircosoft update drivers Update site after installation

  • BlackBerry Smartphones stuck on login

    I forgot my model and now I can't unlock my spoken. private, Rogers and they tried a few options to get to the hardware factory reset option so the boot, but that did not work. (Power + Volume up and down). They say that it is defective and must be r

  • Simulating touch for Blackberry Z10 gestures

    I want to simulate the gesture of touching the Z10 Blackberry. In the QML we keywords such as onClicked, onTriggered etc and there is action accordingly. But would it be possible without touching imitating the same onClicked, onTrigger actions? Anyon