Página 1 de 1

It is possible to generate XML code with the function MEMOWRIT

Publicado: Vie Nov 20, 2009 11:41 am
por Vladimir Zorrilla LLe
Friends
It is possible to generate XML code with the function MEMOWRIT
Here are the files e XSD and xml
http://www.clipper.net16.net/vea.html
Xharbour support objects COM
Thanks

It is possible to generate XML code with the function MEMOWRIT

Publicado: Dom Nov 22, 2009 1:57 pm
por Fernando Leal
Yo creo mis XML con MEMOWRIT
Tengo mes y medio y no me han reportado nada raro.
local cArchivo := ""
cArchivo+="<InvestigacionesExternas1323>" + CRLF
cArchivo+=" <InvExt>" + CRLF
cArchivo+=" <INV_SIDOM>" + if( oDataSet:UBICONFIRM
== "S","1","0" ) + "</INV_SIDOM>" + CRLF
cArchivo+=" <INV_NODOM>" + if( oDataSet:UBICONFIRM
== "N","1","0" ) + "</INV_NODOM>" + CRLF
cArchivo+=" <INV_CALLE>" + Alltrim(
oDataSet:UBICALLE ) + "</INV_CALLE>" + CRLF
cArchivo+=" </InvExt>" + CRLF
cArchivo+="</InvestigacionesExternas1323>"
MEMOWRIT( "Envio.xml", cArchivo )
Saludos
Fernando Leal