Page 1 of 1

Use DBF file on MEMO field

Posted: Mon Jan 29, 2007 8:26 am
by dixonchu
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