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