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
Use DBF file on MEMO field
Return to “FiveWin for Harbour/xHarbour”
Jump to
- English Forums
- ↳ FiveWin for CA-Clipper
- ↳ FiveWin for Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog and EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin for Pocket PC
- ↳ mod_harbour
- Foros en Español
- ↳ FiveWin para CA-Clipper
- ↳ FiveWin para Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog y EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin para Pocket PC
- ↳ mod_harbour
- Forum italiani
- ↳ All products support
- Forum Portuguese
- ↳ All products support
- Forum German
- ↳ All products support
- General
- ↳ WhatsNew / Novedades
- ↳ Bugs report & fixes / Informe de errores y arreglos
- ↳ To do - WishList / Por hacer - Peticiones
- ↳ Utilities / Utilidades
- ↳ Off Topic / Otros temas
- Artificial Intelligence
- ↳ TensorFlow and Python examples
- ↳ TensorFlow.dll for Harbour and FWH
- ↳ latest AI news
- ↳ Building TensorFlow.dll
- ↳ AI Introduction (Harbour code and samples)