Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Output to HTML?
Message
De
26/04/2006 00:53:52
 
 
À
25/04/2006 23:24:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01116470
Message ID:
01116549
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
>>You can also write your own.
> I'm all for that. Can you elaborate? What's involved?
Set REPORTBEHAVIOR 90
Local loListener
loListener = .Null.

Do (_ReportOutput) With 5, loListener

If Directory("HTMLReports",1) = .F. Then
  Mkdir "HTMLReports"
Endif

Local lcFileName
lcFileName = "Report_" + Dtos(Date()) + "_" + Time() + ".htm"

loListener.TargetFileName = "HTMLReports\" + lcFileName
loListener.Quietmode = .T.

Report Form YourReportName Object loListener
Thats it
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform