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
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
It is possible to generate XML code with the function MEMOWRIT
-
- Mensajes: 16
- Registrado: Sab Jul 22, 2006 1:37 pm
-
- Mensajes: 294
- Registrado: Jue Mar 13, 2008 3:03 pm
It is possible to generate XML code with the function MEMOWRIT
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
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