FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Use DBF file on MEMO field
Posts: 21
Joined: Mon Nov 14, 2005 02:20 AM
Use DBF file on MEMO field
Posted: Mon Jan 29, 2007 08:26 AM

Dear All

Did anyone know How to Open a DBF file on MEMO field without Memowrit

The samples programs maybe like this

request dbfcdx, dbffpt ; rddsetdefault('DBFCDX')

dbcreate('temp',{{'memo','M',4,0}})
xMEM=MEMOREAD("a.dbf") 
use temp
dbappend()
REPL memo WITH xMEM // save a dbf file at MEMO field
close

use temp alias xx

// MEMOWRIT("a.DBF",xx->memo) // omit this
use xx->memo new // ??? OPEN a memo-type's DBF file directly
close

=======================

Thanks !!!

Best Regards

Dixon Chu

Continue the discussion