The return value to the line for dialogue ObjectChoiceField

Hello world

Is it possible the value of line so that when the items in ObjectChoiceField Dialog(the one that's pops up when you click on the field) appears on multiple lines according to the width of the text?

For now, it shows only one line per element truncate the ending text substituting... If any, it is displayed in several line wrapped Word when selected however.

For any help or suggestion would be greatly appreciated that I would need to display the full text when the user scrolls items in the context menu

Thank you & best regards

Maia

This is not supported by the ObjectChoiceField.  You can create a custom field to accomplish this where you manually draw the sting using a Graphics object.

Tags: BlackBerry Developers

Similar Questions

  • How can I get the lines for the date between 2 different days

    Hi all,

    How can I get the lines for the date between 2 different days.

    Sample data:
    Table name: Articles
    Title start_date end_date
    Heading1 08-22-2011 2011-09-11
    2011-08-01-2011-09-01 Title2
    Title 3 2011-08-21 08-21-2011
    title4 2011-08-28 2011-09-11

    Result will be:
    Title start_date end_date
    Heading1 08-22-2011 2011-09-11
    2011-08-01-2011-09-01 Title2
    title4 2011-08-28 2011-09-11

    This is my example query:
    SELECT * FROM items WHERE trunc (es.date_start) > = TO_DATE('2011-08-22', 'YYYY-MM-DD') AND trunc (es.date_end) < = TO_DATE ('2011-08-28', 'YYYY-MM-DD')

    but I can not get the expected results. Any help would be much appreciated.

    Thanks in advance

    not read your question properly before...

    Please try this

    Select * FROM items
    WHERE (TO_DATE ('2011-08-22', 'YYYY-MM-DD') between TRUNC (es.date_start))
    AND TRUNC (es.date_end)) OR
    (TO_DATE ('2011-08-28', 'YYYY-MM-DD') between TRUNC (es.date_start))
    AND TRUNC (es.date_end))

  • How to pass the line for the delimited file type?

    Hi, I want to ask you how to jump (example: the line of the first two) for delimited file type?
    Thank you...


    Here's my script
    Int NY_Skip06Center [strField, strRecord]
    '------------------------------------------------------------------
    "Script to Import DataPump FDM:
    "Created by: FDM_Admin"
    "Creation date: 28/02/2006.
    '------------------------------------------------------------------
    Dim strEntity
    'Check the first two characters of the entity.
    StrEntity = 1 to 6
    "Line break
    Res.PblnSKip = True
    Next StrEntity
    End if
    End Function

    But he returns this error when importing
    Error: An error occurred importing the file.
    Detail: Object Variable or With block variable not set

    Anyone know what is the problem

    Published by: user649207 on March 19, 2010 02:15

    Published by: user649207 on March 19, 2010 03:04

    You're overloading it.

    Your script can be this:

    Function SkipBlankAcc (strField, strRecord)

    If Trim (strField) = "" then
    Res.pblnSkip = True
    End if

    SkipBlankAcc = strField

    End Function

    If it works for you, please mark the answer as being correct others to take advantage.

  • How to make the lines for writing?

    How to create lines for writing?

    Tablet notebook =

    Make the paragraph style, as mentioned above. Adjust the space after you, the thickness of line for the rule below. Press enter for each paragraph.

    Mike

  • Average length of the line for the index?

    Hey guys, I'm still working on my model sizing and had a question about the index. Is there a comparable indexes avg_row_length as there are tables? I know how to make the length of the average line on a table with no problem... it's the same for the index? Y at - it other overhead costs outside the normal table overhead that I need to think about indexes?

    Much obliged.

    TimS

    The little overhead that I would be more concerned with index, which will depend on the kind of pads that occur, would block splits (split 50-50 vs 90-10 block). I suspect that it is dependent on version as well. It seems that it would be rather difficult to report a simple formula. If there is never entirely free deletions until blocks, that could also lead to some rather interesting General calculations that depend on time... You can, of course, simply increase the fudge factor credits allows you to account for this, but it seems difficult.

    It's one of the reasons why I prefer to build tables / indexes, do some DML representitive and then extrapolate the sizes real rather than relying on spreadsheet formulas.

    Justin

  • How to disable the line for lines of saved selection.

    Hi Experts,

    JDEV 12.1.2.0

    I have a popup and below, I have a table. Initially, all lines are in createInsert mode.  How can I disable the selection of rows to only save of the lines. And activate the lines which are not saved.

    Thanks in advance.

    Roy

    As Cvele_new_account already mentioned, your use case is not clear. I guess you want to do something like https://blogs.oracle.com/adf/entry/highlighting_new_rows_in_adf but this is only a guess.

    Timo

  • Help to submit Input tag - how to wrap the value on two lines for BB Pearl (8100)

    Hello

    I have a question about the packaging of the value of a tag input submit on a page I have.

    I have an input tag:

    
    

    On the BB Bold/Storm is very good but I find on the Blackberry 8100 in the button text appears as a 'Yes. Dangerous goods have... ».

    Is there a way to encapsulate the text? I tried the class CSS white-space: normal but that has not worked. I also tried to add in
    (new line) and an assortment of different ways without success.

    Users want is the full text for legal purposes.

    If it is not possible, what would be the best option in addition to shorten the text (which is my last option)?

    Thanks in advance for your help.

    Kind regards

    Andrew Low

    You can also change your user interface so that both boxes option for the user to choose Yes or no, and then have a submit with generic text button that is perhaps not as long.

  • Pass by using the line for my query

    HII,
    My kt_no field contains the following value;
    454654654,57687464654654, 36546461

    I wrote neck-of-line query like this;
    select substr (str,
                     instr (str, ',', 1, level  ) + 1,
                     instr (str, ',', 1, level+1) - instr (str, ',', 1, level) -1 ) str
      from (select  ','||kt_no||',' str from ptxn
            where txn_no=4)
      connect by level <= length(str)-length(replace(str,'/',''))-1;
    STR
    -------------
    454654654

    returning only the first value, where as I need output like this

    STR
    -------------
    454654654
    57687464654654
    36546461

    There may be white space before and after the decimal point in the chain.

    Please suggest the correction.

    TYVM

    Try:

    SQL> insert into ptxn (txn_no, t_names)
      2  select 4, 'Simon Peter, Alfred ,Moses , Miss Sameera
      3  Master Allen, Alphonso'
      4  from dual;
    
    1 row created.
    
    SQL> select txn_no
      2  ,      trim(regexp_substr(str, '[^,]+',1, level)) str
      3  from ( select txn_no
      4          ,     replace(t_names, chr(10), ',') str
      5          from  ptxn
      6       )
      7  connect by level <= length(str)-length(replace(str,','))+1
      8         and txn_no = prior txn_no
      9         and prior sys_guid() is not null;
    
        TXN_NO STR
    ---------- -------------------------
             4 Simon Peter
             4 Alfred
             4 Moses
             4 Miss Sameera
             4 Master Allen
             4 Alphonso
    
    6 rows selected.
    
  • use: app_user to produce the line for the currently logged in user

    I know that it is extremely simple, but I worked on it for about 2 hours now and can't make it work.

    I have a USER table that contains information about the users allowed to use the database. Information such as username (login), pk_id (primary key), name, phone etc is there. I use a schema authorization I created using the advanced tutorial. What I want to do is to have a tab named MYDATA, only when the user clicks on one it will produce an update row with this specific user information so that they can be updated.

    I created a form on a table, then created an item called P36_X_getpkid in the region. The source of this element gets the PK_ID (primary key of the table USERS) using this sql
    Select PK_ID
    USERS
    where upper (userid) = upper(:APP_USER);

    Then I try to tell the page fetch line rendering process automated to use this field as the element that contains the value of the key column and the primary key column PK_ID column.

    It did not work.

    I thought that maybe the extraction of automated lines disliked the calculated item, so I created another page 35 has only a single element, P35_X_getpkid, with the source
    Select PK_ID
    USERS
    where upper (userid) = upper(:APP_USER);

    and I created one before process header which redirects to page 36, and assigns P35_X_getpkid to P36_X_getpkid. Page 36, then has a form on a table with treatment extraction automated line and I told him to use the P36_X_getpkid field as the element that contains the value of the key column and the primary key column PK_ID column.

    did not work.

    Thanks for any help.

    Marco

    Hi Marco,.

    On your page that needs the ID, create a new calculation with the following parameters:

    Geographical area: item on this page
    Calculate the point: P36_X_getpkid
    Calculation Point: Before header
    Calculation type: SQL query
    Calculation:

    Select PK_ID
    USERS
    where upper (userid) = upper (v ('APP_USER'))

    Condition Type: Article 1 of the Expression value is NULL
    Expression 1: P36_X_getpkid

    Leave all other settings as default values

    That should do it. In general, for something like this (that is to say, a value for the current user can be used several times) I create a part of the application and perform a calculation "on new Instance" (this is done through shared components, calculations of the Application), and then use * & APP_ITEM_NAME.* everywhere where I want the value to appear (including in the settings of the branch or the links on a page)

    Andy

  • It's for Windows 7, Vista: bring back to Option to create several Custom command start the lines for the games in game Explorer!

    It was probably the best feature in Vista, and absolutely should have been postponed to Windows 7. I will continue to campaign for the return of this function until MS gives. Please everyone see support by adding your comments below.

    I just don't want an explanation that this feature has been removed. Put it back!

    Thank you.

    There is a meeting place for feature requests. You should encourage others to find a path of entry that actually works. (Falling on the floor and your feet kicking and screaming works only in the supermarket. :))) Microsoft.url entry:

    Messages rating helps other users

    Mark L. Ferguson MS - MVP

  • xw8400: 8.1 is win the end of the line for xw8400 and others in the series?

    I don't see much posted on upgrade to 8.1 win to win 10 to the xw6400 xw8400 etc.

    8.1 Win is working great for me, but I don't like to win 8.1 and would spend to win 10.

    Someone at - it ideas?

    If you did could you please put the model and other important details such as RAID, etc.

    My system is pretty vinilla. No DSS, no RAID, optical and GPU readers supplied with the box.

    I had 10 Professional 64-bit Windows and running on these xw workstations for months now, starting by the W10 preview release, and then at the end of July with the RTM version and all recently with the large W10 November update.  W10 works very well on these workstations and is very fast.  I'm usually running 8 GB of RAM, but some have 16GB.  I only use SSDS and generally SATA II types of Intel versions.  I upgrade to the fastest processors, both of them and for example use usually two SLAEJ sSpec code quad cores in the xw6400.  I use two of the code core E5450 quad sSpec SLBBM in the xw6600.

    I posted here on what I'm doing 'activate Windows 10' a workstation.  Clonezilla or Acronis is what I use and I have clone W7Pro64 or W8.1Pro64 on a SSD 'stunt' work, then do the upgrade of the downloadable installer MS. W10... I run the .exe rather than boot from the thumb drive and choose to save nothing.  Once a job is activated it will be activated for ever, and I can do a fresh install of W10 on this later when I have free time.  It is my understanding that harvests of activation process of MS W10 the UUID of the BIOS string and thereafter you are registered for this type of W10 install in the servers of activation for the long-term.  This makes the cloning an installation image W10 to a xw6400 above another work of xw6400 active fine... If both are W10 is transparent.

    Regarding the drivers... MS did the drivers that are compatible W10 integrated into Setup (which automatically interacts with MS central servers, and which MS has updated according to comments from the owners of these workstations on doing just that and does not work.  It's a great advantage to have a HP workstation... MS is willing to invest the time and effort to do things for HP.

    For W7 and W8 there is universal installers HP that I receive from the Z620, etc... HP RealTek, Broadcom card PCIe USB3 TI and install them properly on xw6400/xw8400 pilot sites.  They are able to install drivers for the motherboard chips that predate the machine, they are offered for because the previous chip drivers are included in the program installation (but not necessarily with HP).  For example, the Z620 had a Broadcom NIC in option and you can find the HP Broadcom universal installation program which interacts with the motherboard the xw6400 Broadcom chip also perfectly to get the modern drivers loaded.

    I don't go to the former site of HP driver for these old jobs, who stopped to be updated for years.  I use the latest version of the BIOS, of course.  I now only use SSD... usually Intel 320 series 300 GB or 160 GB SATA II those off eBay, used.  I use firmware update and software Intel Toolbox to optimize these.  I'm only using nVidia Quadro... now generally FX1800, FX3700, Quadro 2000 and 2000 d cards.  The FX580 gives a lot of bang for the buck also, and they are all off eBay.  The idea was faster more reliable performance at a reasonable cost, with parts of HP.

    Many details to absorb, but things are working fine, stable and fast.  I have personally loaded W10Pro64 on several xw6400, xw8400, xw6600 and Z620 workstations.  All good and I need to do for the benefit of the long reach of our group, but I like W7Pro64 the best yet.  However, I am surprised how well W10 done at this stage.

  • When sending an e-mail I ned to have a red text and other text in larger lettrs or tet all in largerletters. The line for a dissappe options

    When you send an e-mail, I got a line which allow me to text color or expand the text. This line has disappeared. How can I get that back?

    Ed Jones

    First of all, you must dial by using HTML format.

    Go to Tools | Account settings| {Select account} | Composition & addressing and make sure that "Compose messages in HTML format" are checked.

    Second, you need the toolbar is enabled.

    In the composition window, view | Toolbars and make sure that "Formattng Bar" is checked.

  • Find all the lines from the previous column value difference lines

    I have an interesting requirement. There is a DATE column and a user in one table and I have to find all the lines for all users for which the previous and the current line has lagged in lets say more than 30 minutes. The rows are already sorted in time.

    For example in the following table, we need to ID 4 and 6 for user 1.


    Date of the user ID
    1 1 today 1 hr. 0 Min. 0 sec.
    today 2 1 1 hour 1 min 0 sec
    Today 3 1 1 hour 29 min 0 s
    * 4-1 today 1 hour 59 min 3s *.
    5 1 today 2 hours 10 min 2 sec
    * 6 1 today 2 hours 50 min 7 s *.

    Published by: user733179 on March 5, 2009 12:00

    Hello

    To obtain a separate calculation for each value of the usr, start the analytical clause with "BY usr PARTITION":

    WITH     got_dif     AS
    (
         SELECT     id,     dt,     usr
         ,     (dt - LAG (dt)
                    OVER ( PARTITION BY  usr
                              ORDER BY          dt
                            )
              )             -- difference in days
                  * 24 * 60  AS minutes_dif
         FROM     table_x
    --     WHERE     ...     -- if needed
    )
    SELECT     id,     dt,     usr
    FROM     got_dif
    WHERE     minutes_dif     > 30
    ;
    
  • Table for the code for method of payment for the suppliers site

    Hi all, does anyone knows how to get the value for the code for method of payment for the suppliers site in R12.1.3? I don't speak from that in the following path: 1 Paybles responsibility 2. Suppliers 3. Request for a 4 suppliers. Click on details of payment 5. Scroll to supplier Sites and press the update button 6. Note that, for example among the payment methods is checked as default thanks in advance, A.Stoynaov

    Hello

    Please check this note that contains the query:

    Default values for method of payment for providers at the level of the Table (Doc ID 737128.1)

    You can use this query to view the lines for a given provider site:

    SELECT *.

    Of iby_ext_party_pmt_mthds IEPPM

    WHERE IEPPM.ext_pmt_party_id IN

    (SELECT IEP.ext_payee_id

    Of iby_external_payees_all IEP

    WHERE IEP.supplier_site_id IN

    (SELECT APSS.vendor_site_id

    Of ap_supplier_sites_all of the PSA, ap_suppliers APS

    WHERE APS.vendor_id = APSS.vendor_id

    AND APS.vendor_name = '. '

    AND APSS.vendor_site_code = ''));

    Concerning

    Joel Purswani

    Support of Oracle

  • can not read the result for PAY_VALUE_ENTRY_VALUE

    Hi all
    I have two elements, the first is base salary, the input base salary - 5 return value, ex: if salary for employee's 10000 then the value of the compensation formula is 9995, and I have another allownce House is 20% of the basic salary paid for example 9995 * 0.2,.
    --------------
    base salary ff
    item name: seraj_basic_salary
    --------------
    DEFAULT FOR INPUT_VALUE IS 0
    DEFAULT FOR PV IS 0
    THE ENTRIES ARE INPUT_VALUE
    PV = INPUT_VALUE-5
    RETURN THE PV
    -------------------------------------------------------------------------------------------
    -------------------------------------------------------------------------------------------
    House allownce ff
    item name: SERAJ_HOME_ALLOWNCE
    --------------------
    ALIAS SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE AS BSV
    ALIAS SERAJ_BASIC_SALARY_INPUT_VALUE_ENTRY_VALUE AS BSV1
    ALIAS SERAJ_BASIC_SALARY_PAY_VALUE_OVERRIDE_ENTRY_VALUE AS BSV2
    DEFAULT VALUE FOR HA IS 0
    BSV FOR DEFAULT IS 0
    DEFAULT FOR BSV1 IS 0
    DEFAULT FOR BSV2 IS 0
    HA = BSV * 0.2
    RETURN HA
    ---------------------
    The problem is when pay quickly the result is 0 when I use DBI (SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE), HA = BSV * 0.2, the result 0
    but they its fine when I try ti use DBI (ALIAS SERAJ_BASIC_SALARY_INPUT_VALUE_ENTRY_VALUE), HA = BSV1 * 0.2, the result is 10000 * 0.2 = 2000,.
    so I need to calculate on vale of compensation of (DBI (SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE)),
    the priority for the seraj_basic_salary element is 2500 and 3000 SERAJ_HOME_ALLOWNCE, please help why the result is o for DBI (SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE)?

    Published by: Atawneh on August 25, 2012 17:56

    Published by: Atawneh on August 25, 2012 17:58

    Hi Atawneh,

    The SERAJ_BASIC_SALARY_PAY_VALUE_ENTRY_VALUE value will always be 0, because he is interested in the input value and not the execution result value populated.
    All ENTRYValues DBIs watch table entry elements and not the results of execution.
    If SERAJ_BASIC_SALARY_INPUT_VALUE_ENTRY_VALUE has a value that the user enters the value in it.

    For your case, why do you want 2 formulas?
    Simply calculate everything in the first formula and return the result in the Pay_Value of the element of the home allowance.

    Hope that helps,

    See you soon,.
    Vignesh

Maybe you are looking for