Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table to XML

Status
Not open for further replies.

Lxmm

Programmer
May 10, 2005
32
GB
Hello,
Is there a way to create an XML file from VFP6?.
As far as I know there is no command to extract table into XML in Version6. However, I can create a EXE in version 8, but I'm not sure to called VFP8 exe from VFP6 application. Do I need VFP6 & VFP8 runtime libraries in such case?

Please help
 
You may look at just creating the XML manually. TEXTMERGE may be of some benefit. Depends on how complex the XML is whether this would be realistically feasible.

If you did create a VFP 8 COM server (for example) to be used within your VFP 6 application you would need to distribute both sets of runtimes.

boyd.gif

SweetPotato Software Website
My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top