Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report output generation via code.
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00895843
Message ID:
00895950
Views:
17
>Pure VFP report engine in code is what I want.
>
>Thanx again

Hello,

XFRX is a pure VFP report engine - it is implemented in VFP and it mimics the foxpro report generator.
Inside, I have a basic DocumentWriter object with methods like newPage, newSection, addTextbox, addLine, etc. The report engine processes the FRX file and calls the method of the DocumentWriter object. Each output format is implemented in a class that inherits from DocumentWriter, so for example there is a XMLWriter class that generates the XML document.
Would you be interested in implementing your own DocumentWriter class?

Another option would be to take the XML file generated by XFRX and convert it via XSLT to the output you need.

Martin
Martin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform