How to get the description of text box with some HTML < P > tag

Hi friends,

I created two point, an element of box P1_RICH_TEXT_FIELD rich text field and a text item field area P1_TEXT_AREA. I created the calculation process to copy the value of P1_RICH_TEXT_FIELD in P1_TEXT_AREA. Calculation works well but contect copy in P1_TEXT_AREA are

< p >

Test Test description description < /p >

< p >

Test DescritionTest DescritionTest description < /p >

< p >

Test DescritionTest DescritionTest description Test Test DescritionTest Test Test Test Descritionhkjhkh < /p > description description description description


I need to copy with the tag < p >.


How to get the description of text box with the HTML < P > tag



Thank you

Hi Alex,

Thank you very much. You want very criticle problem for me. Thank you very much.

Now, there are several tags in the rich text field

"span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, b, u, I, Center, dl, dt, dd, ol, ul, li, label, table, caption, tbody, tfoot, thead, tr, th, td" etc.

How can I move all these in REGEXP_REPLACE (: P1_RICH_TEXT_FIELD, ')

|

(", 1, 0, im ') code.

Thank you

Tags: Database

Similar Questions

  • How to get the title of a table with FDK?

    How to get the title of a table with ad FDK C++?

    I did people. I get objects table paragraph and later the textual elements for each of them.

  • NLS_CHARSET - how to get the description

    My question is how do I get the description as

    • Cyrillic Windows 1251
    • Eastern European Windows 1250
    • Eastern European ISO-8859-2
    • Unicode UTF-8

    of NLS_CHARSET_ID?

    You can find a list of the descriptions of charest here: http://www.adp-gmbh.ch/ora/misc/globalization.html

    I need to add the following query description column, but I do not know how:

    SELECT nls_charset_id(value) id, value ORA_CHARSET, utl_i18n.map_charset(value) IANA_CHARSET
    FROM v$nls_valid_values
    WHERE parameter = 'CHARACTERSET';
    

    There is no view to map the value characterset description/comment.

    You can map the Oracle database Globalization Support Guide

    http://docs.Oracle.com/CD/E11882_01/server.112/e10729.PDF

    Table A-4/5/6/7

    Thank you

  • How to get the 'description' of a control property if the control is a part of the cluster?

    Hi, dear all

    LV offers the possibility to work with the property 'description' of the individual control of the VI. The use of knots of property: reference VI > front propert > control [] property > Description.

    Unfortunately, I found a way to set or get the description of a control if it's a part of the cluster =)

    Could someone suggest the idea?

    Thanks in advance,

    Max

    interesting problem, I tried, take a look.

    your

    RZM

  • How to get an apex_collections.clob001 text box without doing bad request error

    For my work, I need to adjust an apex page where copy us paste records to an excel file in a text box to read in the data base. The code for this works very well, except for 1 thing:

    Whenever copy us paste more records as well as the total number of characters is greater than 32767, it gives the following error:

    Bad request

    The request was not understood by the server due to invalid syntax.

    I know that I need to get the content of the textarea component in apex_collections.clob001 and I heard that I need to ajax and javascript to do, but ajax is not my area of expertise.

    Once I have the clob in apex_collections and can be read from in a package I can handle the rest. The text box is called P157_CONTENT.

    Who can explain to me how do I get the content in the text box in apex_collections.clob001?

    I finally got to work with this solution:

    Martin Giffy Souza on Oracle APEX: how send/download a CLOB from the browser at APEX via AJAX

  • How to get the description of COM port

    I have a USB to UART, do someone knowes how to get com port description, as seen in deveice managerment. ?

    You should be able to get this assessed with VISA:

    #include static ViSession sessH;
    static ViSession visaH;
    static ViChar descr[512];
    
    viOpenDefaultRM (&sessH);
    viOpen (sessH, "ASRL1::INSTR", VI_NULL, VI_NULL, &visaH);
    viGetAttribute (visaH, VI_ATTR_INTF_INST_NAME, descr);
    viClose (visaH);
    viClose (sessH);
    
  • HELP: How to create the link via text boxes

    I am trying to create a text through the comments toolbar box and set a link to a page in the same pdf. Using the Connector tool does not show an option to create a link to a text box or in the text created through the typewriter tool. I'm using Acrobat 9 Pro. Thank you

    An action to go to another page in the document can be attached only to a form or a link object field. When you add text using the typewriter tool that you add an annotation, which cannot do.

  • How to get the content of a textarea with bbui and jquery

    Hi, I have a problem. I build an app with bbUI and jQuery. Now, I need to get the content of a Textare when someone clicks on the record in the next page:

    Text Entry Examples
    Text Area

    my javascript code looks like this:

    function save() {
        alert($("#myinput").text());
    }
    

    what I have to change to get this working? I don't get the "123", but when I change it is always '123 '.

    I believe you can use the .val property.

    $("#id").val()
    
  • How to get the associatedXMLElement of myDoc.findText (). [some index]

    I try to get the markupTag of a found result, all the text is labeled.

    I am looking for "a."

    app.findTextPreferences.findWhat = "a";
    myFinds = myDoc.findText ();

    for (myFindIndex = 0; myFindIndex < myFinds.length; myFindIndex ++) {}
    Here, I thought I could get the PointInsertion of the result,

    myIndex = myFinds var [0] .insertionPoints [-1] .index;
    Alert (myFinds [myFindIndex].parentStory.insertionPoints [myIndex].associatedXMLElement.mark upTag.name)

    However this object has no associated element...

    myIndex gives the right index for the PointInsertion

    When during the extraction of the insertionpoints parent, I'm history, which has a parent Document, so I can't redirect the PointInsertion.

    Main problem seems to be that insertionPoints do not have an associated element, I guess.
    }

    Who can try this friendly Friday afternoon (depending on your region)?

    Hi Zinger,

    I need to change your code mentioned above, I hope that you expect this:

    myDoc var = app.activeDocument;
    app.findTextPreferences.findWhat = "a";
    myFinds = myDoc.findText ();

    for (myFindIndex = 0; myFindIndex)< myfinds.length;="" myfindindex++)="">
    myIndex = myFinds var [0] .insertionPoints [-1] .index;

    You words are confused with "associatedXMLElements [0]" I changed this name.

    Alert (myFinds [myFindIndex].parentStory.insertionPoints [myIndex]. ) Assoc iatedXMLElement. markupTag.name)
    Alert (myFinds [myFindIndex].parentStory.insertionPoints [myIndex]. associatedXMLElements [0]. markupTag.name)
    }

    THX

    csm_phil

  • How to control the width of text box entry with javascript?

    I use variables for positioning text entry areas.  I have worked how to move left/right, but cannot control their width, although I can do for regular active forms:

    var myButton = document.getElementById ("Text_Entry_Box_2c");

    MyButton.style.Left = textLeft2 + 'px ';  / / this works

    MyButton.style.Width = textWide2 + 'px ';  //This doesn't work

    Anyone could do this?

    Your actual input field is:

    getEntry var = document.getElementById ("Text_Entry_Box_2_inputField");

    getEntry.style.width = 250 + 'px ';

    I found that I need to use a setTimeout before the item is actually in the DOM.

  • How to get the Horizontal Slider that aligned with the text?

    Hello

    I'm putting my horizontal sliders according to textual information, but for some reason that the alignmentbase property does not work. Any tips?

    The code that I use now:

    < s:Panel id = "ViewTracksPanel".

    title = "look a parameters.

    Width = '100% '.

    Height = "100%" >

    < s:layout >

    < s:VerticalLayout paddingLeft = paddingTop = "10" "10" paddingBottom = "10" / >

    < / s:layout >

    < s:VGroup >

    < s:HGroup gap = "30" >

    < s:RadioButton group = "{viewingtype}" id = "viewtrackHistory" label = 'History of Athletics' value = 'History' / >

    < s:RadioButton group = "{viewingtype}" id = "viewLatestLocation" label = "Current Position" value = "LatestLocation" / > <! - does not work because the accuracy of the data is not in line with precision of interval - >

    < / s:HGroup >

    < right s:HGroup = "40" >

    < mx:Text text = "track time interval: Minutes of {timeInt.value}" / > ""

    < s:Label text = "1" / >

    < stepSize minimum = "1" maximum = "1" s:HSlider = "60" id = "timeInt" width = "200" dataTipPrecision = '0' change = "timeInt_changeHandler (event)" alignmentBaseline = "ideographicBottom" / > "

    < s:Label text = "60" / >

    < s:Label / >

    < / s:HGroup >

    < s:HGroup >

    < mx:Text text = "display time interval: seconds {Speed.value}" / >

    < s:Label text = "1" / >

    < s:HGroup >

    < stepSize minimum = "1" maximum = "1" s:HSlider = "5" id = "Speed" width = "200" dataTipPrecision = '0' alignmentBaseline = "ideographicBottom"/ >

    < / s:HGroup >

    < s:Label text = "5" / >

    < / s:HGroup >

    < s:Label / >

    This translates into:

    slider.jpg

    As noted above, the cursor (& corresponding labels) aren't on the same 'line horizontal/position' as the mx Text (e.g. "Track time interval" but a little higher?

    I tried to put alignmentbaseline to all possible values but whithout success.

    Any advice would be great!

    Thank you.

    Maybe put the two HGroup form and form elements will have a height and can use verticalAlign set to medium or low, depending on what works.

  • How to get the download for LR 6 with a few tan by leica, I missclik and get CC LR, I don't want this version, but the free version of LR6 for desktop PC (window 10) ty to explain, I'm french my English is bad! Ty

    I want to download LR 6 for pc, free by a few tan of Leica desktop.

    I get LR CC (creative Cloud) I want to uninstall LR CC and the ability to download free LR 6 as the said version perpetual license or self Leica

    Hi Jean-pierrev10519687,

    Please use the following link to download and Install Photoshop Lightroom

    See also,

    How to download, install and activate Adobe applications

    Find the serial number of your Adobe product quickly

    Let us know if that helps.

  • How to save the string in a file with some special characters

    Hello

    I m using MD5 - llb to create a password.

    So, I want to save this MD5-string to a file and read it later abd compared again.

    Works perfectly with a proplem:

    Some Word create a '\r' in the string of MD5 and when I save this string in a file and read it at the time its read as a '\n' for the comparison does not work.

    My question is: How can I record a string exactly as if it were somewhere and read back (also the invisible characters)

    For example, the word: heinz

    is in MD5: \r\FB^\07\A6\07T\C7\D9\C2\94\AB\C9\1DS\95 (string as display codes indicator)

    When I save the string in a file, then I rerad back: \n\FB^\07\A6\07T\C7\D9\C2\94\AB\C9\1DS\95

    I used the "write text file" and "read text file".

    What should I use to record and play back the same thing?

    THX

    Have you tried right click and deselection "convert EOL?

  • How to get the value of the TextField on Buton FieldChangeListener

    friends I am new on the development of blackberry applications could you please help me how to get the value of text I typed in the textField when I click the button?

    constructor

    public Dialogs()
    {
      
    using design in the same screen
      
    Display display = new MainScreen();
      
    ButtonField btnPress = new ButtonField();
    btnPress.setLabel ("press me");
    btnPress.setChangeListener (ButtonPressListener);
      
    TxtValue TextField = new TextField();
    txtvalue.setLabel ("enter something :");
      
    HFM VerticalFieldManager = new VerticalFieldManager (VerticalFieldManager.FIELD_VCENTER);
    HFM. Add (txtValue);
    HFM. Add (btnPress);
      
    mainScreen.add (hfm);
    pushScreen (mainScreen);
      
      
    }

    FieldChangeListener ButtonPressListener = new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
        
           
    Dialog.Alert (t.GetText ());
         
         
         
    }
    };

    any help would be appreciated.

    You must ensure that your FieldChangeListener has access to the object of txtvalue, while it can make a

    String inputString = txtvalue.getText ();

  • validation of maximum size on the element of text box

    Hello
    I couldn't find any station associated with this type of validation. I have a text box on a form. the maximum size of the associated database column is 512 bytes. I need a sort of validation that will tell the user that the maximum size is 512. currently the text box allows the user to write as muc has he wants and throws his mistake if he spends more than 512 bytes.

    ORA-20505: DML error: p_rowid = 63, p_alt_rowid = MEMBER_NOTES_ID, p_rowid2 =, p_alt_rowid2 is. ORA-12899: value too large for column 'DW_PROD '. "" "" MEMBER_NOTES '. "" NOTES_TEXT' (real: 1016, maximum: 512) ORA-02063: preceding the line of DATA source
    Error failed to process row in the MEMBER_NOTES table.

    None of graceful.

    Any thoughts?
    Thank you.

    Hello

    You can use the Type of 'text box with character counter.

    Hope this helps,

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

Maybe you are looking for