Home » Developer & Programmer » Forms » how to use text_io and signature
how to use text_io and signature [message #129399] Mon, 25 July 2005 01:52 Go to next message
sharan_it
Messages: 140
Registered: July 2005
Location: Chennai
Senior Member
How to use text_io i searched in goggelt o view some examples but i didnt get it..can anybody expalin this...

What is signature Text IO?
Re: how to use text_io and signature [message #129459 is a reply to message #129399] Mon, 25 July 2005 06:16 Go to previous messageGo to next message
sharan_it
Messages: 140
Registered: July 2005
Location: Chennai
Senior Member
As I didnt know this i created a new forum to know abt test_io and using signature in that...

But why u removed this topic?
Re: how to use text_io and signature [message #129496 is a reply to message #129459] Mon, 25 July 2005 08:18 Go to previous messageGo to next message
misragopal
Messages: 125
Registered: June 2005
Location: New Delhi, india
Senior Member

Text_io is basically file handling package in oracle, With the help of text_io u can read, write, append in text file.

go thru ur form's help, and report's help it will tell u a lot about text_io.

i am showing a example this will clear your doubts,
PROCEDURE FN_MAKE(STR IN VARCHAR2,MODS IN CHAR) IS
file1 TEXT_IO.FILE_TYPE;
file2 TEXT_IO.FILE_TYPE;
BEGIN

file2 := TEXT_IO.FOPEN( 'C:\output.HTML', MODS);
TEXT_IO.PUT_LINE( file2, str );
TEXT_IO.FCLOSE( file2 );

END;
Re: how to use text_io and signature [message #129661 is a reply to message #129399] Tue, 26 July 2005 03:48 Go to previous messageGo to next message
sharan_it
Messages: 140
Registered: July 2005
Location: Chennai
Senior Member
I have no doubt with text_io..Its just like C files.

I like to know abt signature and what is its used how its used..Explain me with some examples(I cant find in oracle forms help abt signature)
Re: how to use text_io and signature [message #129826 is a reply to message #129661] Tue, 26 July 2005 18:34 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What do you think is "text_io signature"? Please paste any documentation you may have with you to help us answer your question? Have you been asked a specific question? If so, please paste it in here.

David
Previous Topic: calling exe from report
Next Topic: How to pass 2 values in a text item?
Goto Forum:
  


Current Time: Fri Sep 20 03:28:47 CDT 2024