Insert a table into a screen

In an application that I'm developing, I build an array according to a specific number, that the user chooses. However, according to the user chooses the number, the table will have a unique size on the screen.

In some cases, the table is a little smaller than the screen, in others it is not even the screen - for example when the user selects '2', the table is smaller than the screen, but when the user chooses '4', the table is larger than the screen (one of the columns are missing and you need to scroll to see the rest of the table).

No idea how I can force the table to fit the screen?

P.S. I use vertical and horizontal field managers to build screen

Hello

have you looked at this article:

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/...

Any other questions please let me know.

Tags: BlackBerry Developers

Similar Questions

  • Insert a table into an HTML email - using WIndows Live Mail

    I use Windows Live Mail to my email software.

    I just want to insert a table into my messages sometimes, but I don't see an obvious way to do it.

    I certainly think that its possible, I don't really see it.

    Your response is appreciated

    Bob

    Windows 7 64

    You used to be able to do this with OE with Insert. Text file and then designate a htm and then file it will get inserted.  So, if you save the table as a htm file, you might be able to do.  You can also try to copy (of a Web page) and then paste it into the e-mail.

    I'm not an expert on WLM, so if this does not help, ask in the forum here that is specific to Windows Live Mail: http://answers.microsoft.com/en-us/windowslive/forum/email they also severely diminished the capacity of WLM, so you may not be able to achieve.

    Steve

  • Insert a table into a project?

    Hello world

    I was wondering if this is now possible?  I found old A4 forum messages, but nothing since then - curious as to if this was now available with Cap8 (or if anyone knows a widget for this)?

    Thank you!

    Nicole

    There is only one mentioning CP4 topic in your question, not on your current version.

    Table is now training interaction, you will need to use the Interactions, the last option button.

  • Insert a table into a div in FF blows my design

    Hello
    I've been struggling with this problem for weeks and found a solution that works in IE but not in FF (big surprise). So - my question is - is there a fix for FF? go here: www.stainlessrhino.com

    Finally, to have all three divs in the center of the page (navigation, content left and right nav) pad the div container works in Internet Explorer by placing the content in the right DIV inside a table with a width of 95%. However, in FF this right div fills 95% of the page and pulls down below the other two div. Why does this happen and is there a solution?

    (I know that the page is not validate... is this shopping cart script I use - rrrrrrrrrrrrrrgh)

    Thank you

    Thank you very much! That fixed it!

  • Insert a table in a ring or a combo

    Hello world

    So I want to insert a table into a combo or a ring, because I have to put in a ring... more than 70 line is too long.

    I hope someone will find an idea.

    Thanks for repply.

    Best regards

    Use a node of property and ownership [] of wire ropes

    Ken

  • Insert the ring into table

    Dear all,

    Is it possible to insert the ring into Table?

    I have a Table whose values are constant, but not fixed, for example, Col 1 can be set to 1 or 2.

    I am attaching the picture of the table to show clearly what I want.

    Collar "Site" can have values On or OFF.

    Nervous collar can have the values 1, 2 or 3.

    Col. Ampl can have values from Ridge to Ridge or Bs - PK.

    Is it possible to make a table to store multiple values for a cell?

    Thank you

    Ritesh

    Hi Mickaël

    This link will give you full details about your query. If it works let me know.

    http://forums.lavag.org/table-with-drop-down-items-t11249.html

  • Insert the object into the table

    Hi all

    I would insert my type of object in a table without specifying the name of the variable.

    That's my bad example:

    create or replace type MY_TYPE_OBJ as object 
    (
      val1 number,
      val2 number,
      val3 number
    );
    /
    
    CREATE TABLE MY_TABLE of MY_TYPE_OBJ;
    /
    
    declare 
        myType   MY_TYPE_OBJ;
    begin
    
      myType := new MY_TYPE_OBJ(1, 2, 3);
    
      insert into MY_TABLE values (myType.val1, myType.val2, myType.val3);
      
    end;
    /
    
    

    As you can see, on my last procedure, I had to use the insert into statement with val1, val2, val3 name filed.

    Is there a quicker way to insert an object into a table? In the production environment of the object type that almost 100 filed is not so friendly to write each one by one.

    Thank you

    Federico

    Example:

    SQL> create or replace type TFoo as object(
      2          attr1   integer,
      3          attr2   varchar2(10),
      4          attr3   date
      5  );
      6  /
    
    Type created.
    
    SQL>
    SQL> create table footab of TFoo(
      2          attr1 primary key,
      3          attr2 not null
      4  ) organization index
      5  /
    
    Table created.
    
    SQL>
    SQL> declare
      2          foo     TFoo;
      3  begin
      4          foo := new TFoo( 1, 'test1', trunc(sysdate) );
      5          insert into footab values foo;
      6  end;
      7  /
    
    PL/SQL procedure successfully completed.
    
    SQL>
    SQL> select * from footab;
    
         ATTR1 ATTR2      ATTR3
    ---------- ---------- -------------------
             1 test1      2014/08/27 00:00:00
    
    SQL>
    

    I agree though - be careful with tables of objects and now their technical implementation and advantages and disadvantages.

  • Insert xml files into the table

    Hi all

    How to create an application, which allows me to download an xml file and insert the file into a table, looking something like what makes the apex, with 'data-> data-> Data Load XML Workshop'.

    I tried to create it using this link https://forums.Oracle.com/message/9170494 # 9170494

    but when loading the file and send it (current executing the "sp") sends the error "ORA-22285: file for FILEOPEN operation or non-existent directory.

    I could slightly auxiliary

    concerning

    This idea is troubling for me.

    The XML file DOES NOT CHANGE.  This is the goal.  You have a DTD/XST that defines where in the XML hierarchy, a data element is and (so) how to access it.  With this information, you can hardcode things.

    Therefore, you should have no reason for that functionality 'map the data column in the table column"of the data loader since all mappings will be always the same.

    As a simple INSERT... The SELECT statement can (and should) be used.

    (use the FUSION if you update / insert data).

    I copy + paste some of my code in a procedure that I use.

    You will need to replace the parameter name (p_filename) with the value of appropriate link (name of item)

      declare
        l_XML XMLType;
      begin
        /* get file from APEX WWV_FLOW_FILES */
        begin
            select XMLType( blob_content, 1 ) -- 1 means that the file is USACII encoded. this may need to be changed.
              into l_XML
            from wwv_flow_files where name = p_filename; -- replace this with the appropriate ITEM NAME
        exception
          when no_data_found then
            raise_application_error( -20001, 'not in FLOW: ''' || p_filename || '''' );
        end;
    
        /* you'll need to figure this one out */
        INSERT INTO T (...)
        SELECT ..
        FROM  XMLTable( '/'
    pasing l_xml
                columns
                       PATH  -- repeat for each "column" you want to extract
            );
    
       delete from wwv_flow_files where name=p_filename;
      end;
    
  • Could not use DB function call to insert a row into a table OBIEE

    Hello

    At the prompt of the OBIEE report, I create a DB function in a variable column of the guest, so whenever I'm in the dropdown variable ob column call the function DB call.

    The function call is insert a row into a table in the database. However, it seems impossible to insert the row into the table.

    I have test the function in the sqlplus and it works, if the function has no problem. The problem is OBIEE failed to insert something in the datebase, it can only read from it.

    Any ideas on how I could fix it?

    Thank you!

    Hello
    Use your Evaluate function and the variable correctly. In the case where u called this function evaluate in the report in a column, and he has 100 files it contains, it will call db 100 times.

    Kind regards
    Anitha.B

  • ADF progress indicator to insert the data into the file table.

    I have a requirement where the progress bar should indicate the percentage of completion to insert the data into the tables of database files in a given folder path. I found an article that explains how to get the progress indicator when downloading a file in
    http://www.gebs.ro/blog/Oracle/Oracle-ADF-progress-indicator-in-Fusion-Middleware-11g/. I believe that I must first get the total number of files in the folder and then begin to compare with the number of files that are inserted into the table similar to what is done by downloading (getting the file size and download size), but I don't know how to do this. Can anyone help?

    May be that this example allows you to

    * 042.     Dynamically change the color of progress bar based on its current value *.

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html

  • Inserting data into a table and insert many records into newtable

    Hi all

    I have table A and table b.
    Suppose that if I insert the data into the table, this table is inserted, the number of records records Count I want to insert in the table B

    I have to write a procedure for this cannot so any help on this.


    Thanks in advance.


    Sikora.

    Hello

    You can use this anonymous block and extend it to create the procedure. You can delete loop or leave it there and use the cursor loop

    DECLARE
       j   NUMBER;
    BEGIN
       FOR i IN 1 .. 100
       LOOP
          INSERT INTO A
          VALUES ('col1', 'col2', 'col3');
    
          j   := j+ sql%ROWCOUNT;
       END LOOP;
    
       INSERT INTO B   VALUES ('table name ', j);
    
       COMMIT;
    EXCEPTION
       WHEN OTHERS
       THEN
          ROLLBACK;
          DBMS_OUTPUT.put_line (SUBSTR (SQLERRM, 1, 200));
          RAISE;
    END;
    

    Published by: OrionNet on January 21, 2009 12:53 AM

  • Insert a table 2D into a 2D array, starting at a specific index

    Hello

    Is it possible to insert a table in another table 2D 2D, starting at a particular index.

    For example, I have a 4 X 100 2D table

    Now, I want to insert a 2 X 50 matrix in the index row 3 and column 50.

    If there are already elements of [3.50] 3 [100] and from [4.50] 4 [100], I would like to replace these items with new table of 2 X 50.

    Is there a way to achieve this goal without doing 1 per 1 item?

    Thank you!

    Best,

    Charles

    Altenbach says:

    Of course, you must do a bit of math, in which case the final table should be greater than the existing table to accommodate the. In this case, you must initialize a new, larger array 2D with a fill element (e.g. NaN), then replace the table 1 at 0,0 and the second table to the desired index.

    Here is a general example, assuming that the padding is necessary. Probably needs a few tweaks. (I've broken your number of lines by 10 to make it easier to see the result. Modify if needed).

  • Repeat the mistake of Photoscreensaver.scr: "there is no disk in the drive. Insert a disc into drive \Device\Harddisk4\DR4.

    I've looked everywhere to find a solution to this problem, but it will not go away.  the message I get is

    "There is no disk in the drive. Insert a disc into drive \Device\Harddisk4\DR4.

    I have only one hard drive installed, my C drive with a partition D of the spirit of the original plant. I would be very grateful is some has a fix for this!

    Hello

    This can happen if you have conencted some disk of the machine that has pictures and you have set up the photos in the screen saver.

    You can try to change the photo screensaver can access the registry path if it exists.

    a. Click Start, type regedit in the search box and press ENTER.

    b. navigate to the

    HKEY_CURRENT_USER\Software\Microsoft\Windows Gallery\Slideshow\Screensaver photo

    c. If the screen saver is mentioned in the settings, then on the right you will see "FolderPath".

    (d) the entry for folderpath should be C:\Users\Public\Pictures\Sample pictures

    e. If isn't changing for the above entry.

    f. exit the registry editor, restart the computer and check.

    Important: The above mentioned steps show you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs.

    For more information about how to back up and restore the registry, follow the steps from the link below:

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-the-registry

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Is it possible to insert a table using Windows7 and WordPad?

    Original title: Microsoft WordPad

    Is it possible to insert a table using Windows7 and WordPad?

    Very unfortunately, you can not insert a table in WordPad, if you do not have a spreadsheet such as Microsoft Excel or LibreOffice program. If you have one of them installed, click Insert an object into WordPad, and then select Microsoft Excel Spreadsheet or LibreOffice Calc spreadsheet.

    But when you send the document to someone, it will also take the spreadsheet where you inserted the object.

    Sorry, but WordPad is quite limited and only for basic word processing.

  • Insert 2 tables

    Hello

    I'm trying to insert 2 tables...

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "form1")) {}
    $insertSQL = sprintf ("INSERT INTO employment (JOBID, JBNUMBER, JBRAISEDBY, JBCUSTID, JBCONTACT, JBTEL, JBEMAIL, JBARRIVE, JBDEPART, JBBookDate) VALUES (%s, %s %s %s, %s, %s, %s, %s, %s, now())", ")
    GetSQLValueString ($_POST ["'hiddenField"], "text").
    GetSQLValueString ($_POST ['hiddenField2'], "text").
    GetSQLValueString ($_POST ['hiddenField4'], "text").
    GetSQLValueString ($_POST ['customer2 "],"text").
    GetSQLValueString ($_POST [' name2 "],"text").
    GetSQLValueString ($_POST ['telephone'], "text").
    GetSQLValueString ($_POST ['email'], "text").
    GetSQLValueString ($_POST ['airportTo'], "text").
    GetSQLValueString ($_POST ['airportFrom'], "text").
    GetSQLValueString ($_POST ['hiddenField3'], 'day'),
    'INSERT INTO package (PkDocID) VALUES (%s)',
    GetSQLValueString ($_POST ['hiddenField5'], "text"));

    @mysql_select_db ($database_connTest, $connTest);
    $Result1 = mysql_query ($insertSQL, $connTest) or die (mysql_error ());

    .. .the first part works but the 2nd doesn't?

    Pete

    Try

    If ((isset($_POST["MM_insert"])) & ($_POST ["MM_insert"] == "form1")) {}

    $insertSQL = sprintf ("INSERT INTO employment (JOBID, JBNUMBER, JBRAISEDBY, JBCUSTID, JBCONTACT, JBTEL, JBEMAIL, JBARRIVE, JBDEPART, JBBookDate) VALUES (%s, %s %s %s, %s, %s, %s, %s, %s, now())", ")
    GetSQLValueString ($_POST ["'hiddenField"], "text").
    GetSQLValueString ($_POST ['hiddenField2'], "text").
    GetSQLValueString ($_POST ['hiddenField4'], "text").
    GetSQLValueString ($_POST ['customer2 "],"text").
    GetSQLValueString ($_POST [' name2 "],"text").
    GetSQLValueString ($_POST ['telephone'], "text").
    GetSQLValueString ($_POST ['email'], "text").
    GetSQLValueString ($_POST ['airportTo'], "text").
    GetSQLValueString ($_POST ['airportFrom'], "text").
    GetSQLValueString ($_POST ['hiddenField3'], 'date'));

    @mysql_select_db ($database_connTest, $connTest);
    $Result1 = mysql_query ($insertSQL, $connTest) or die (mysql_error ());

    $insertSQL = sprintf ("INSERT INTO package (PkDocID) VALUES (%s)", ")
    GetSQLValueString ($_POST ['hiddenField5'], "text"));

    @mysql_select_db ($database_connTest, $connTest);

    $Result1 = mysql_query ($insertSQL, $connTest) or die (mysql_error ());

    I hope this helps.

    Ben

Maybe you are looking for

  • HP DM 4.5 SP2 cannot capture an image of WES2009 of T5740

    We use Altiris and have problems with PXE. To deploy images that we intend to migrate to HP Device Manager 4.5 SP2. Installed on a Windows 2008 R2 and FileZilla Server. EVERYHING works fine, but when I capture an image from a thin client WES2009 T574

  • Lenovo B50-50 does not recognize my external hard drive

    I recently bought a laptop Lenovo B50-50 and it does not recognize my external hard drive. It's a WD elements with USB 3.0 storage device. I tried a few of the fixes recommended on other forums, but none of them work. The hard drive comes up is the l

  • The weak T430 processor when Nvidia card using clock

    When I use any aplication with Nvidia card (Photoshop, 3D Max, etc.) or switch to external monitor (Display Port) my CPU is fixed to the minimum values: 1.15 Ghz. Why? What can I do? How to solve this problem? Help, please. This very important issue

  • Print screen with Snipping Tool does not.

    Print screen or capture tool work.  They worked very well in the past, but now neither one works.  Back to zero does not solve the problem. Screenshot doesn't seem to do anything in the copy buffer because even if the block occurs, nothing sticks in.

  • clock application crashing

    A few days ago I noticed that my default clock application crashed on my Sony Xperia Z3 Compact (model D5803, 23.0.A.2.98 Build Android). The app are crashing, even after cleaning RAM and restart the device. After the removal of the application files