DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Save data from form into txt file

Hybrid View

  1. #1
    Join Date
    Apr 2001
    Location
    indonesia
    Posts
    52
    Hi,

    I want to save data from form into txt file?
    Can anybody help me.....

    God bless u all

    ching
    ching

  2. #2
    Join Date
    Feb 2001
    Posts
    125
    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]

  3. #3
    Join Date
    Jul 2000
    Posts
    296
    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.

  4. #4
    Join Date
    Apr 2001
    Location
    indonesia
    Posts
    52

    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
  •  


Click Here to Expand Forum to Full Width