Hi,
I want to save data from form into txt file?
Can anybody help me.....
God bless u all
ching
ching
Hi,
you have to write procedure in form in which you will navigate every record of block and use package UTL_FILE to write data to text fil.
package UTL_FILE has
FOPEN function
IS_OPEN function
FCLOSE procedure
FCLOSE_ALL procedure
GET_LINE procedure
PUT procedure
NEW_LINE procedure
PUT_LINE procedure
PUTF procedure
FFLUSH procedure
FOPEN function
why are you not using report bulder ?
hope will help .
Thanks
P. Soni
[Edited by PSoni on 04-19-2001 at 08:52 AM]
UTL_FILE is for reading/writing text files on the database server. In Forms you can use built-in TEXT_IO for reading/writing text files on client. With help function in Forms you can more information.
Save data from form into txt file
Thank for your reply Psoni and akkerend
God bless you
ching
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks