Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> entries in textarea
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
![]() |
![]() |