I want to display a fixed length text file using a FlexGrid. Is there an easy way to do this without opening up the file and looping through it, setting the test for each cell individually?<br><br>Thanks for any help<br>Joe
You can load the flexgrid all in one go - but you do have to read the file first.<br><br>Read the file a line at a time.<br><br>As you read it build a string that contains the whole file. <br><br>Seperate columns with vbTab and rows with vbCrLf.<br><br>When you've read the whole file you can add it to the grid in one operation with .Additem<br><br>I hope this is of use to you. <p>Mike<br><a href=mailto:michael.j.lacey@ntlworld.com>michael.j.lacey@ntlworld.com</a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.