Is there any way to move through a text file like you do with a recordset?
Ex. - Rs.MoveLast
Rs.MoveFirst
Rs.Move
I know you can read text files using ADO that are delimited and accomplish this but is there a way to read in a file that has no delimiters whatsoever except a CRLF? My goal is to be able to read in text files that are both line sequential (have CRLF at the end) and non-line sequential files (do NOT have a CRLF at the end) into an interface that can display the text to a user so that they can modify it as well as navigate through the file move one or even 1000 records at a time. Please give your comments. Thanks.
Swi
Ex. - Rs.MoveLast
Rs.MoveFirst
Rs.Move
I know you can read text files using ADO that are delimited and accomplish this but is there a way to read in a file that has no delimiters whatsoever except a CRLF? My goal is to be able to read in text files that are both line sequential (have CRLF at the end) and non-line sequential files (do NOT have a CRLF at the end) into an interface that can display the text to a user so that they can modify it as well as navigate through the file move one or even 1000 records at a time. Please give your comments. Thanks.
Swi