DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: processing multi line text

  1. #1
    Join Date
    Aug 2000
    Location
    Jolo, Sulu
    Posts
    639

    Hi!

    I have a form application.It has a text item of size varchar2(2000).User cut and paste text in this box,which is a multi line text.When users click on save button my procedure should take this text string from form as a input variable and separate as each field per each line.My program not able to split as separate lines of this text.Is there any way to do this text processing in forms.I appreciate your help

    thanks

  2. #2
    Join Date
    Oct 2000
    Posts
    90
    Kris,

    You should be able to write some Pl/SQL that loops through the text and looks for CHR(13) or CHR(10) (or maybe even both !!) and cut the lines that way.

    Hope this is of help.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width