peteschulte
IS-IT--Management
Hello Fox Experts,
We'll be receiving client data (view it at the url) in xml to print billing statements. Deciding whether to use AXC.exe or VFP8, I encountered problems with VFP8 using xmltocursor().
It appears that VFP stopped reading the file. See and the results in BPExport512.dbf.
With flag 512, most of the result fields are memo fields, which is not the case with AXC results. Here's the line of code.
XMLTOCURSOR("\\Gmc\d\Stmt\Monterey\TEST\UB_XML\testExport\VFP8\BPExport.xml","curBPExport",512)
How can we keep them in their original data type?
With the other flags, 4, 1024, 2048 and 8192 I got "XML parse error: Invalid at the top level of the document. Line 1, Position 1." (Sometimes I got "Alias not found" which I resolved by creating a dbf to send the results to.) Can you instruct me a little on which if any flag to use and how?
VFP_Code_Export_XML.txt This file at the same url provides much the description as I've given -- just a little more detail.
Here I have asked many questions, but it all boils down to:
I just want to get the xml data broken out into FoxPro tables like AXC does its tables, or even into one table.
BTW -- anyone care to recommend yet another solution? We need to make a decision and/or purchase tomorrow.
Thank you,
Peter
We'll be receiving client data (view it at the url) in xml to print billing statements. Deciding whether to use AXC.exe or VFP8, I encountered problems with VFP8 using xmltocursor().
It appears that VFP stopped reading the file. See and the results in BPExport512.dbf.
With flag 512, most of the result fields are memo fields, which is not the case with AXC results. Here's the line of code.
XMLTOCURSOR("\\Gmc\d\Stmt\Monterey\TEST\UB_XML\testExport\VFP8\BPExport.xml","curBPExport",512)
How can we keep them in their original data type?
With the other flags, 4, 1024, 2048 and 8192 I got "XML parse error: Invalid at the top level of the document. Line 1, Position 1." (Sometimes I got "Alias not found" which I resolved by creating a dbf to send the results to.) Can you instruct me a little on which if any flag to use and how?
VFP_Code_Export_XML.txt This file at the same url provides much the description as I've given -- just a little more detail.
Here I have asked many questions, but it all boils down to:
I just want to get the xml data broken out into FoxPro tables like AXC does its tables, or even into one table.
BTW -- anyone care to recommend yet another solution? We need to make a decision and/or purchase tomorrow.
Thank you,
Peter