Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting FRX to HTML
Message
 
 
À
14/07/2005 23:24:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01032893
Message ID:
01032899
Vues:
20
>I learn how to output to HTML through the OBJECT parameter in the REPORT FORM command. I understand it uses VCX Class _reportlistener.vcx. I copy it to my application data folder, but it keeps return an error of missing variable. If I point to FFC folder, where there are a lot of other VCX, it works fine.
>Does anyone knows which VCX I must copy to get it to work without the entire FFC folder?

You don't need any VCX
loListener = Null
DO (_REPORTOUTPUT) WITH 5, loListener
loListener.TargetFileName = 'MyReport.html'
loListener.QUIETMODE = .T.
REPORT FORM MyReport OBJECT loListener
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform