Home » Developer & Programmer » Forms » To writ e into a text file
To writ e into a text file [message #87173] Sun, 12 December 2004 15:47 Go to next message
****
Messages: 6
Registered: December 2004
Junior Member
Hi,

  Using WEBUTIL, I am writing the info into the text file through forms10g.

 

When I write into the text file, If I use chr(10), it is not writing into the next line.

What should I use to write the text into the next line?

 

Please reply soon.

 

Thanks,

Mano.
Re: To writ e into a text file [message #87177 is a reply to message #87173] Sun, 12 December 2004 21:30 Go to previous messageGo to next message
Frank
Messages: 7901
Registered: March 2000
Senior Member
In html a newline in the source-file does not show. Newlines are forced by a <<z>br> (break) tag.

hth
Re: To writ e into a text file [message #87178 is a reply to message #87177] Sun, 12 December 2004 21:54 Go to previous messageGo to next message
****
Messages: 6
Registered: December 2004
Junior Member
Hi,
Thanks. How can I use
inside forms?
Re: To writ e into a text file [message #87203 is a reply to message #87178] Mon, 13 December 2004 23:58 Go to previous messageGo to next message
Niranjan
Messages: 34
Registered: June 2001
Member
declare a varchar2 variable and store the data along with chr(10) into the var.

now while writing into the file u can use the value of the variable. hope that helps.
Re: To writ e into a text file [message #87231 is a reply to message #87203] Tue, 14 December 2004 21:17 Go to previous message
****
Messages: 6
Registered: December 2004
Junior Member
Hi,

I just tried the same. It is not working.

Thanks,
Mano.
Previous Topic: Urgent - Forms get corrupted very often
Next Topic: oracle with developer2000
Goto Forum:
  


Current Time: Sun Sep 08 03:41:48 CDT 2024