Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem exporting to HTML
Message
 
 
To
06/03/2007 11:25:42
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01201068
Message ID:
01201071
Views:
30
This message has been marked as the solution to the initial question of the thread.
You have to install MSXML 4.0 on the destination computer.
It can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&displaylang=en

>
>The code below works fine on my development computer
>
>
>loListener = .NULL.
>do reportoutput.app with 5, loListener
>loListener.QuietMode = .T.
>loListener.TargetFileName = 'output.html'
>report form myReport object loListener
>
>when I send it to my client who does not have a development version of VFP9
>installed, I get the following message:
>
>Class Definintion MSXML2.XSLTEMPLATE.4.0 is not found
>htmllistener
>Error 1733
>Method: loadprocessorobject
>
>is there an object I need to create or register for this to work?
>
>Peter
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform