Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem exporting to HTML
Message
De
06/03/2007 11:25:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Problem exporting to HTML
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01201068
Message ID:
01201068
Vues:
78
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform