On Mar 12, 2007, at 12:42 PM, realbasic-nug- [EMAIL PROTECTED] wrote:
> > Date: Mon, 12 Mar 2007 04:37:35 -0500 (CDT) > From: Bill Cavalieri <[EMAIL PROTECTED]> > Subject: DBF Memo Fields > To: REALbasic NUG <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=utf-8 > > Anyone have a class for reading dbf memo fields? > > I have the OpenDBFCursor reading the dbf just fine, but I haven't > been able to find anything to read the dbt file. > I've modified Aaron Bratcher's DBF class so that it will read and write from FoxPro memo fields. This should work with non-FoxPro .dbf and .dbt files as well. With this you actually read the .dbf file and if the field is a memo field it will automatically look for open and read the associated .dbt file. If you want I can send you a copy. gary hayenga _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
