Use a Variable Memo Control to do this, set to read-only if you don't want the user to edit the contents. You would get the contents into the variable with a statement like SET VAR vMemoContents = ['Filename.TXT'].
If the text files are row-oriented (eg, a log file or something) you can also use a Variable List Box. You would load it with a PROPERTY command (I don't remember the specifics, but I'm sure you can find it if you search the list). Either one will allow you to integrate the info in the text file very nicely with a database record the file corresponds to. -- Larry ________________________________ From: Michael J. Sinclair <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Tuesday, November 11, 2014 8:56 AM Subject: [RBASE-L] - How to display DOS text file within Rbase for Windows Hello All, I have text files that I would like the user to be able to view. Is there a (or best) control for displaying (with scrolling, some of the files are a few hundred lines long)? It would be even better if during the display the user could search for a word. Mike

