FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour It is possible to generate XML code with the function MEMOWR
Posts: 225
Joined: Tue Feb 28, 2006 04:25 PM

It is possible to generate XML code with the function MEMOWR

Posted: Sat Nov 21, 2009 04:24 AM

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

ME INTERESA FW Y XHB POR SER OPEN SOURCE
Posts: 300
Joined: Wed Jul 11, 2007 11:06 AM

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

Posted: Sun Nov 22, 2009 12:07 PM

You can also user Fcreate, Fwrite and Fclose .
wf:=fcreate("text.xml")
fwrite(wf,xmlvar+CRLF)
fclose(wf)

Posts: 310
Joined: Sun Jan 08, 2006 10:09 PM

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

Posted: Fri Nov 27, 2009 07:19 AM

Friend,

See this post:

viewtopic.php?f=3t=17373p=90989#p90989

&&

Continue the discussion