String concatenation with the new line format?

I want to concatenate 2 strings organize the resulting output in a new online format...

example:

RTRIM (DECODE (UPPER (VPA.safety), 'TRUE', 'Security')
|| DECODE ('TRUE', SOLE (vpa.effectiveness), "Efficiency")
|| DECODE (UPPER (vpa.timeliness), 'TRUE', 'News'),
|| DECODE ('TRUE', SOLE (vpa.equity), "Equity")
|| DECODE (UPPER (vpa.efficiency), 'TRUE', 'Efficiency'),
'TRUE', 'Patient Centeredness.
),
', '
) AS Concat_Text

I want to display the above output in the new line

Security
Efficiency
Speed of execution
Equity
Efficiency

Published by: francislazaro on June 14, 2010 19:34

TRY

RTRIM (DECODE (SUPERIOR (VPA.safety), 'TRUE', 'Security') |) CHR (13) | CHR (10)
|| DECODE (UPPER (vpa.effectiveness), 'TRUE', 'Efficiency') | CHR (13) | CHR (10)
|| DECODE (UPPER (vpa.timeliness), 'TRUE', 'News') | CHR (13) | CHR (10)
|| DECODE ('TRUE', SOLE (vpa.equity), "Equity") | CHR (13) | CHR (10)
|| DECODE (UPPER (vpa.efficiency), 'TRUE', 'Efficiency'),
'TRUE', 'Patient Centeredness.
),
', '
) AS Concat_Text

Tags: Database

Similar Questions

  • String concatenation with a new line

    Hey,.

    I'm doing something that I considered quite simple but hit a few problems.  I'm looping through an array of strings and concatenting them with a new line separator and put the result to the Clipboard string so that it can then be pasted into a field. The problem is what is the sign of a new line separator?  I tried:

    « \n »

    '\r' + '\n'

    « \n »

    System.getProperty ("line.separator");

                  String txtToPaste = "";
                    String eol = System.getProperty("line.separator");
                    for (int entryIndex = 0; entryIndex < entries.length; entryIndex++) {
                        txtToPaste += entries[entryIndex];
                        // if we are not the last entry then add a new line
                        if (entryIndex < entries.length) {
                            txtToPaste += eol;
    
                        }
                    }
    

    What is the right way to build a string with newlines inside?

    Thank you.

    something like txtToPaste = entries [entryIndex] + "\n"; might solve your problem.

  • Throw message Bundle with the new line character

    Hello everyone.

    I use jDev 12.1.3

    What I'm trying to do is run a bundle.properties file message to the user in a multiline mode.

    Steps followed:

    In the .properties file, I have an entry like this (note that '\n'):

    MY_KEY = this is a test\n set

    My java bean, I have something like this:

    FacesContext context = FacesContext.getCurrentInstance ();

    String currentBundleFile = context.getApplication () .getMessageBundle ();

    String message = oracle.jbo.common.StringManager.getString (currentBundleFile

    , 'MY_KEY '.

    "No matching string found.

    (new String() {getParamA(), getParamB()});

    message = StringEscapeUtils.unescapeJava(message);

    System.out.println (message);

    FacesMessage msg = new FacesMessage (FacesMessage.SEVERITY_ERROR, null, message);

    context.addMessage (null, msg);

    Although I use 'StringEscapeUtils.unescapeJava' to translate '\n' in a new line in java character, and the System.out looks exactly what I want,

    FacesMessage always displays the message in one line.

    Can you please specify?

    Best regards

    ~ apostolos

    Oracle Fusion Middleware Technologies: ADF 11 G: how show message multiline?

  • Import of database with the new file format

    Hello

    If the dump with the format .dmp file file then we use the file userid/pwd@connectstring imp = * .dmp

    But I got the database file whose extension is. The format of the exp.

    How can I import data from oracle database.

    File type is the EXP file.


    Concerning
    Sudhakar P.

    Sudhakar P wrote:
    Hello

    Sm1/sm1@win1ced_re7.dev file C:\oracle\oracle92>IMP = c:\sm1_lun.exp

    Import: Release version 8.1.7.4.1 - Production Tue Oct 28 11:53 2010

    (c) Copyright 2000 Oracle Corporation. All rights reserved.

    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.1.0 - Production jserver

    IMP-00010: not a valid export file, header check failed
    IMP-00000: Import terminated unsuccessfully

    He thorws a mistake

    can you suggest me

    Concerning
    Sudhakar P.

    As has already been suggested, contact the person who provided the file to know what format it is. A necessary file extension does not indicate any particular format, especially when it comes to "dmp", "exp" etc. so many different applications can use them.

  • Problem with the new line when you manually run a procedure in SQL * more

    The procedure below works fine in SQL * more when all EXEC < procedure_name > (parameter1, parameter 2,...); is placed on a single line
    SQL > exec cust_admin_util.create_schema (P_SCHEMA_NAME => 'SCOTT_01', P_SCHEMA_PWD => 'scott123', P_TBS_NAME => 'TRAG_TBS', p_temptbs_name => 'TEMP' );
    
    PL/SQL procedure successfully completed.
    I wanted to perform the same procedure with readability. So, I put each parameter on a separate line and try to run. But it's the slightest mistake out.
    SQL > exec cust_admin_util.create_schema
    (
    P_SCHEMA_NAME => 'TESTUSR_01',
    P_SCHEMA_PWD => 'scott123',
    P_TBS_NAME => 'TRAG_TBS',
    p_temptbs_name => 'TEMP'
    );BEGIN cust_admin_util.create_schema; END;
    
          *
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'CREATE_SCHEMA'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    
    
    SQL >   2    3    4    5    6    7
    P_SCHEMA_NAME => 'TESTUSR_01',
    *
    ERROR at line 2:
    ORA-00928: missing SELECT keyword
    No work around for this?

    Tom wrote:

    No work around for this?

    BEGIN
    cust_admin_util.create_schema
    (
    P_SCHEMA_NAME => 'TESTUSR_01',
    P_SCHEMA_PWD => 'scott123',
    P_TBS_NAME => 'TRAG_TBS',
    p_temptbs_name => 'TEMP'
    );
    END;
    /
    

    SY.

  • Print every word in the new line for a space in a string

    Hi all

    I would print every word in the new line, if there is a space in the string.

    Is there a better way using regexp?

    declare

    number of v_count;

    v_text varchar2 (1000): = 'Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - Production | " ';

    v_single_text varchar2 (1000);

    number of v_space_pos;

    Start

    Select regexp_count (v_text,' ') in double v_count;

    While v_count > 0

    loop

    v_space_pos: = instr (v_text,' ');

    v_single_text: = substr(v_text,1,v_space_pos-1);

    dbms_output.put_line (v_single_text);

    v_text: = substr (v_text, v_space_pos + 1);

    v_count: = v_count-1;

    end loop;

    end;

    Thank you

    Rambeau

    HI - try as

    with t as (select 'Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - Production' |) "" double str)

    Select regexp_substr (str,'[^] +', 1, level)

    t

    connect by level<=regexp_count(str,'[^>

  • never had a disc of windows vista with the new laptop and no option to make a recovery disk, and I need to format my laptop to factory / clean, help!

    never had a disc of windows vista with the new laptop and no option to make a recovery disk, and I need to format my laptop to factory / clean, help!

    How to get Vista recovery Media and/or to use the Vista recovery Partition on your computer.

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    In addition, ask them if you have a recovery Partition on your computer/laptop to restore it to factory settings.

    See if a manual provided with the computer or go to the manufacturer's website, email or you can call for information on how to make a recovery.

    Normally, you have to press F10 or F11 at startup to start the recovery process...

    Another way I've seen on some models is press F8 and go to a list of startup options, and launch a recovery of standards of plant with it, by selecting the repair option.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Ask them if you can also make recovery disk/s for the recovery Partition in case of a system Crash or hard drive failure.

    They will tell you how to do this.

    Every computer manufacturer has their way of doing recovery disk/s.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Or borrow a good Microsoft Vista DVD (not Dell, HP, etc).
    A good Vista DVD contains all versions of Vista.
    The product key determines which version of Vista is installed.

    There are 2 disks of Vista: one for 32-bit operating system, and one for 64-bit operating system.

    If install a cleaning is required with a good DVD of Vista (not HP, Dell recovery disks):

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu

    http://support.Microsoft.com/default.aspx/KB/918884

    MS advice on the conduct of clean install.

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    A tutorial on the use of a clean install

    http://www.winsupersite.com/showcase/winvista_install_03.asp

    Super Guide Windows Vista Installation

    After installation > go to the website of the manufacturer of your computer/notebook > drivers and downloads Section > key in your model number > get latest Vista drivers for it > download/install them.

    Save all data, because it will be lost during a clean installation.

    See you soon.

    Mick Murphy - Microsoft partner

  • Why people have suddenly begun to report their entire question in the place that is intended for a brief description of the problem.  Is there something inherently wrong with the new format of format?

    ... Only to repeat it once again here.

    Why people have suddenly begun to report their entire question in the place that is intended for a brief description of the problem.  Is there something inherently wrong with the new format of format?

    Ahhh, now I see.

    The man, who is just really, really bad design forum.

    I know that it will hurt, Adobe, but you will be away to Jive at a given time.  You're going to have to, as Jive moves further and further away from the ease of use.  So... Dick.22 now, or le.45 later.

  • How to insert the new line char in sticky c# code?

    Hi all

    I paste the code complete c# on a line of string as follows.

    int _intUserID = 0; string _strUserName = string. Empty; string _strEmployeeID = string.empty;
     
    c# VS2005 .cs file code should stick as follows.

    int _intUserID = 0;
    String _strUserName = string. Empty;
    String _strEmployeeID = string. Empty;

    So how do you achieve this. by inserting the new line char in c#?

    Hi Murthy,

    Thanks for posting your query in Microsoft Community.

    I understand that you have problems with the code in Visual studio.

    The question you posted corresponds to the coding software, it would be better suited to the MSDN Community.

    Please visit the link below to find a community that will provide the support you want.

    http://social.msdn.Microsoft.com/forums/en-us/category/VisualStudio

    Hope it will be useful. If you still have questions, please reply and we will be happy to help you.

  • BSOD when trying to install Win7 64 bit with the new motherboard

    Hi all

    I have the following BSOD problem:
    I installed a new motherboard in my system (a MSI P43 C51). Before that, I got a Gigabyte G41MT-S2P. The rest of the configuration is: Q9650, Thermaltake truespirit 90 cooler, 2 x 4 GB DDR3 1333, GTX 470, 750W PSU, case name, SATA HDD 500 GB, Windows 7 64 bit.

    Well, the problem started when I tried to boot into windows with the new motherboard: I got BSOD 1 second after windows starts loading. I thought... new motherboard, install new windows, so I tried to install windows 7 64 bit DVD and USB stick, I get the STOP: 0x0000000A error during installation. I changed the HARD drive, thinking that it could be a bad sector problem, but no, the other hard drive behaved exactly the same thing. I got BSOD at 40% extraction, extraction of 90% and for the moment "Complete the installation..." ». I also tried to install with the stick of memory only one, spent between ports, everything. The material I have works, as I played on my PC every day in the last month and received no. BSOD, also had a small overclock the CPU and the GPU (100 MHz on the processor, that the old motherboard supported more than 343 fsb and about 100 MHz on the GPU). It was stable, no errors, no nothing.

    My thoughts are only, after asking some knowledge that work in computer support, it could be a problem of version of the BIOS (BIOS is 2005..) and the fact that my Win 7 installation kit is without Service Pack 1 (a colleague told me that he had this problem for the PC more than once and after trying to install SP1 It went smoothly and without errors)

    I just got a new "blank" DVD of Win 7 64 bit with SP1. What I'll try today is to Flash the bios with the latest version and install the OS on a HARD drive new, sealed. He could not be my system components, because they are compatible and they worked 1 day before with no problems! I have literally NO IDEA what could be the problem. Today, I'll try the installation of the new DVD and with the new version of the BIOS. If this does not work, I have no idea what I can do... It is a sucky situation.

    If you have any suggestions, please, don't keep it to yourself :-D

    Thank you!
    Alex

    Hello

    See this thread for more information on using BlueScreenView, MyEventViewer and other methods of
    Troubleshoot the BlueScreens - top two responses.

    http://social.answers.Microsoft.com/forums/en-us/w7repair/thread/8df6485a-50cc-4cdc-BE3E-0f05c7745117

    ==============================================

    References to Vista also apply to Windows 7.

    Drivers could be at fault, however the problems of disk or security/antivirus/antispyware products are
    just as likely to be the root cause that they can force a driver to corrupt or go out of bounds.
    The video driver or something affecting it would be questionable.

    At the end of this message, I'll post a bluescreen generic and in the next convenience store
    How do to update the drivers and BIOS but also to check memory message.

    -----------------------------------

    BCCode: 0a 0x0000000A

    Cause

    This bug check is issued if the memory paged (or invalid) is accessible when the IRQL is too high.

    The error that usually generates this bug check occurs after the installation of the faulty device driver or service system, BIOS.

    If you encounter a bug 0xA control during the upgrade to a later version of Windows, this error can be caused by a device driver, system service, an anti-virus or a backup tool that is not compatible with the new version.

    Solve the problem

    If a kernel debugger is available, get a stack trace.

    To resolve an error caused by the faulty device driver or service system, BIOS

    1. Restart your computer.
    2. Press F8 to character-based menu that displays the choice of operating system.
    3. In the WindowsAdvanced Options menu, select last known good Configuration . This option is most effective when a pilot or a service is added at a time.

    To resolve an error caused by an incompatible device driver, system service, virus scanner, or backup tool

    1. Check the system log in Event Viewer for error messages that may identify the device or driver that caused the error.
    2. Try disabling the cache in memory of the BIOS.
    3. Run the diagnostics of equipment provided by the manufacturer of the system, in particular the scanner memory. For more information about these procedures, see the manual of your computer.
    4. Make sure that the latest Service Pack is installed.
    5. If your system has cards (SCSI) small computer system interface, contact the card manufacturer for updated Windows drivers. Try to disable sync negotiation in the SCSI BIOS, check the wiring and the SCSI ID of each device and confirming the proper termination.
    6. For devices (IDE) peripheral electronic integrated, set the built-in as only primary IDE port. Also, check each IDE device to the right setting master/slave/stand alone. Try to remove all IDE devices except for the hard drives.

    If the message appears during installation of Windows, make sure that the computer and installed devices are listed in the list of the products tested Microsoft Windows market.

    Comments

    Before upgrading to a new version of Windows, remove all third-party device drivers and system services and disable any antivirus. Contact software manufacturers for updates of these third-party tools.

    BCCode: 0a 0x0000000A<-- read="">
    * 1025.html http://www.faultwire.com/solutions-fatal_error/IRQL-not-less-or-Equal-0x0000000A-

    ==================================================================

    General troubleshooting BlueScreen to use with the methods above.

    Look in the Event Viewer to see if something is reported on those.
    http://www.computerperformance.co.UK/Vista/vista_event_viewer.htm

    MyEventViewer - free - a simple alternative in the standard Windows Event Viewer.
    TIP - Options - Advanced filter allows you to see a period of time instead of the entire file.

    http://www.NirSoft.NET/utils/my_event_viewer.html

    -------------------------------------------------------------------------

    Also this, so you can see the probable bluescreens.

    Windows Vista restarts automatically if your computer encounters an error that requires him to plant.
    http://www.winvistatips.com/disable-automatic-restart-T84.html

    -------------------------------------------------------------------------

    Here are a few ways to possibly fix the blue screen issue. If you could give the blue screen
    info that would help. Such as ITC and 4 others entered at the bottom left. And all others
    error information such as codes of STOP and info like IRQL_NOT_LESS_OR_EQUAL or PAGE_FAULT_IN_NONPAGED_AREA and similar messages.

    As examples:

    BCCode: 116
    BCP1: 87BC9510
    BCP2: 8C013D80
    BCP3: 00000000
    BCP4: 00000002

    or in this format:

    Stop: 0 x 00000000 (oxoooooooo oxoooooooo oxoooooooo oxooooooooo)
    Tcpip.sys - address blocking 0 x 0 00000000 000000000 DateStamp 0 x 000000000

    It is an excellent tool for displaying the blue screen error information

    BlueScreenView scans all your minidump files created during 'blue screen of death '.
    hangs and displays information about all accidents of a table - free

    http://www.NirSoft.NET/utils/blue_screen_view.html

    BlueScreens many are caused by old or damaged, in particular the video drivers drivers however
    There are other causes.

    You can do mode if necessary safe or the Vista DVD command prompt or
    Options recovery if your system is installed by the manufacturer.

    How to start on the System Recovery Options in Windows 7
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    You can try a system restore to a point before the problem started when one exists.

    How to do a system restore in Windows 7
    http://www.SevenForums.com/tutorials/700-system-restore.html

    -------------------------------------------------------------------------

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates cbs.log Windows Vista (and Windows 7)
    http://support.Microsoft.com/kb/928228

    The log can give you the answer if there is a corrupted driver. (Says not all possible
    driver problems).

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run the check disk at startup in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    -------------------------------------------------------------------------

    Often drivers up-to-date will help, usually video, sound, network card (NIC), WiFi, part 3
    keyboard and mouse, as well as of other major device drivers.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    Installation and update of drivers to 7 (update drivers manually using the methods above is preferred
    to make sure that the latest drivers from the manufacturer of system and device manufacturers are located)
    http://www.SevenForums.com/tutorials/43216-installing-updating-drivers-7-a.html

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    -------------------------------------------------------------------------

    How to fix BlueScreen (STOP) errors that cause Windows Vista to shut down or restart
    quit unexpectedly
    http://support.Microsoft.com/kb/958233

    Troubleshooting Vista Blue Screen, error of JUDGMENT (and Windows 7)
    http://www.chicagotech.NET/Vista/vistabluescreen.htm

    Understanding and decoding BSOD (blue screen of death) Messages
    http://www.Taranfx.com/blog/?p=692

    Windows - troubleshooting blue screen errors
    http://KB.wisc.edu/page.php?id=7033

    -------------------------------------------------------------------------

    In some cases, it may be necessary.

    Startup Options recovery or Windows 7 disk repair

    How to run a startup repair in Windows 7
    http://www.SevenForums.com/tutorials/681-startup-repair.html

    How to start on the System Recovery Options in Windows 7
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    How to create a Windows 7 system repair disc
    http://www.SevenForums.com/tutorials/2083-system-repair-disc-create.html

    I hope this helps.

  • Question "BOLD" of blackBerry Smartphones and synchronization with the new Media Sync for Mac

    Someone at - he had problems with the new media manager not achievements the media in the "BOLD" card, it worked for my curve but not the "BOLD" it says for me to insert the press card. I tried formatting, but still used hired there is one in there to transfer my iTunes. Any suggestions?

    I just tried sync'ing a playlist from iTunes to my "BOLD" w / Media Sync and it worked fine. I don't have a memory card either. It took two trials - the first doesn't seem to work, but the second went without a hitch. You have your "BOLD" value will automatically switch on the mass storage device when connected to your Mac - I do not know if it would make a difference.

  • Avoiding the new line, import csv

    Hi friends,

    Importing csv into a temporary table file, stored in csv is divided into two rows due to "an undesirable character" or the new line.

    Here is the example when I copy the unique line of csv, and while the display becomes two lines in Notepad.

    ' 70555129360 ',' December 10, 2014 23:51:34 ","11 December 14"," Tag #: 4708511.

    Sharjah - 50253 2', 'Al Barsha', 'Abu Dhabi', '0.00 '.

    You can find the unwanted character or a new line in the image. No way to avoid this, importing temporary table or can we adhere as data records.

    Select * from test where instr(test_value,'"',1,1) = 1;

    Select * from test instr(test_value,'"',1,1) <>1;

    Finally, we can reach above two sets with the first line of the first query with the first line with the second query. your suggestion pls.

    use utl_file.get_line (in_file, lineread);

    in_file utl_file.file_type;

    lineread varchar2 (4000);

    Thank you.upload1.bmp

    Actually, I had an idea like, given that the single line divides into two lines in the table.

    I'll do three temporary table for some data.

    ' 70555129360 ',' December 10, 2014 23:51:34 ","11 December 14"," Tag #: 4708511.

    Sharjah - 50253 2', 'Al Barsha', 'Abu Dhabi', '0.00 '.

    1. first one like that with the column one id.

    Select * from test where instr(test_value,'"',1,1) = 1;

    Id test_value
    1 "raju, mohan.
    2 "like, dikes.
    3 "play, while".
    4 "all right, mine.

    2. the second one like this with one ID column

    Select * from test instr(test_value,'"',1,1) <> 1.

    id test_value
    1 rain, rain ".
    2 chain, wain.
    3 Why not ".
    4 "all, well done.

    and finally

    3. third from combine records where id matches.

  • How to add the new line 'Total' to a report?

    Hello

    I built a report within the region. I can get the total by checking the 'sum', but I need the word 'total' showing on the same vintage with the total amount. How can I achieve that? or in any different way how to create the new line to show total?

    Source debit credit

    A 45 44

    45 56 B

    90 100

    Thank you

    Victor

    Hello

    For the classic report show the sum.

    Go to the report attributes and click the box check the amount that you want to total.

    If you still face any problem-

    Please go to the

    http://Apex.Oracle.com/

    Workspace - WS_SUNITI

    User name: Test

    Password: 1234

    82863 application ID.

    Name of the tab - PSVANS3

    Page no 5

    Kind regards

    Director

  • AF:dialog cancel the problem on the new line of VO

    With the help of 11.1.1.4.

    I have an af:popup that contains an af:dialog which itself contains entrable components mapped to attributes of VO, the first being an af:selectOneChoice (list of the part of the body). The list of the part of the body draws from a LOV configuration on the underlying VO attribute. LOV rowset is initialized in the model of the line layer whenever the popup is called to make sure that it contains all the allowed values.

    Everything works fine except when:

    (a) user adds a new row to the underlying VO and invokes the popup to initialize the values of the new line, and
    (b) the user selects a value in a list of the part of the body, and
    (c) user chooses to cancel the dialog box

    The PopupCanceledEvent triggers a Delete on the underlying VO in the case above operation, to remove the new line has been added.

    It all works very well, but if the dialog box is now called either for another new line or an existing line, the list of the part of the body indicates the value that has been selected to b) above and not on the value as it is in line with model (this has been verified). If I add and remove line using the Delete operation out of an icon above the table of VO (outside), then no problem. The problem is not correct itself unless / until the user goes in the new dialog box and completes the process of adding line by pressing the button of the OK dialog box. User can then delete this new line using the icon and then edit and add all operations work fine again.

    All about the model seems very well, the problem seems to be that the user interface components in the dialog box are not properly initialize values which I know to be in the model WHEN AND ONLY WHEN the dialog box was canceled on the addition of a new line (cancellation of a change does not cause the problem). I tried various RPP requests to try to synchronize the items with related values, but not luck.

    Does anyone have any suggestions as to what might be going on here?

    Thank you

    Check this box:
    http://www.adftips.com/2010/10/ADF-UI-resetting-or-clearing-form.html

    Thank you
    Nini

  • The table layout where the new line can be inserted / updated rest is read only

    Jdev Studio Edition Version 11.1.1.3.0.

    I have a (JSF) page that has table. My requirement is I need make the line as read only with the exception of the newline (created with the new button) as update / insert able. Please suggest a way around so that the user can only add records to the table but couldn't change all existing records in the table.

    Please advice.
    Thank you.

    S Chatterji.

    S. Chatterji,

    If you are using ADF business components, just go to the VO on which is based the table and brand every attribute as "Editable when new" only.

    John

Maybe you are looking for