Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> entries in textarea

entries in textarea

From: Stephanie Matzek <Stephanie.Matzek_at_planet.de>
Date: Fri, 24 Apr 1998 14:55:13 +0200
Message-ID: <35408BB1.9A649937@planet.de>


can someone help me?

I created a address data base.
Now I want to edit the entries and use formtext. But I can't get the old entries in textarea! Why not?

htp.tableRowOpen('LEFT','TOP','','','');
 htp.tableData(htf.bold('Email:'));
 htp.tableData(htf.formtext('','70','',crec.email,''),'','','','','2','');

 htp.tableRowClose;

htp.tableRowOpen('LEFT','TOP','','','');  htp.tableData(htf.bold('Text:'));
 htp.tableData(REPLACE(crec.text,
chr(13)||chr(10),'<BR>'||chr(13)||chr(10)),'','','','2','2','');  htp.tableRowClose;

->there I want to use a textarea with the old entries

Thank you for your efforts
Steffi Received on Fri Apr 24 1998 - 07:55:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US