VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Input/Outpus file manager class wrapper

by Sean Street (14 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

This app includes a class that incapsulates the functions of reading and writing to a text file. The class handles all the functions of reading, inserting, replacing, appending, and delting data. It's been a fairly handy class for me and now I share it with you. It basically treats a text as a recordset. Procedures include:
OpenFile-opens the file
RowCount-returns the number of rows in the file
CurrentRow-returns the current row pointed at
MoveToRow-moves to indicated row
MoveFirst-moves to the first row in the text file
MoveNext-moves to the next row
MovePrevious-moves to the previous row
MoveLast-moves to the last row
GetDataFromRow-gets data from indicated row(if no row is provided then gets data from current row)
DeleteRow-deletes row indicated or current row
WriteData-inserts,replaces or appends data to text file
A few changes were made to an earlier submittion. The name I used was a bit misleading, so I changed that as well.

Rate Input/Outpus file manager class wrapper

Download Input/Outpus file manager class wrapper

Download Input/Outpus file manager class wrapper (5 KB)

Input/Outpus file manager class wrapper Comments

No comments have been posted about Input/Outpus file manager class wrapper. Why not be the first to post a comment about Input/Outpus file manager class wrapper.

Post your comment

Subject:
Message:
0/1000 characters