Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem exporting to HTML
Message
From
06/03/2007 11:25:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Problem exporting to HTML
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01201068
Message ID:
01201068
Views:
79
Hello,

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
Next
Reply
Map
View

Click here to load this message in the networking platform