Page 1 of 1

It is possible to generate XML code with the function MEMOWR

Posted: Sat Nov 21, 2009 4:24 am
by Vladimir Zorrilla
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

Thanks

Re: It is possible to generate XML code with the function MEMOWR

Posted: Sun Nov 22, 2009 12:07 pm
by Jack
You can also user Fcreate, Fwrite and Fclose .
wf:=fcreate("text.xml")
fwrite(wf,xmlvar+CRLF)
fclose(wf)

Re: It is possible to generate XML code with the function MEMOWR

Posted: Fri Nov 27, 2009 7:19 am
by Rochinha